Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp4055 Core::Service udpService; in TestResponseAggregation() local
4083 udpService.mHostName = "host"; in TestResponseAggregation()
4084 udpService.mServiceInstance = "srv2"; in TestResponseAggregation()
4085 udpService.mServiceType = "_srv._udp"; in TestResponseAggregation()
4086 udpService.mSubTypeLabels = nullptr; in TestResponseAggregation()
4087 udpService.mSubTypeLabelsLength = 0; in TestResponseAggregation()
4088 udpService.mTxtData = kTxtData2; in TestResponseAggregation()
4089 udpService.mTxtDataLength = sizeof(kTxtData2); in TestResponseAggregation()
4090 udpService.mPort = 2222; in TestResponseAggregation()
4091 udpService.mPriority = 6; in TestResponseAggregation()
[all …]