Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
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_service.hpp256 Error GetBackboneRouterServiceId(uint8_t &aServiceId) const in GetBackboneRouterServiceId()
258 return GetServiceId(kBackboneRouterServiceNumber, aServiceId); in GetBackboneRouterServiceId()
478 Error GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const;
Dnetwork_data_leader.hpp300 uint8_t &aServiceId) const;
564 Error AllocateServiceId(uint8_t &aServiceId) const;
565 const ServiceTlv *FindServiceById(uint8_t aServiceId) const;
Dmle_types.hpp636 inline uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId() argument
638 return static_cast<uint16_t>(aServiceId + kAloc16ServiceStart); in ServiceAlocFromId()
Dnetwork_data_service.cpp76 Error Manager::GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const in GetServiceId()
82 …Leader>().GetServiceId(kThreadEnterpriseNumber, serviceData, /* aServerStable */ true, aServiceId); in GetServiceId()
Dnetwork_data_leader_ftd.cpp972 Error Leader::AllocateServiceId(uint8_t &aServiceId) const in AllocateServiceId()
980 aServiceId = kMinServiceId; in AllocateServiceId()
990 aServiceId = serviceId; in AllocateServiceId()
1001 const ServiceTlv *Leader::FindServiceById(uint8_t aServiceId) const in FindServiceById()
1008 if (service->GetServiceId() == aServiceId) in FindServiceById()
Dnetwork_data_leader.cpp73 uint8_t &aServiceId) const in GetServiceId()
87 aServiceId = serviceConfig.mServiceId; in GetServiceId()
Dnetwork_data_tlvs.hpp1201 void Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceData);
Dmle.hpp580 void GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
Dmle.cpp1036 void Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc() argument
1038 aAddress.SetToAnycastLocator(mMeshLocalPrefix, ServiceAlocFromId(aServiceId)); in GetServiceAloc()
/openthread-latest/src/core/backbone_router/
Dbbr_leader.cpp72 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId()
77 error = Get<NetworkData::Service::Manager>().GetBackboneRouterServiceId(aServiceId); in GetServiceId()
Dbbr_leader.hpp134 Error GetServiceId(uint8_t &aServiceId) const;
/openthread-latest/src/core/api/
Dthread_api.cpp190 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc() argument
195 AsCoreType(aInstance).Get<Mle::Mle>().GetServiceAloc(aServiceId, AsCoreType(aServiceAloc)); in otThreadGetServiceAloc()
/openthread-latest/include/openthread/
Dthread.h565 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo…