Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py520 def checkServiceQueryResult(serviceList, expectServiceList): argument
531 tempExpectServiceList = expectServiceList.copy()
533 if service in expectServiceList:
577 expectServiceList = {}
588 expectServiceList[ipp_service.toString()] = 1
589 return expectServiceList
595 expectServiceList[ipp_service.toString()] = 1
596 return expectServiceList
603 expectServiceList[afp_service.toString()] = 1
604 return expectServiceList
[all …]