Home
last modified time | relevance | path

Searched defs:interface_name (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Dexported_property_set.cc32 const std::string& interface_name) { in GetPropertyWriter()
39 const std::string& interface_name, in RegisterProperty()
56 void ExportedPropertySet::UnregisterProperty(const std::string& interface_name, in UnregisterProperty()
68 const std::string& interface_name) { in HandleGetAll()
85 const std::string& interface_name, in WritePropertiesToDict()
91 const std::string& interface_name, in HandleGet()
115 const std::string& interface_name, in HandleSet()
139 const std::string& interface_name, in HandlePropertyUpdated()
H A Ddbus_object.cc42 const std::string& interface_name) in DBusInterface()
187 std::string interface_name = interface_name_; in HandleMethodCall() local
251 const std::string& interface_name) { in AddOrGetInterface()
271 void DBusObject::RemoveInterface(const std::string& interface_name) { in RemoveInterface()
279 const std::string& interface_name, in ExportInterfaceAsync()
286 void DBusObject::ExportInterfaceAndBlock(const std::string& interface_name) { in ExportInterfaceAndBlock()
293 const std::string& interface_name, in UnexportInterfaceAsync()
300 void DBusObject::UnexportInterfaceAndBlock(const std::string& interface_name) { in UnexportInterfaceAndBlock()
H A Ddbus_method_invoker.h99 const std::string& interface_name, in CallMethodAndBlockWithTimeout()
134 const std::string& interface_name, in CallMethodAndBlock()
288 const std::string& interface_name, in CallMethodWithTimeout()
310 const std::string& interface_name, in CallMethod()
H A Dexported_object_manager_test.cc69 std::string interface_name; in VerifyInterfaceClaimSignal() local
90 std::string interface_name; in VerifyInterfaceDropSignal() local
182 std::string interface_name; in TEST_F() local
H A Dexported_object_manager.cc42 const std::string& interface_name, in ClaimInterface()
60 const std::string& interface_name) { in ReleaseInterface()
/aosp_15_r20/external/libchrome/dbus/
H A Dobject_manager.cc77 void ObjectManager::RegisterInterface(const std::string& interface_name, in RegisterInterface()
82 void ObjectManager::UnregisterInterface(const std::string& interface_name) { in UnregisterInterface()
99 const std::string& interface_name) { in GetObjectsWithInterface()
125 const std::string& interface_name) { in GetProperties()
388 void ObjectManager::InterfacesAddedConnected(const std::string& interface_name, in InterfacesAddedConnected()
413 const std::string& interface_name, in InterfacesRemovedConnected()
430 std::string interface_name; in UpdateObject() local
441 const std::string& interface_name, in AddInterface()
474 const std::string& interface_name) { in RemoveInterface()
H A Dexported_object.cc45 const std::string& interface_name, in ExportMethodAndBlock()
71 void ExportedObject::ExportMethod(const std::string& interface_name, in ExportMethod()
126 const std::string& interface_name, in ExportMethodInternal()
145 const std::string& interface_name, in OnExported()
H A Dobject_proxy.cc248 void ObjectProxy::ConnectToSignal(const std::string& interface_name, in ConnectToSignal()
453 bool ObjectProxy::ConnectToSignalInternal(const std::string& interface_name, in ConnectToSignalInternal()
597 const base::StringPiece& interface_name, in LogMethodCallFailure()
619 void ObjectProxy::OnCallMethod(const std::string& interface_name, in OnCallMethod()
H A Dobject_manager_unittest.cc56 const std::string& interface_name) override { in CreateProperties()
132 const std::string& interface_name) override { in ObjectAdded()
139 const std::string& interface_name) override { in ObjectRemoved()
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/
H A Ddbus_std_ifaces.py124 def SetUInt32(self, interface_name, property_name, value): argument
141 def SetInt32(self, interface_name, property_name, value): argument
161 def Get(self, interface_name, property_name): argument
189 def Set(self, interface_name, property_name, value): argument
228 def GetAll(self, interface_name): argument
255 interface_name, argument
/aosp_15_r20/external/autotest/client/cros/
H A Ddhcpv6_test_base.py47 def get_device(self, interface_name): argument
60 def find_ethernet_service(self, interface_name): argument
73 def get_interface_ipconfig_objects(self, interface_name): argument
99 def get_interface_ipconfig(self, interface_name): argument
H A Ddhcp_test_base.py87 def get_device(self, interface_name): argument
100 def find_ethernet_service(self, interface_name): argument
113 def get_interface_ipconfig_objects(self, interface_name): argument
139 def get_interface_ipconfig(self, interface_name): argument
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
118 interface_name = None variable
136 interface_name = value variable
H A Dp2p_disconnect.py49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
118 interface_name = None variable
136 interface_name = value variable
H A Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
119 interface_name = None variable
137 interface_name = value variable
H A Dp2p_stop_find.py51 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
123 interface_name = None variable
141 interface_name = value variable
H A Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
129 interface_name = None variable
147 interface_name = value variable
H A Dp2p_invite.py62 def __init__(self,interface_name,wpas_dbus_interface,addr, argument
147 interface_name = None variable
165 interface_name = value variable
H A Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
165 interface_name = None variable
183 interface_name = value variable
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/
H A Dscreencast_portal.cc170 const char* interface_name, in OnSessionRequestResponseSignal()
192 const char* interface_name, in OnSessionClosedSignal()
311 const char* interface_name, in OnSourcesRequestResponseSignal()
350 const char* interface_name, in OnStartRequestResponseSignal()
/aosp_15_r20/external/autotest/client/cros/networking/
H A Dapmanager_proxy.py96 def _get_dbus_object(self, interface_name, path): argument
110 def _get_dbus_property(self, dbus_object, interface_name, property_key): argument
137 interface_name, argument
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dvirtual_ethernet_pair.py53 interface_name='veth_main', argument
207 def interface_name(self): member in VirtualEthernetPair
277 def _interface_exists(self, interface_name, netns=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dfunction_api_info.cc69 const string& FunctionApiInfo::interface_name() const { in interface_name() function in tensorflow::grappler::FunctionApiInfo
123 Status ValidateSignature(const string& interface_name, in ValidateSignature()
168 const string& interface_name = func_info->interface_name(); in Init() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Draise_target_subgraphs.cc188 std::string* interface_name) { in GetFunctionName()
214 std::string interface_name; in BuildFuncOp() local
303 auto interface_name = GetInterFaceName(func); in ExtractSubgraphToFunc() local
H A Dpick_subgraphs.cc312 auto interface_name = GetInterFaceName(call_op); in BuildSubgraphs() local
353 auto interface_name = GetInterFaceName(func); in CollectSubgraphFuncs() local
427 std::string interface_name = GetInterFaceName(call).getValue(); in RewireSubgraphs() local

123456