• Home
  • Raw
  • Download

Lines Matching refs:AsCString

146     const char *AsCString(void) const { return mName; }  in AsCString()  function
181 …Log(" %s %s %s class:%u", mName.AsCString(), RecordTypeToString(mType), mUnicastResponse ? "Q… in ParseFrom()
193 const DnsQuestion *question = FindMatching(aFullName.AsCString()); in Contains()
281 logStr.Append("%s %s%s cls:%u ttl:%u", mName.AsCString(), RecordTypeToString(mType), in ParseFrom()
291 logStr.Append(" %s", mData.mIp6Address.ToString().AsCString()); in ParseFrom()
306 logStr.Append(" %s", mData.mPtrName.AsCString()); in ParseFrom()
322 mData.mSrv.mHostName.AsCString()); in ParseFrom()
330 SuccessOrQuit(Name::CompareName(aMessage, offset, mName.AsCString())); in ParseFrom()
357 Log(" %s", logStr.AsCString()); in ParseFrom()
403 … if (record.Matches(aFullName.AsCString()) && (record.mType == ResourceRecord::kTypeAaaa) && in ContainsAaaa()
428 … if (record.Matches(aFullName.AsCString()) && (record.mType == ResourceRecord::kTypeKey) && in ContainsKey()
456 if (record.Matches(aFullName.AsCString()) && (record.mType == ResourceRecord::kTypeSrv)) in ContainsSrv()
464 VerifyOrExit(record.mData.mSrv.mHostName.Matches(hostName.AsCString())); in ContainsSrv()
492 … if (record.Matches(aFullName.AsCString()) && (record.mType == ResourceRecord::kTypeTxt) && in ContainsTxt()
516 … if (record.Matches(aFullName.AsCString()) && (record.mType == ResourceRecord::kTypePtr) && in ContainsPtr()
517 (record.mData.mPtrName.Matches(aPtrName.AsCString()))) in ContainsPtr()
546 … if (record.Matches(aFullName.AsCString()) && (record.mType == ResourceRecord::kTypeNsec)) in ContainsNsec()
1348 …Log(" - %s, ttl:%lu", aAddrAndTtls[index].mAddress.ToString().AsCString(), ToUlong(aAddrAndTtls[in… in SendHostAddrResponse()
1601 …Log("otPlatMdnsSendUnicast() - [%s]:%u", address.GetAddress().ToString().AsCString(), address.mPor… in otPlatMdnsSendUnicast()
1753 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeAaaa); in TestHostReg()
1768 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeAny); in TestHostReg()
1783 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeA); in TestHostReg()
1881 SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeAaaa); in TestHostReg()
2073 SendQuery(fullName.AsCString(), ResourceRecord::kTypeKey); in TestKeyReg()
2088 SendQuery(fullName.AsCString(), ResourceRecord::kTypeAny); in TestKeyReg()
2103 SendQuery(fullName.AsCString(), ResourceRecord::kTypeA); in TestKeyReg()
2266 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeSrv); in TestServiceReg()
2281 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeTxt); in TestServiceReg()
2296 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeAny); in TestServiceReg()
2311 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr); in TestServiceReg()
2699 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeSrv); in TestServiceSubTypeReg()
2714 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeTxt); in TestServiceSubTypeReg()
2729 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeAny); in TestServiceSubTypeReg()
2744 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr); in TestServiceSubTypeReg()
2775 …ullSubServiceType.Append("%s._sub.%s", service.mSubTypeLabels[index], fullServiceType.AsCString()); in TestServiceSubTypeReg()
2780 SendQuery(fullSubServiceType.AsCString(), ResourceRecord::kTypePtr); in TestServiceSubTypeReg()
2797 fullSubServiceType.Append("_none._sub.%s", fullServiceType.AsCString()); in TestServiceSubTypeReg()
2800 SendQuery(fullSubServiceType.AsCString(), ResourceRecord::kTypePtr); in TestServiceSubTypeReg()
3912 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr); in TestMultiPacket()
3928 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr, ResourceRecord::kClassInternet, in TestMultiPacket()
3949 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr, ResourceRecord::kClassInternet, in TestMultiPacket()
3956 SendEmtryPtrQueryWithKnownAnswers(fullServiceType.AsCString(), knownAnswers, 1); in TestMultiPacket()
3971 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr, ResourceRecord::kClassInternet, in TestMultiPacket()
3978 SendEmtryPtrQueryWithKnownAnswers(fullServiceType.AsCString(), knownAnswers, 2); in TestMultiPacket()
4180 SendQuery(fullTcpServiceType.AsCString(), ResourceRecord::kTypePtr); in TestResponseAggregation()
4182 SendQuery(fullUdpServiceType.AsCString(), ResourceRecord::kTypePtr); in TestResponseAggregation()
4494 …SendResponseWithEmptyKey(hostFullName.AsCString(), (iter == 0) ? kInAnswerSection : kInAdditionalS… in TestHostConflict()
4518 SendResponseWithEmptyKey(hostFullName.AsCString(), kInAnswerSection); in TestHostConflict()
4581 SendResponseWithEmptyKey(hostFullName.AsCString(), kInAnswerSection); in TestHostConflict()
4585 …VerifyOrQuit(StringMatch(sConflictCallback.mName.AsCString(), host.mHostName, kStringCaseInsensiti… in TestHostConflict()
4656 …SendResponseWithEmptyKey(fullServiceName.AsCString(), (iter == 0) ? kInAnswerSection : kInAddition… in TestServiceConflict()
4680 SendResponseWithEmptyKey(fullServiceName.AsCString(), kInAnswerSection); in TestServiceConflict()
4743 SendResponseWithEmptyKey(fullServiceName.AsCString(), kInAnswerSection); in TestServiceConflict()
4748 …StringMatch(sConflictCallback.mName.AsCString(), service.mServiceInstance, kStringCaseInsensitiveM… in TestServiceConflict()
4751 …StringMatch(sConflictCallback.mServiceType.AsCString(), service.mServiceType, kStringCaseInsensiti… in TestServiceConflict()
4997 Log(" - %s, ttl:%lu", entry->mAddrAndTtls[index].mAddress.ToString().AsCString(), in HandleAddrResult()
7150 SendQueryForTwo(fullServiceName.AsCString(), ResourceRecord::kTypeSrv, hostFullName.AsCString(), in TestLegacyUnicastResponse()
7164 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeSrv, ResourceRecord::kClassInternet, in TestLegacyUnicastResponse()
7182 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeTxt, ResourceRecord::kClassInternet, in TestLegacyUnicastResponse()
7199 SendQuery(fullServiceName.AsCString(), ResourceRecord::kTypeAny, ResourceRecord::kClassInternet, in TestLegacyUnicastResponse()
7217 SendQuery(fullServiceType.AsCString(), ResourceRecord::kTypePtr, ResourceRecord::kClassInternet, in TestLegacyUnicastResponse()
7236 …SendQuery(hostFullName.AsCString(), ResourceRecord::kTypeA, ResourceRecord::kClassInternet, /* aTr… in TestLegacyUnicastResponse()