Searched refs:AttachCallBackMethodType (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/ |
D | wifi_aware_attached_test.py | 116 handler.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 118 handler, constants.AttachCallBackMethodType.ID_CHANGED 135 handler.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 136 handler.waitAndGet(constants.AttachCallBackMethodType.ID_CHANGED) 154 handler_1.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 156 handler_1, constants.AttachCallBackMethodType.ID_CHANGED, 10, True 158 handler_2.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 159 handler_2.waitAndGet(constants.AttachCallBackMethodType.ID_CHANGED) 160 handler_3.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 162 handler_3, constants.AttachCallBackMethodType.ID_CHANGED, 10, True [all …]
|
D | wifi_aware_mac_random_test.py | 192 event_name=constants.AttachCallBackMethodType.ID_CHANGED, 251 event_name=constants.AttachCallBackMethodType.ID_CHANGED, 258 event_name=constants.AttachCallBackMethodType.ID_CHANGED,
|
D | wifi_aware_matchfilter_test.py | 63 class AttachCallBackMethodType(enum.StrEnum): class 175 event_name=AttachCallBackMethodType.ATTACHED,
|
D | wifi_aware_discovery_with_ranging_test.py | 227 p_id.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 230 s_id.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 1790 p_id.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 1793 s_id.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 2171 dut1_id.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 2174 dut2_id.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 2176 event_name=constants.AttachCallBackMethodType.ID_CHANGED,
|
D | wifi_aware_capabilities_test.py | 229 event_name=constants.AttachCallBackMethodType.ATTACHED,
|
D | wifi_aware_message_test.py | 148 event_name = constants.AttachCallBackMethodType.ATTACHED,
|
D | wifi_aware_datapath_test.py | 180 event_name = constants.AttachCallBackMethodType.ATTACHED, 680 id = handler.waitAndGet(constants.AttachCallBackMethodType.ATTACHED) 681 even = handler.waitAndGet(constants.AttachCallBackMethodType.ID_CHANGED)
|
D | wifi_aware_discovery_test.py | 136 event_name=constants.AttachCallBackMethodType.ATTACHED,
|
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/ |
D | aware_snippet_utils.py | 51 event_name=constants.AttachCallBackMethodType.ATTACHED, 61 event_name=constants.AttachCallBackMethodType.ID_CHANGED,
|
D | aware_lib_utils.py | 444 event_name=constants.AttachCallBackMethodType.ATTACHED, 456 event_name=constants.AttachCallBackMethodType.ID_CHANGED,
|
D | constants.py | 585 class AttachCallBackMethodType(enum.StrEnum): class
|