Home
last modified time | relevance | path

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

123

/external/libbrillo/brillo/dbus/
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()
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()
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()
Dexported_object_manager.cc42 const std::string& interface_name, in ClaimInterface()
60 const std::string& interface_name) { in ReleaseInterface()
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
/external/autotest/client/cros/
Ddhcpv6_test_base.py46 def get_device(self, interface_name): argument
59 def find_ethernet_service(self, interface_name): argument
72 def get_interface_ipconfig_objects(self, interface_name): argument
95 def get_interface_ipconfig(self, interface_name): argument
Ddhcp_test_base.py82 def get_device(self, interface_name): argument
95 def find_ethernet_service(self, interface_name): argument
108 def get_interface_ipconfig_objects(self, interface_name): argument
131 def get_interface_ipconfig(self, interface_name): argument
/external/libchrome/dbus/
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()
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()
Dobject_manager.h171 const std::string& interface_name) { } in ObjectAdded()
183 const std::string& interface_name) { } in ObjectRemoved()
Dutil.cc9 std::string GetAbsoluteMemberName(const std::string& interface_name, in GetAbsoluteMemberName()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
118 interface_name = None variable
136 interface_name = value variable
Dp2p_disconnect.py49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
118 interface_name = None variable
136 interface_name = value variable
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
119 interface_name = None variable
137 interface_name = value variable
Dp2p_stop_find.py51 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
123 interface_name = None variable
141 interface_name = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
129 interface_name = None variable
147 interface_name = value variable
Dp2p_invite.py62 def __init__(self,interface_name,wpas_dbus_interface,addr, argument
147 interface_name = None variable
165 interface_name = value variable
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
Dp2p_connect.py223 interface_name = None variable
250 interface_name = value variable
/external/autotest/client/cros/cellular/pseudomodem/
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
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
Dnetwork_DhcpBrokenDefaultGateway.py22 def check_shill_gateway_setup(self, interface_name, gateway_ip): argument
45 def check_routing_table_gateway_setup(self, interface_name, gateway_ip): argument
/external/autotest/client/cros/networking/
Dapmanager_proxy.py90 def _get_dbus_object(self, interface_name, path): argument
104 def _get_dbus_property(self, dbus_object, interface_name, property_key): argument
131 interface_name, argument
/external/autotest/client/common_lib/cros/
Dvirtual_ethernet_pair.py54 interface_name='veth_master', argument
148 def interface_name(self): member in VirtualEthernetPair
210 def _interface_exists(self, interface_name): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
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
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py33 def get_device(self, interface_name): argument
50 def find_ethernet_service(self, interface_name): argument

123