Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp112 StructuredData::ObjectSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
164 Status error = GetInterface().Launch(); in DoLaunch()
185 m_pid = GetInterface().GetProcessID(); in DidLaunch()
206 error = GetInterface().Resume(); in DoResume()
217 if (GetInterface().ShouldStop()) { in DoStop()
224 return GetInterface().Stop(); in DoStop()
231 return GetInterface().IsAlive(); in IsAlive()
247 GetInterface().ReadMemoryAtAddress(addr, size, error); in DoReadMemory()
278 GetInterface().GetMemoryRegionContainingAddress(address))) { in GetMemoryRegions()
311 ScriptedProcessInterface &ScriptedProcess::GetInterface() const { in GetInterface() function in ScriptedProcess
H A DScriptedProcess.h107 ScriptedProcessInterface &GetInterface() const;
/freebsd-13.1/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
/freebsd-13.1/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py23 path = wpas.GetInterface(ifname)
H A Ddbus-listen-preq.py55 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)
/freebsd-13.1/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_listen.py83 self.path = self.wpas.GetInterface(
H A Dp2p_stop_find.py84 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)