Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRttManagerTest.py70 RttParam.device_type: RttPeerType.PEER_TYPE_AP,
411 RttParam.device_type: 3
413 RttParam.device_type: 1,
416 RttParam.device_type: 1,
507 p[RttParam.device_type] = RttPeerType.PEER_TYPE_AP
526 p[RttParam.device_type] = RttPeerType.PEER_TYPE_AP
DWifiChaosTest.py138 device_type = device['ap_label']
139 if device_type == 'PCAP' and not device['lock_status']:
/tools/test/connectivity/acts/framework/tests/
Dacts_utils_test.py566 def __init__(self, id, device_type=None) -> None: argument
568 if device_type:
569 self.device_type = device_type
/tools/test/openhst/
Dstress_test_common.py58 def LoadDeviceConfig(device_type, serial_number): argument
81 RecursiveIncludeToConfig(device_type, print_error=True)
Dstress_test.py386 self.device_type = self.Command(["shell", "getprop",
388 self.name = "%s_%s" % (self.device_type, self.serial_number)
393 config = stress_test_common.LoadDeviceConfig(self.device_type,
821 device_pb.device_type = device.device_type
Dstress_test.proto175 string device_type = 1; field
/tools/test/connectivity/acts/framework/acts/
Dutils.py1824 def get_device(devices, device_type): argument
1851 if hasattr(d, 'device_type') and d.device_type == device_type
1863 device_type))
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtMetricsTest.py108 asserts.assert_equal(device_info.device_type,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto81 optional DeviceType device_type = 2; field
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py223 self.device_type = fd_conf_data.get("device_type", None)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py243 device_type = "deviceType" variable in WifiEnums.RttParam