Home
last modified time | relevance | path

Searched refs:kLocalDomain (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/osp/impl/testing/
Dfake_mdns_responder_adapter.cc18 constexpr char kLocalDomain[] = "local"; variable
25 service_protocol, kLocalDomain}; in MakePtrEvent()
41 service_instance, service_type, service_protocol, kLocalDomain}; in MakeSrvEvent()
46 const auto host_labels = std::vector<std::string>{hostname, kLocalDomain}; in MakeSrvEvent()
62 service_protocol, kLocalDomain}; in MakeTxtEvent()
74 const auto labels = std::vector<std::string>{hostname, kLocalDomain}; in MakeAEvent()
86 const auto labels = std::vector<std::string>{hostname, kLocalDomain}; in MakeAaaaEvent()
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc22 static constexpr char kLocalDomain[] = "local"; variable
228 const ServiceKey key(service, kLocalDomain); in StartQuery()
264 ServiceKey key(service, kLocalDomain); in StopQuery()
280 ServiceKey key(service, kLocalDomain); in StopQuery()
296 const ServiceKey key(service, kLocalDomain); in IsQueryRunning()
305 const ServiceKey key(service, kLocalDomain); in ReinitializeQueries()
/external/python/cpython2/Lib/plat-mac/Carbon/
DFolders.py9 kLocalDomain = -32765 variable