Home
last modified time | relevance | path

Searched refs:GetServiceId (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_service.cpp76 Error Manager::GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const in GetServiceId() function in ot::NetworkData::Service::Manager
82 …return Get<Leader>().GetServiceId(kThreadEnterpriseNumber, serviceData, /* aServerStable */ true, … in GetServiceId()
180 … Get<Mle::Mle>().GetServiceAloc(aIterator.mServiceTlv->GetServiceId(), aInfo.mAnycastAddress); in GetNextDnsSrpAnycastInfo()
Dnetwork_data_service.hpp258 return GetServiceId(kBackboneRouterServiceNumber, aServiceId); in GetBackboneRouterServiceId()
478 Error GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const;
Dnetwork_data_types.cpp250 mServiceId = aServiceTlv.GetServiceId(); in SetFrom()
Dnetwork_data_leader.hpp297 Error GetServiceId(uint32_t aEnterpriseNumber,
Dnetwork_data.cpp711 As<ServerTlv>(cur)->SetServer16(Mle::ServiceAlocFromId(aService.GetServiceId())); in RemoveTemporaryDataIn()
Dmlr_manager.cpp407 SuccessOrExit(error = Get<BackboneRouter::Leader>().GetServiceId(pbbrServiceId)); in SendMlrMessage()
Dnetwork_data_tlvs.hpp1224 uint8_t GetServiceId(void) const { return (mFlagsServiceId & kServiceIdMask); } in GetServiceId() function in ot::NetworkData::ServiceTlv
Dnetwork_data_leader.cpp70 Error Leader::GetServiceId(uint32_t aEnterpriseNumber, in GetServiceId() function in ot::NetworkData::Leader
Ddua_manager.cpp507 SuccessOrExit(error = Get<BackboneRouter::Leader>().GetServiceId(pbbrServiceId)); in PerformNextRegistration()
Dnetwork_data_leader_ftd.cpp1008 if (service->GetServiceId() == aServiceId) in FindServiceById()
/openthread-latest/src/core/backbone_router/
Dbbr_leader.hpp134 Error GetServiceId(uint8_t &aServiceId) const;
Dbbr_leader.cpp72 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId() function in ot::BackboneRouter::Leader