Home
last modified time | relevance | path

Searched refs:GetNextServiceId (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dnetwork_data.cpp271 Error NetworkData::GetNextServiceId(Iterator &aIterator, uint16_t aRloc16, uint8_t &aServiceId) con… in GetNextServiceId() function in ot::NetworkData::NetworkData
379 while (GetNextServiceId(iterator, aRloc16, serviceId) == kErrorNone) in ContainsService()
Dnetwork_data.hpp239 Error GetNextServiceId(Iterator &aIterator, uint16_t aRloc16, uint8_t &aServiceId) const;
Dmle.cpp1658 …while (Get<NetworkData::Leader>().GetNextServiceId(serviceIterator, rloc, serviceId) == kErrorNone) in UpdateServiceAlocs()