Home
last modified time | relevance | path

Searched refs:aServiceId (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_service.hpp269 Error GetBackboneRouterServiceId(uint8_t &aServiceId) const in GetBackboneRouterServiceId()
271 return GetServiceId(kBackboneRouterServiceNumber, aServiceId); in GetBackboneRouterServiceId()
437 Error GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const;
Dnetwork_data_tlvs.cpp94 void ServiceTlv::Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceDa… in Init() argument
100 mFlagsServiceId |= (aServiceId & kServiceIdMask); in Init()
Dnetwork_data_leader.hpp324 uint8_t &aServiceId) const;
601 Error AllocateServiceId(uint8_t &aServiceId) const;
602 const ServiceTlv *FindServiceById(uint8_t aServiceId) const;
Dmle_types.hpp656 inline uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId() argument
658 return static_cast<uint16_t>(aServiceId + kAloc16ServiceStart); in ServiceAlocFromId()
Dnetwork_data_service.cpp73 Error Manager::GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const in GetServiceId()
79 …Leader>().GetServiceId(kThreadEnterpriseNumber, serviceData, /* aServerStable */ true, aServiceId); in GetServiceId()
Dnetwork_data_leader_ftd.cpp988 Error Leader::AllocateServiceId(uint8_t &aServiceId) const in AllocateServiceId()
996 aServiceId = kMinServiceId; in AllocateServiceId()
1006 aServiceId = serviceId; in AllocateServiceId()
1017 const ServiceTlv *Leader::FindServiceById(uint8_t aServiceId) const in FindServiceById()
1024 if (service->GetServiceId() == aServiceId) in FindServiceById()
Dnetwork_data_leader.cpp88 uint8_t &aServiceId) const in GetServiceId()
102 aServiceId = serviceConfig.mServiceId; in GetServiceId()
Dnetwork_data_tlvs.hpp1314 void Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceData);
Dmle.hpp634 void GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
Dmle.cpp1014 void Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc() argument
1016 aAddress.SetToAnycastLocator(mMeshLocalPrefix, ServiceAlocFromId(aServiceId)); in GetServiceAloc()
/openthread-latest/src/core/backbone_router/
Dbbr_leader.cpp73 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId()
78 error = Get<NetworkData::Service::Manager>().GetBackboneRouterServiceId(aServiceId); in GetServiceId()
Dbbr_leader.hpp141 Error GetServiceId(uint8_t &aServiceId) const;
/openthread-latest/src/core/api/
Dthread_api.cpp196 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc() argument
201 AsCoreType(aInstance).Get<Mle::Mle>().GetServiceAloc(aServiceId, AsCoreType(aServiceAloc)); in otThreadGetServiceAloc()
/openthread-latest/include/openthread/
Dthread.h590 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo…