Home
last modified time | relevance | path

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

123

/external/libbrillo/brillo/dbus/
Dexported_property_set.cc33 const std::string& interface_name) { in GetPropertyWriter()
40 const std::string& interface_name, in RegisterProperty()
57 void ExportedPropertySet::UnregisterProperty(const std::string& interface_name, in UnregisterProperty()
69 const std::string& interface_name) { in HandleGetAll()
86 const std::string& interface_name, in WritePropertiesToDict()
92 const std::string& interface_name, in HandleGet()
116 const std::string& interface_name, in HandleSet()
140 const std::string& interface_name, in HandlePropertyUpdated()
Ddbus_method_invoker.h98 const std::string& interface_name, in CallMethodAndBlockWithTimeout()
133 const std::string& interface_name, in CallMethodAndBlock()
290 const std::string& interface_name, in CallMethodWithTimeout()
311 const std::string& interface_name, in CallMethod()
Ddbus_object.cc39 const std::string& interface_name) in DBusInterface()
138 std::string interface_name = interface_name_; in HandleMethodCall() local
202 const std::string& interface_name) { in AddOrGetInterface()
222 void DBusObject::RemoveInterface(const std::string& interface_name) { in RemoveInterface()
230 const std::string& interface_name, in ExportInterfaceAsync()
Dexported_object_manager.cc42 const std::string& interface_name, in ClaimInterface()
60 const std::string& interface_name) { in ReleaseInterface()
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
Dnetwork_8021xWiredAuthentication.py31 def get_device(self, interface_name): argument
48 def get_authenticated_flag(self, interface_name): argument
64 def wait_for_authentication(self, interface_name): argument
80 def configure_credentials(self, interface_name): argument
/external/autotest/client/cros/tendo/n_faced_peerd/
Ddbus_property_exposer.py17 def __init__(self, bus, path, interface_name): argument
59 def Get(self, interface_name, requested_property_name): argument
78 def GetAll(self, interface_name): argument
95 def PropertiesChanged(self, interface_name, properties, invalid_properties): argument
Dobject_manager.py45 def claim_interface(self, path, interface_name, property_getter): argument
65 def release_interface(self, path, interface_name): argument
/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_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
119 interface_name = None variable
137 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_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
/external/autotest/client/cros/
Ddhcpv6_test_base.py39 def get_device(self, interface_name): argument
52 def find_ethernet_service(self, interface_name): argument
65 def get_interface_ipconfig_objects(self, interface_name): argument
88 def get_interface_ipconfig(self, interface_name): argument
Ddhcp_test_base.py75 def get_device(self, interface_name): argument
88 def find_ethernet_service(self, interface_name): argument
101 def get_interface_ipconfig_objects(self, interface_name): argument
124 def get_interface_ipconfig(self, interface_name): argument
/external/adhd/cras/src/server/
Dcras_bt_manager.c26 const char *interface_name, in cras_bt_interface_added()
106 const char *interface_name) in cras_bt_interface_removed()
144 const char *interface_name, in cras_bt_update_properties()
239 const char *interface_name; in cras_bt_on_get_managed_objects() local
359 const char *interface_name; in cras_bt_handle_interfaces_added() local
405 const char *interface_name; in cras_bt_handle_interfaces_removed() local
424 const char *object_path, *interface_name; in cras_bt_handle_properties_changed() local
/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()
Dutil.cc9 std::string GetAbsoluteMemberName(const std::string& interface_name, in GetAbsoluteMemberName()
/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/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py33 def get_device(self, interface_name): argument
50 def find_ethernet_service(self, interface_name): argument
64 def configure_static_ip(self, interface_name, address, prefix_len): 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.py51 interface_name='veth_master', argument
145 def interface_name(self): member in VirtualEthernetPair
207 def _interface_exists(self, interface_name): argument

123