Searched refs:serviceType (Results 1 – 3 of 3) sorted by relevance
72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable() argument80 if (result && strlen(serviceType) > 63) { in CheckThatServiceTypeIsUsable()88 if (result && serviceType[0] == 0) { in CheckThatServiceTypeIsUsable()
152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) in CheckThatServiceTypeIsUsable() argument160 if (result && strlen(serviceType) > 63) { in CheckThatServiceTypeIsUsable()168 if (result && serviceType[0] == 0) { in CheckThatServiceTypeIsUsable()418 const char * serviceType, in RegisterOneService() argument437 MakeDomainNameFromDNSNameString(&type, serviceType); in RegisterOneService()460 serviceType, in RegisterOneService()
99 for (String serviceType : jmDNSImpl.getServiceTypes().keySet()) { in addAnswers()100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType); in addAnswers()