Searched refs:isSubType (Results 1 – 2 of 2) sorted by relevance
999 bool isSubType; in ProcessServiceDiscoveryInstructions() local1029 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()
3747 bool isSubType; in ProcessQuestion() local3753 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() local3937 isSubType = true; in ParseQuestionNameAsSubType()3940 return isSubType; in ParseQuestionNameAsSubType()5211 bool isSubType = !mSubTypeLabel.IsNull(); in Matches() local5216 if (isSubType) in Matches()5225 …matches = name.Matches(isSubType ? kSubServiceLabel : nullptr, mServiceType.AsCString(), kLocalDom… in Matches()