Searched defs:Service (Results 1 – 9 of 9) sorted by relevance
/openthread-3.7.0/src/core/net/ | ||
D | dnssd.hpp | 101 class Service : public otPlatDnssdService, public Clearable<Service> ///< Service information. class in ot::Dnssd |
D | srp_advertising_proxy.hpp | 74 typedef Server::Service Service; ///< An SRP server service registration. typedef in ot::Srp::AdvertisingProxy |
D | srp_client.hpp | 179 class Service : public otSrpClientService, public LinkedListEntry<Service> class in ot::Srp::Client |
D | srp_server.hpp | 187 class Service : public otSrpServerService, class in ot::Srp::Server |
D | mdns.hpp | 109 typedef otMdnsService Service; ///< Service information. typedef in ot::Dns::Multicast::Core |
/openthread-3.7.0/src/core/thread/ | ||
D | network_data_service.cpp | 44 namespace Service { namespace |
D | network_data.hpp | 81 namespace Service { namespace |
D | network_data_service.hpp | 51 namespace Service { namespace |
/openthread-3.7.0/tests/scripts/thread-cert/ | ||
D | network_data.py | 406 class Service(NetworkData): class |