Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp392 service->guaranteeClient = true; in tryGetService()
394 service->guaranteeClient = true; in tryGetService()
487 .guaranteeClient = false, in addService()
494 mNameToService[name].guaranteeClient = true; in addService()
496 mNameToService[name].guaranteeClient = true; in addService()
864 if (service.guaranteeClient) { in handleServiceClientCallback()
871 service.guaranteeClient = false; in handleServiceClientCallback()
955 if (serviceIt->second.guaranteeClient) { in tryUnregisterService()
973 serviceIt->second.guaranteeClient = true; in tryUnregisterService()
DServiceManager.h78 bool guaranteeClient = false; // forces the client check to true member