/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 93 def validate_network(dut, ssid): argument 686 def get_atten_for_target_rssi(target_rssi, attenuators, dut, ping_server): argument 763 def get_current_atten_dut_chain_map(attenuators, argument 825 dut, argument 874 def get_dut_temperature(dut): argument 905 def wait_for_dut_cooldown(dut, target_temp=50, timeout=300): argument 924 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument 961 def detect_wifi_platform(dut): argument 990 def get_connected_rssi(dut, argument 1014 def get_connected_rssi_nb(dut, argument [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | audio_utils.py | 41 def play_audio_into_device(self, audio_file_path, audio_player, dut): argument 65 audio_player, dut, argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 46 def check_call(log, dut, dut_client): argument 61 def check_call_in_wfc(log, dut, dut_client): argument 77 def check_call_in_volte(log, dut, dut_client): argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTetheringTest.py | 91 def _supports_ipv6_tethering(self, dut): argument 104 def _carrier_supports_ipv6(self,dut): argument 117 def _verify_ipv6_tethering(self, dut): argument 215 def _verify_ping(self, dut, ip, isIPv6=False): argument 231 def _return_ip_for_interface(self, dut, iface_name): argument 263 def _ping_hotspot_interfaces_from_tethered_device(self, dut): argument
|
D | WifiChannelSwitchStressTest.py | 113 def get_wlan0_link(self, dut): argument 122 def get_wlan1_status(self, dut): argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/stress/ |
D | InfraAssociationStressTest.py | 34 def is_associated(self, dut): argument 45 def wait_for_disassociation(self, q, dut): argument
|
D | MessagesStressTest.py | 72 def wait_for_tx_events(self, dut, num_msgs, messages_by_msg, argument 126 def wait_for_rx_events(self, dut, num_msgs, messages_by_msg): argument
|
/tools/test/connectivity/acts_tests/tests/google/nfc/ |
D | NfcBasicFunctionalityTest.py | 43 def _ensure_nfc_enabled(self, dut): argument 55 def _ensure_nfc_disabled(self, dut): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 88 def config_privilege_override(dut, override_to_no_privilege): argument 127 def scan_networks(dut, max_tries=3): argument 145 def scan_with_rtt_support_constraint(dut, support_rtt, repeat=0): argument 412 def run_ranging(dut, argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_power_test_utils.py | 91 def start_apk_ble_adv(dut, adv_mode, adv_power_level, adv_duration): argument 127 def start_apk_ble_scan(dut, scan_mode, scan_duration): argument
|
D | shell_commands_lib.py | 22 def __init__(self, log, dut): argument
|
D | gatts_lib.py | 42 dut = None variable in GattServerLib 50 def __init__(self, log, dut): argument
|
D | config_lib.py | 37 def __init__(self, log, dut): argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/ota/ |
D | ServiceIdsTest.py | 32 def start_discovery_session(self, dut, session_id, is_publish, dtype, argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | IperfHelper.py | 72 def process_iperf_results(self, dut, log, iperf_servers, test_name): argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 38 def request_network(self, dut, ns): argument 103 def run_iperf(self, q, dut, peer_dut, peer_aware_if, dut_ipv6, port): argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | MacRandomTest.py | 38 def request_network(self, dut, ns): argument
|
D | ProtocolsTest.py | 31 def run_ping6(self, dut, peer_ipv6): argument
|
D | CapabilitiesTest.py | 47 def start_discovery_session(self, dut, session_id, is_publish, dtype, argument
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/ |
D | RangeApNonSupporting11McTest.py | 41 def run_test_rtt_non_80211mc_supporting_aps(self, dut, accuracy_evaluation=False): argument
|
D | RangeApSupporting11McTest.py | 47 def run_test_rtt_80211mc_supporting_aps(self, dut, accuracy_evaluation=False): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | LteCaSimulation.py | 74 def __init__(self, simulator, log, dut, test_config, calibration_table): argument
|
D | GsmSimulation.py | 57 def __init__(self, simulator, log, dut, test_config, calibration_table): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/ |
D | WifiP2pBaseTest.py | 154 def get_p2p_mac_address(self, dut): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | aware_test_utils.py | 474 def run_ping6(dut, target_ip, duration=60): argument 539 def request_network(dut, ns): argument 551 def get_network_specifier(dut, id, dev_type, peer_mac, sec): argument 778 def attach_with_identity(dut): argument
|