/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | wlan_deprecated_configuration_lib.py | 24 def __init__(self, addr, tc, client_id): argument 25 self.address = addr 28 self.log = logger.create_tagged_trace_logger(str(addr)) 30 def wlanSuggestAccessPointMacAddress(self, addr): argument 38 test_args = {'mac': addr}
|
D | wlan_lib.py | 32 def __init__(self, addr, tc, client_id): argument 33 self.address = addr 36 self.log = logger.create_tagged_trace_logger(str(addr))
|
D | i2c_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | input_report_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | kernel_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | basemgr_lib.py | 25 def __init__(self, addr, tc, client_id): argument 26 self.address = addr
|
D | hwinfo_lib.py | 23 def __init__(self, addr, tc, client_id): argument 24 self.address = addr
|
D | sysinfo_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | logging_lib.py | 23 def __init__(self, addr, tc, client_id): argument 24 self.address = addr
|
D | wlan_policy_lib.py | 47 def __init__(self, addr, tc, client_id): argument 48 self.address = addr 51 self.log = logger.create_tagged_trace_logger(str(addr))
|
D | backlight_lib.py | 23 def __init__(self, addr, tc, client_id): argument 24 self.address = addr
|
D | audio_lib.py | 24 def __init__(self, addr, tc, client_id): argument 25 self.address = addr
|
D | base_lib.py | 39 def __init__(self, addr, tc, client_id): argument 40 self.address = addr
|
D | gpio_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | wlan_ap_policy_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | hardware_power_statecontrol_lib.py | 27 def __init__(self, addr, tc, client_id): argument 28 self.address = addr
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarPairedConnectDisconnectTest.py | 85 addr = self.ph.droid.bluetoothGetLocalAddress() 89 if not bt_test_utils.is_a2dp_snk_device_connected(self.car, addr): 115 addr = self.ph.droid.bluetoothGetLocalAddress() 130 addr) and 132 addr)): 149 addr) or 151 addr)):
|
D | BtCarMapMceTest.py | 164 addr = self.MSE.droid.bluetoothGetLocalAddress() 165 if bt_test_utils.is_map_mce_device_connected(self.MCE, addr): 171 if not bt_test_utils.is_map_mce_device_connected(self.MCE, addr):
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/location/ |
D | regulatory_region_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | gatts_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | sdp_lib.py | 21 def __init__(self, addr, tc, client_id): argument 22 self.address = addr
|
D | ble_lib.py | 23 def __init__(self, addr, tc, client_id): argument 24 self.address = addr
|
D | bts_lib.py | 34 def __init__(self, addr, tc, client_id): argument 35 self.address = addr
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/netstack/ |
D | netstack_lib.py | 20 def __init__(self, addr, tc, client_id): argument 21 self.address = addr
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DNSTest.py | 61 def ping(self, addr, ignore_status=True, timeout=60): argument 71 return "100%" not in self.dut.adb.shell("ping -c 1 %s" % addr,
|