Searched refs:aServiceId (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/src/core/thread/ |
D | network_data_service.hpp | 269 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;
|
D | network_data_tlvs.cpp | 94 void ServiceTlv::Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceDa… in Init() argument 100 mFlagsServiceId |= (aServiceId & kServiceIdMask); in Init()
|
D | network_data_leader.hpp | 324 uint8_t &aServiceId) const; 601 Error AllocateServiceId(uint8_t &aServiceId) const; 602 const ServiceTlv *FindServiceById(uint8_t aServiceId) const;
|
D | mle_types.hpp | 656 inline uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId() argument 658 return static_cast<uint16_t>(aServiceId + kAloc16ServiceStart); in ServiceAlocFromId()
|
D | network_data_service.cpp | 73 Error Manager::GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const in GetServiceId() 79 …Leader>().GetServiceId(kThreadEnterpriseNumber, serviceData, /* aServerStable */ true, aServiceId); in GetServiceId()
|
D | network_data_leader_ftd.cpp | 988 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()
|
D | network_data_leader.cpp | 88 uint8_t &aServiceId) const in GetServiceId() 102 aServiceId = serviceConfig.mServiceId; in GetServiceId()
|
D | network_data_tlvs.hpp | 1314 void Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceData);
|
D | mle.hpp | 634 void GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
|
D | mle.cpp | 1014 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/ |
D | bbr_leader.cpp | 73 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId() 78 error = Get<NetworkData::Service::Manager>().GetBackboneRouterServiceId(aServiceId); in GetServiceId()
|
D | bbr_leader.hpp | 141 Error GetServiceId(uint8_t &aServiceId) const;
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 196 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/ |
D | thread.h | 590 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo…
|