Home
last modified time | relevance | path

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

/system/hwservicemanager/
DServiceManager.cpp264 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()
330 if (!mAcl.canAdd(fqName, callingContext)) { in addImpl()
403 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()
419 if (!mAcl.canList(getBinderCallingContext())) { in list()
440 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()
483 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()
565 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in registerClientCallback()
638 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()
660 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in tryUnregister()
708 if (!mAcl.canList(getBinderCallingContext())) { in debugDump()
[all …]
DServiceManager.h147 AccessControl mAcl; member