Home
last modified time | relevance | path

Searched refs:callbackId (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiSoftApTest.py511 callbackId = self.dut.droid.registerSoftApCallback()
514 self.dut, callbackId, 0)
515 wutils.wait_for_expected_softap_state(self.dut, callbackId,
522 self.dut, callbackId, 1)
536 callbackId, 0)
540 callbackId, 1)
551 self.dut, callbackId, 2)
561 wutils.wait_for_expected_softap_state(self.dut, callbackId,
563 wutils.wait_for_expected_softap_state(self.dut, callbackId,
566 self.dut, callbackId, 0)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2183 callbackId = ad.dut.droid.registerSoftApCallback()
2185 frequency, bandwdith = get_current_softap_info(ad.dut, callbackId, True)
2200 frequency, bandwdith = get_current_softap_info(ad.dut, callbackId, True)
2204 ad.dut.droid.unregisterSoftApCallback(callbackId)
2208 def wait_for_expected_number_of_softap_clients(ad, callbackId, argument
2216 callbackId) + wifi_constants.SOFTAP_NUMBER_CLIENTS_CHANGED
2240 def wait_for_expected_softap_state(ad, callbackId, expected_softap_state): argument
2247 callbackId) + wifi_constants.SOFTAP_STATE_CHANGED
2254 def get_current_number_of_softap_clients(ad, callbackId): argument
2264 callbackId) + wifi_constants.SOFTAP_NUMBER_CLIENTS_CHANGED
[all …]