Searched defs:serviceType (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DMDnsSdListener.cpp155 const char *interfaceName, const char *serviceName, const char *serviceType,
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback,
413 char *serviceType = argv[3]; local
415 discover(cli, NULL, serviceType, NULL, requestId, 0);
426 char *serviceType = argv[4]; local
453 serviceType, domain, host, port, ptr - txtRecord, txtRecord);
154 serviceRegister(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *serviceType, const char *domain, const char *host, int port, int txtLen, void *txtRecord) argument

Completed in 52 milliseconds