Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp999 bool isSubType; in ProcessServiceDiscoveryInstructions() local
1029 isSubType = (subServiceName != nullptr); in ProcessServiceDiscoveryInstructions()
1031 if (isSubType) in ProcessServiceDiscoveryInstructions()
1039 …VerifyOrExit(Dns::Name::IsSubDomainOf(instanceName.AsCString(), isSubType ? subServiceName : servi… in ProcessServiceDiscoveryInstructions()
1052 if (isSubType) in ProcessServiceDiscoveryInstructions()
Dmdns.cpp3747 bool isSubType; in ProcessQuestion() local
3753 isSubType = ParseQuestionNameAsSubType(aQuestion, subLabel, baseType); in ProcessQuestion()
3755 if (!isSubType) in ProcessQuestion()
3767 if (isSubType && !serviceEntry.CanAnswerSubType(subLabel)) in ProcessQuestion()
3930 bool isSubType = false; in ParseQuestionNameAsSubType() local
3937 isSubType = true; in ParseQuestionNameAsSubType()
3940 return isSubType; in ParseQuestionNameAsSubType()
5211 bool isSubType = !mSubTypeLabel.IsNull(); in Matches() local
5216 if (isSubType) in Matches()
5225 …matches = name.Matches(isSubType ? kSubServiceLabel : nullptr, mServiceType.AsCString(), kLocalDom… in Matches()