Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py503 testData.append(p2pconsts.UpnpTestData.uuid)
504 testData.append(p2pconsts.UpnpTestData.serviceType)
506 p2pconsts.UpnpTestData.AVTransport,
507 p2pconsts.UpnpTestData.ConnectionManager
587 upnp_service = "uuid:" + p2pconsts.UpnpTestData.uuid + "::" + (
588 p2pconsts.UpnpTestData.rootdevice)
591 upnp_service = "uuid:" + p2pconsts.UpnpTestData.uuid + (
592 "::" + p2pconsts.UpnpTestData.AVTransport)
594 upnp_service = "uuid:" + p2pconsts.UpnpTestData.uuid + (
595 "::" + p2pconsts.UpnpTestData.ConnectionManager)
[all …]
Dwifi_p2p_const.py80 class UpnpTestData(): class