Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.cpp274 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()
321 if (!mAcl.canAdd(IBase::descriptor, pidcon)) { in add()
351 if (!mAcl.canAdd(fqName, callingContext)) { in addImpl()
461 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()
477 if (!mAcl.canList(getBinderCallingContext())) { in list()
498 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()
541 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()
623 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in registerClientCallback()
700 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()
722 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in tryUnregister()
[all …]
DServiceManager.h146 AccessControl mAcl; member