Searched refs:mServiceEntry (Results 1 – 2 of 2) sorted by relevance
6444 mServiceEntry = Get<Core>().mServiceEntries.GetHead(); in GetNextService()6454 VerifyOrExit(mServiceEntry != nullptr); in GetNextService()6455 error = mServiceEntry->CopyInfoTo(aService, aState, *this); in GetNextService()6456 mServiceEntry = mServiceEntry->GetNext(); in GetNextService()6481 mServiceEntry = Get<Core>().mServiceEntries.GetHead(); in GetNextKey()6492 VerifyOrExit(mServiceEntry != nullptr); in GetNextKey()6493 error = mServiceEntry->CopyInfoTo(aKey, aState); in GetNextKey()6494 mServiceEntry = mServiceEntry->GetNext(); in GetNextKey()
1925 const ServiceEntry *mServiceEntry; member