Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.cpp268 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()
340 if (!mAcl.canAdd(fqName, callingContext)) { in addImpl()
413 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()
429 if (!mAcl.canList(getBinderCallingContext())) { in list()
450 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()
493 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()
575 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in registerClientCallback()
652 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()
674 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in tryUnregister()
720 if (!mAcl.canList(getBinderCallingContext())) { in debugDump()
[all …]
DServiceManager.h146 AccessControl mAcl; member