Home
last modified time | relevance | path

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

12

/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/libbrillo/brillo/dbus/
Dexported_property_set.cc33 const std::string& interface_name) { in GetPropertyWriter()
40 const std::string& interface_name, in RegisterProperty()
58 const std::string& interface_name) { in HandleGetAll()
75 const std::string& interface_name, in WritePropertiesToDict()
81 const std::string& interface_name, in HandleGet()
105 const std::string& interface_name, in HandleSet()
129 const std::string& interface_name, in HandlePropertyUpdated()
Ddbus_method_invoker.h97 const std::string& interface_name, in CallMethodAndBlockWithTimeout()
132 const std::string& interface_name, in CallMethodAndBlock()
286 const std::string& interface_name, in CallMethodWithTimeout()
307 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_unittest.cc67 std::string interface_name; in VerifyInterfaceClaimSignal() local
88 std::string interface_name; in VerifyInterfaceDropSignal() local
180 std::string interface_name; in TEST_F() local
Ddbus_signal_handler.h36 const std::string& interface_name, in ConnectToSignal()
/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/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/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()
431 std::string interface_name; in UpdateObject() local
442 const std::string& interface_name, in AddInterface()
475 const std::string& interface_name) { in RemoveInterface()
Dexported_object.cc44 const std::string& interface_name, in ExportMethodAndBlock()
70 void ExportedObject::ExportMethod(const std::string& interface_name, in ExportMethod()
125 const std::string& interface_name, in ExportMethodInternal()
144 const std::string& interface_name, in OnExported()
Dutil.cc9 std::string GetAbsoluteMemberName(const std::string& interface_name, in GetAbsoluteMemberName()
/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

12