Home
last modified time | relevance | path

Searched defs:GetNextService (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/thread/
Dnetwork_data.cpp120 Error NetworkData::GetNextService(Iterator &aIterator, ServiceConfig &aConfig) const in GetNextService() function in ot::NetworkData::NetworkData
125 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService() function in ot::NetworkData::NetworkData
/external/openthread/src/cli/
Dcli_network_data.cpp661 otError NetworkData::GetNextService(otNetworkDataIterator *aIterator, otServiceConfig *aConfig, boo… in GetNextService() function in ot::Cli::NetworkData
/external/openthread/src/core/net/
Dsrp_server.cpp2111 const Server::Service *Server::Host::GetNextService(const Service *aPrevService) const in GetNextService() function in ot::Srp::Server::Host