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