Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_dnssd_discovery_proxy.cpp571 bool HostNameMatches(const char *aName) const { return !strcmp(mHostName, aName); } in HostNameMatches() function
1043 VerifyOrQuit(sStartIp6AddrResolverInfo.HostNameMatches("compound")); in TestProxyBasic()
1073 VerifyOrQuit(sStopIp6AddrResolverInfo.HostNameMatches("compound")); in TestProxyBasic()
1214 VerifyOrQuit(sStartIp6AddrResolverInfo.HostNameMatches("starktower")); in TestProxyBasic()
1237 VerifyOrQuit(sStopIp6AddrResolverInfo.HostNameMatches("starktower")); in TestProxyBasic()
1277 VerifyOrQuit(sStartIp6AddrResolverInfo.HostNameMatches("earth")); in TestProxyBasic()
1308 VerifyOrQuit(sStopIp6AddrResolverInfo.HostNameMatches("earth")); in TestProxyBasic()
1343 VerifyOrQuit(sStartIp4AddrResolverInfo.HostNameMatches("shield")); in TestProxyBasic()
1374 VerifyOrQuit(sStopIp4AddrResolverInfo.HostNameMatches("shield")); in TestProxyBasic()
1583 VerifyOrQuit(sStartIp6AddrResolverInfo.HostNameMatches("asgard")); in TestProxySubtypeBrowse()
[all …]