Home
last modified time | relevance | path

Searched defs:aServiceId (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/thread/
Dnetwork_data_tlvs.cpp97 void ServiceTlv::Init(uint8_t aServiceId, uint32_t aEnterpriseNumber, const ServiceData &aServiceDa… in Init()
Dmesh_forwarder_ftd.cpp469 Error MeshForwarder::AnycastRouteLookup(uint8_t aServiceId, AnycastType aType, uint16_t &aMeshDest)… in AnycastRouteLookup()
Dmle.hpp612 static uint16_t ServiceAlocFromId(uint8_t aServiceId) in ServiceAlocFromId()
Dmle.cpp1021 Error Mle::GetServiceAloc(uint8_t aServiceId, Ip6::Address &aAddress) const in GetServiceAloc()
/external/openthread/src/core/api/
Dthread_api.cpp192 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc()