Searched refs:subType (Results 1 – 2 of 2) sorted by relevance
1920 const SubType *subType; in CanAnswerSubType() local1924 subType = mSubTypes.FindMatching(aSubLabel); in CanAnswerSubType()1925 VerifyOrExit(subType != nullptr); in CanAnswerSubType()1927 canAnswer = subType->mPtrRecord.CanAnswer(); in CanAnswerSubType()1950 for (SubType &subType : mSubTypes) in Register()1952 uint32_t subTypeTtl = subType.IsContainedIn(aService) ? ttl : 0; in Register()1954 subType.mPtrRecord.UpdateTtl(subTypeTtl); in Register()2024 for (SubType &subType : mSubTypes) in Unregister()2026 subType.mPtrRecord.UpdateTtl(0); in Unregister()2133 SubType *subType = mSubTypes.FindMatching(aSubLabel); in AnswerServiceTypeQuestion() local[all …]
1411 for (const Heap::String &subType : service.mSubTypes) in InformUpdateHandlerOrCommit() local1415 IgnoreError(Service::ParseSubTypeServiceName(subType.AsCString(), label)); in InformUpdateHandlerOrCommit()1832 const Heap::String *subType = mSubTypes.At(aIndex); in GetSubTypeServiceNameAt() local1834 return (subType == nullptr) ? nullptr : subType->AsCString(); in GetSubTypeServiceNameAt()1912 for (const Heap::String &subType : mSubTypes) in HasSubTypeServiceName() local1914 if (StringMatch(subType.AsCString(), aSubTypeServiceName, kStringCaseInsensitiveMatch)) in HasSubTypeServiceName()1958 for (const Heap::String &subType : mSubTypes) in Log() local1962 IgnoreError(ParseSubTypeServiceName(subType.AsCString(), label)); in Log()1963 LogInfo(" sub-type: %s", subType.AsCString()); in Log()