Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py312 def createP2pLocalService(ad, serviceCategory): argument
320 testData = genTestData(serviceCategory)
321 if serviceCategory == p2pconsts.P2P_LOCAL_SERVICE_UPNP:
324 elif (serviceCategory == p2pconsts.P2P_LOCAL_SERVICE_IPP
325 or serviceCategory == p2pconsts.P2P_LOCAL_SERVICE_AFP):
493 def genTestData(serviceCategory): argument
502 if serviceCategory == p2pconsts.P2P_LOCAL_SERVICE_UPNP:
509 elif serviceCategory == p2pconsts.P2P_LOCAL_SERVICE_IPP:
513 elif serviceCategory == p2pconsts.P2P_LOCAL_SERVICE_AFP: