Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py320 ad1.ed.clear_events(p2pconsts.PEER_AVAILABLE_EVENT)
322 ad1_event = ad1.ed.pop_event(p2pconsts.PEER_AVAILABLE_EVENT,
339 ad1.ed.clear_events(p2pconsts.PEER_AVAILABLE_EVENT)
345 ad1_event = ad1.ed.pop_event(p2pconsts.PEER_AVAILABLE_EVENT,
Dwifi_p2p_const.py43 PEER_AVAILABLE_EVENT = "WifiP2pOnPeersAvailable" variable