Home
last modified time | relevance | path

Searched refs:GetInterface (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp111 auto obj_or_err = GetInterface().CreatePluginObject( in ScriptedProcess()
173 Status error = GetInterface().Launch(); in DoLaunch()
178 void ScriptedProcess::DidLaunch() { m_pid = GetInterface().GetProcessID(); } in DidLaunch()
182 m_pid = GetInterface().GetProcessID(); in DidResume()
188 return GetInterface().Resume(); in DoResume()
192 Status error = GetInterface().Attach(attach_info); in DoAttach()
221 bool ScriptedProcess::IsAlive() { return GetInterface().IsAlive(); } in IsAlive()
226 GetInterface().ReadMemoryAtAddress(addr, size, error); in DoReadMemory()
253 GetInterface().WriteMemoryAtAddress(vm_addr, data_extractor_sp, error); in DoWriteMemory()
277 GetInterface().CreateBreakpoint(bp_site->GetLoadAddress(), error); in EnableBreakpointSite()
[all …]
H A DScriptedThread.cpp28 lldbassert(GetInterface() && "Invalid Scripted Thread Interface."); in CheckInterpreterAndScriptObject()
41 process.GetInterface().CreateScriptedThreadInterface(); in Create()
50 process.GetInterface().GetScriptedThreadPluginName(); in Create()
93 std::optional<std::string> thread_name = GetInterface()->GetName(); in GetName()
101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()
128 std::optional<std::string> reg_data = GetInterface()->GetRegisterContext(); in CreateRegisterContextForFrame()
157 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()
224 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo()
335 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface() function in ScriptedThread
343 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()
[all …]
H A DScriptedThread.h65 lldb::ScriptedThreadInterfaceSP GetInterface() const;
H A DScriptedProcess.h126 ScriptedProcessInterface &GetInterface() const;
/src/contrib/wpa/wpa_supplicant/binder/
H A Dsupplicant.h41 android::binder::Status GetInterface(
H A Dsupplicant.cpp102 android::binder::Status Supplicant::GetInterface( in GetInterface() function in wpa_supplicant_binder::Supplicant
/src/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py55 path = wpas.GetInterface(ifname)
H A Dwpas-dbus-new-getall.py23 path = wpas.GetInterface(ifname)
H A Dwpas-dbus-new-wps.py68 path = wpas.GetInterface(ifname)
H A Dwpas-dbus-new.py125 path = wpas.GetInterface(ifname)
H A Dwpas-dbus-new-signals.py148 path = wpas.GetInterface(ifname)
/src/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py82 self.path = self.wpas.GetInterface(
H A Dp2p_disconnect.py82 self.path = self.wpas.GetInterface(
H A Dp2p_stop_find.py84 self.path = self.wpas.GetInterface(
H A Dp2p_listen.py83 self.path = self.wpas.GetInterface(
H A Dp2p_find.py86 self.path = self.wpas.GetInterface(
H A Dp2p_invite.py97 self.path = self.wpas.GetInterface(
H A Dp2p_group_add.py100 self.path = self.wpas.GetInterface(
H A Dp2p_connect.py110 self.path = self.wpas.GetInterface(ifname)