Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp731 DnsNameString fullName; in ValidateAsProbeFor() local
736 fullName.Append("%s.local.", aHost.mHostName); in ValidateAsProbeFor()
737 VerifyOrQuit(mQuestions.Contains(fullName, aUnicastResponse)); in ValidateAsProbeFor()
741 …VerifyOrQuit(mAuthRecords.ContainsAaaa(fullName, AsCoreType(&aHost.mAddresses[index]), !kCacheFlus… in ValidateAsProbeFor()
763 DnsNameString fullName; in ValidateAsProbeFor() local
768 DetermineFullNameForKey(aKey, fullName); in ValidateAsProbeFor()
770 VerifyOrQuit(mQuestions.Contains(fullName, aUnicastResponse)); in ValidateAsProbeFor()
771 …VerifyOrQuit(mAuthRecords.ContainsKey(fullName, Data(aKey.mKeyData, aKey.mKeyDataLength), !kCacheF… in ValidateAsProbeFor()
777 DnsNameString fullName; in Validate() local
786 fullName.Append("%s.local.", aHost.mHostName); in Validate()
[all …]
Dtest_dns.cpp80 const char *fullName; in TestDnsName() local
341 fullName = "my-service._ipps._tcp.default.service.arpa."; in TestDnsName()
343 SuccessOrQuit(Dns::Name::ExtractLabels(fullName, suffixName, name, 22)); in TestDnsName()
346 fullName = "my-service._ipps._tcp.default.service.arpa."; in TestDnsName()
348 VerifyOrQuit(Dns::Name::ExtractLabels(fullName, suffixName, name, 21) == kErrorNoBufs); in TestDnsName()
/openthread-latest/src/core/net/
Ddnssd_server.cpp1116 StringWriter fullName(aFullName, sizeof(aFullName)); in ConstructFullName() local
1118 fullName.Append("%s.%s", aLabels, kDefaultDomainName); in ConstructFullName()
1123 StringWriter fullName(aFullName, sizeof(aFullName)); in ConstructFullInstanceName() local
1125 fullName.Append("%s.%s.%s", aInstanceLabel, aServiceType, kDefaultDomainName); in ConstructFullInstanceName()
1132 StringWriter fullName(aFullName, sizeof(aFullName)); in ConstructFullServiceSubTypeName() local
1134 fullName.Append("%s._sub.%s.%s", aSubTypeLabel, aServiceType, kDefaultDomainName); in ConstructFullServiceSubTypeName()