Home
last modified time | relevance | path

Searched defs:ServiceInstanceInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.h38 struct ServiceInstanceInfo struct
40 std::string name;
41 std::string type;
42 std::string domain;
43 std::string ip;
44 std::string text;
45 std::string ifIP;
46 std::string hostName;
/aosp_15_r20/external/openthread/src/core/net/
H A Ddnssd_server.hpp190 …typedef otDnssdServiceInstanceInfo ServiceInstanceInfo; ///< A discovered service instance for a D… typedef in ot::Dns::ServiceDiscovery::Server