Searched refs:serviceType (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | MDnsSdListener.cpp | 162 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister() argument 166 interfaceName, serviceName, serviceType, domain, host, port, txtLen); in serviceRegister() 180 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback, in serviceRegister() 430 char *serviceType = argv[3]; in runCommand() local 432 discover(cli, nullptr, serviceType, nullptr, requestId, 0); in runCommand() 443 char *serviceType = argv[4]; in runCommand() local 461 serviceType, domain, host, port, length, dst); in runCommand()
|
D | MDnsSdListener.h | 120 const char *serviceName, const char *serviceType, const char *domain,
|