Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_service.hpp533 … template <typename ServiceType> Error GetServiceId(bool aServerStable, uint8_t &aServiceId) const in GetServiceId() function in ot::NetworkData::Service::Manager
535 …return GetServiceId(&ServiceType::kServiceData, sizeof(ServiceType::kServiceData), aServerStable, … in GetServiceId()
603 Error GetServiceId(const void *aServiceData,
Dnetwork_data_service.cpp75 Error Manager::GetServiceId(const void *aServiceData, in GetServiceId() function in ot::NetworkData::Service::Manager
80 …return Get<Leader>().GetServiceId(kThreadEnterpriseNumber, reinterpret_cast<const uint8_t *>(aServ… in GetServiceId()
168 Mle::Mle::ServiceAlocFromId(tlv->GetServiceId())); in GetNextDnsSrpAnycastInfo()
Dnetwork_data_leader.hpp270 Error GetServiceId(uint32_t aEnterpriseNumber,
Dnetwork_data_types.cpp239 mServiceId = aServiceTlv.GetServiceId(); in SetFrom()
Dnetwork_data_leader.cpp70 Error LeaderBase::GetServiceId(uint32_t aEnterpriseNumber, in GetServiceId() function in ot::NetworkData::LeaderBase
Dnetwork_data.cpp523 server->SetServer16(Mle::Mle::ServiceAlocFromId(aService.GetServiceId())); in RemoveTemporaryData()
Dnetwork_data_tlvs.hpp1307 uint8_t GetServiceId(void) const { return (mFlagsServiceId & kServiceIdMask); } in GetServiceId() function in ot::NetworkData::ServiceTlv
Dmlr_manager.cpp435 SuccessOrExit(error = Get<BackboneRouter::Leader>().GetServiceId(pbbrServiceId)); in SendMulticastListenerRegistrationMessage()
Ddua_manager.cpp508 SuccessOrExit(error = Get<BackboneRouter::Leader>().GetServiceId(pbbrServiceId)); in PerformNextRegistration()
Dnetwork_data_leader_ftd.cpp985 if (service->GetServiceId() == aServiceId) in FindServiceById()
/openthread-2.7.6/src/core/backbone_router/
Dbbr_leader.cpp72 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId() function in ot::BackboneRouter::Leader
77 error = Get<NetworkData::Service::Manager>().GetServiceId<NetworkData::Service::BackboneRouter>( in GetServiceId()
Dbbr_leader.hpp125 Error GetServiceId(uint8_t &aServiceId) const;