Searched refs:guaranteeClient (Results 1 – 2 of 2) sorted by relevance
161 service->guaranteeClient = true; in tryGetService()226 entry.first->second.guaranteeClient = true; in addService()466 if (service.guaranteeClient) { in handleServiceClientCallback()473 service.guaranteeClient = false; in handleServiceClientCallback()546 if (serviceIt->second.guaranteeClient) { in tryUnregisterService()562 serviceIt->second.guaranteeClient = true; in tryUnregisterService()
62 bool guaranteeClient = false; // forces the client check to true member