Searched refs:aServiceId (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/src/core/thread/ |
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_service.hpp | 256 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;
|
D | network_data_leader.hpp | 300 uint8_t &aServiceId) const; 564 Error AllocateServiceId(uint8_t &aServiceId) const; 565 const ServiceTlv *FindServiceById(uint8_t aServiceId) const;
|
D | mle_types.hpp | 636 inline uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId() argument 638 return static_cast<uint16_t>(aServiceId + kAloc16ServiceStart); in ServiceAlocFromId()
|
D | network_data_service.cpp | 76 Error Manager::GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const in GetServiceId() 82 …Leader>().GetServiceId(kThreadEnterpriseNumber, serviceData, /* aServerStable */ true, aServiceId); in GetServiceId()
|
D | network_data_leader_ftd.cpp | 972 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()
|
D | network_data_leader.cpp | 73 uint8_t &aServiceId) const in GetServiceId() 87 aServiceId = serviceConfig.mServiceId; in GetServiceId()
|
D | network_data_tlvs.hpp | 1201 void Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceData);
|
D | mle.hpp | 580 void GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const;
|
D | mle.cpp | 1036 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/ |
D | bbr_leader.cpp | 72 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId() 77 error = Get<NetworkData::Service::Manager>().GetBackboneRouterServiceId(aServiceId); in GetServiceId()
|
D | bbr_leader.hpp | 134 Error GetServiceId(uint8_t &aServiceId) const;
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 190 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/ |
D | thread.h | 565 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo…
|