Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 9 of 9) sorted by relevance

/openthread-3.7.0/src/core/net/
Ddnssd.hpp101 class Service : public otPlatDnssdService, public Clearable<Service> ///< Service information. class in ot::Dnssd
Dsrp_advertising_proxy.hpp74 typedef Server::Service Service; ///< An SRP server service registration. typedef in ot::Srp::AdvertisingProxy
Dsrp_client.hpp179 class Service : public otSrpClientService, public LinkedListEntry<Service> class in ot::Srp::Client
Dsrp_server.hpp187 class Service : public otSrpServerService, class in ot::Srp::Server
Dmdns.hpp109 typedef otMdnsService Service; ///< Service information. typedef in ot::Dns::Multicast::Core
/openthread-3.7.0/src/core/thread/
Dnetwork_data_service.cpp44 namespace Service { namespace
Dnetwork_data.hpp81 namespace Service { namespace
Dnetwork_data_service.hpp51 namespace Service { namespace
/openthread-3.7.0/tests/scripts/thread-cert/
Dnetwork_data.py406 class Service(NetworkData): class