Home
last modified time | relevance | path

Searched refs:FindServiceById (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader_ftd.hpp165 const ServiceTlv *FindServiceById(uint8_t aServiceId) const;
Dnetwork_data_leader_ftd.cpp948 if (FindServiceById(serviceId) == nullptr) in AllocateServiceId()
960 const ServiceTlv *Leader::FindServiceById(uint8_t aServiceId) const in FindServiceById() function in ot::NetworkData::Leader