Searched refs:callbackId (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiSoftApTest.py | 507 callbackId = self.dut.droid.registerSoftApCallback() 510 self.dut, callbackId, 0) 511 wutils.wait_for_expected_softap_state(self.dut, callbackId, 518 self.dut, callbackId, 1) 532 callbackId, 0) 536 callbackId, 1) 547 self.dut, callbackId, 2) 557 wutils.wait_for_expected_softap_state(self.dut, callbackId, 559 wutils.wait_for_expected_softap_state(self.dut, callbackId, 562 self.dut, callbackId, 0) [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 2051 def wait_for_expected_number_of_softap_clients(ad, callbackId, argument 2059 callbackId) + wifi_constants.SOFTAP_NUMBER_CLIENTS_CHANGED 2066 def wait_for_expected_softap_state(ad, callbackId, expected_softap_state): argument 2073 callbackId) + wifi_constants.SOFTAP_STATE_CHANGED 2080 def get_current_number_of_softap_clients(ad, callbackId): argument 2090 callbackId) + wifi_constants.SOFTAP_NUMBER_CLIENTS_CHANGED
|