Searched refs:nconsts (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
D | ProtocolsTest.py | 19 from acts.test_utils.net import nsd_const as nconsts unknown 211 init_dut, nconsts.REG_LISTENER_EVENT, autils.EVENT_TIMEOUT, 212 (nconsts.REG_LISTENER_CALLBACK, 213 nconsts.REG_LISTENER_EVENT_ON_SERVICE_REGISTERED)) 215 nconsts.REG_LISTENER_EVENT_ON_SERVICE_REGISTERED, 220 nsd_service_info[nconsts.NSD_SERVICE_INFO_SERVICE_TYPE]) 222 resp_dut, nconsts.DISCOVERY_LISTENER_EVENT, autils.EVENT_TIMEOUT, 223 (nconsts.DISCOVERY_LISTENER_DATA_CALLBACK, 224 nconsts.DISCOVERY_LISTENER_EVENT_ON_SERVICE_FOUND)) 226 nconsts.DISCOVERY_LISTENER_EVENT_ON_SERVICE_FOUND, [all …]
|