Home
last modified time | relevance | path

Searched refs:guaranteeClient (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp161 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()
DServiceManager.h62 bool guaranteeClient = false; // forces the client check to true member