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.py518 def checkServiceQueryResult(serviceList, expectServiceList): argument
529 tempExpectServiceList = expectServiceList.copy()
531 if service in expectServiceList:
575 expectServiceList = {}
586 expectServiceList[ipp_service.toString()] = 1
587 return expectServiceList
593 expectServiceList[ipp_service.toString()] = 1
594 return expectServiceList
601 expectServiceList[afp_service.toString()] = 1
602 return expectServiceList
[all …]