Lines Matching refs:FindMatching

141     entry = GetEntryList<EntryType>().FindMatching(aItemInfo);  in Register()
163 entry = GetEntryList<EntryType>().FindMatching(aItemInfo); in Unregister()
1924 subType = mSubTypes.FindMatching(aSubLabel); in CanAnswerSubType()
2133 SubType *subType = mSubTypes.FindMatching(aSubLabel); in AnswerServiceTypeQuestion()
2161 const SubType *subType = mSubTypes.FindMatching(aSubLabel); in ShouldSuppressKnownAnswer()
2424 aHostEntry = Get<Core>().mHostEntries.FindMatching(mHostName); in DiscoverOffsetsAndHost()
2477 … const SubType *otherSubType = other.mSubTypes.FindMatching(subType.mLabel.AsCString()); in DiscoverOffsetsAndHost()
2505 serviceType = Get<Core>().mServiceTypes.FindMatching(mServiceType); in UpdateServiceTypes()
3707 aQuestion.mEntry = Get<Core>().mHostEntries.FindMatching(name); in ProcessQuestion()
3711 aQuestion.mEntry = Get<Core>().mServiceEntries.FindMatching(name); in ProcessQuestion()
4134 hostEntry = Get<Core>().mHostEntries.FindMatching(aName); in ProcessRecordForConflict()
4141 serviceEntry = Get<Core>().mServiceEntries.FindMatching(aName); in ProcessRecordForConflict()
4158 browseCache = Get<Core>().mBrowseCacheList.FindMatching(aName); in ProcessPtrRecord()
4173 srvCache = Get<Core>().mSrvCacheList.FindMatching(aName); in ProcessSrvRecord()
4188 txtCache = Get<Core>().mTxtCacheList.FindMatching(aName); in ProcessTxtRecord()
4203 ip6AddrCache = Get<Core>().mIp6AddrCacheList.FindMatching(aName); in ProcessAaaaRecord()
4218 ip4AddrCache = Get<Core>().mIp4AddrCacheList.FindMatching(aName); in ProcessARecord()
4251 RxMsgEntry *msgEntry = mRxMsgEntries.FindMatching(aRxMessagePtr->GetSenderAddress()); in AddToExisting()
4382 entry = mHashEntries.FindMatching(hash); in Add()
4436 cacheEntry = GetCacheList<CacheType>().FindMatching(aBrowserOrResolver); in Start()
4461 cacheEntry = GetCacheList<CacheType>().FindMatching(aBrowserOrResolver); in Stop()
5055 callback = mCallbacks.FindMatching(aCallback.mSharedCallback.mBrowse); in FindCallbackMatching()
5058 callback = mCallbacks.FindMatching(aCallback.mSharedCallback.mSrv); in FindCallbackMatching()
5061 callback = mCallbacks.FindMatching(aCallback.mSharedCallback.mTxt); in FindCallbackMatching()
5065 callback = mCallbacks.FindMatching(aCallback.mSharedCallback.mAddress); in FindCallbackMatching()
5282 ptrEntry = mPtrEntries.FindMatching(serviceInstance); in ProcessResponseRecord()
6185 entry = mNewEntries.FindMatching(aAddress); in AddNewResponseAddress()
6212 AddrEntry *exitingEntry = mCommittedEntries.FindMatching(newEntry.mAddress); in CommitNewResponseEntries()
6272 entry = mCommittedEntries.FindMatching(newEntry->mAddress); in CommitNewResponseEntries()