Searched refs:serviceType (Results 1 – 2 of 2) sorted by relevance
/system/netd/ |
D | MDnsSdListener.cpp | 155 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister() argument 159 interfaceName, serviceName, serviceType, domain, host, port, txtLen); in serviceRegister() 173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback, in serviceRegister() 412 char *serviceType = argv[3]; in runCommand() local 414 discover(cli, NULL, serviceType, NULL, requestId, 0); in runCommand() 425 char *serviceType = argv[4]; in runCommand() local 434 serviceType, domain, host, port, textLen, textRecord); in runCommand()
|
D | MDnsSdListener.h | 118 const char *serviceName, const char *serviceType, const char *domain,
|