Home
last modified time | relevance | path

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

/aosp12/system/hwservicemanager/
H A DServiceManager.cpp273 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()
320 if (!mAcl.canAdd(IBase::descriptor, pidcon)) { in add()
350 if (!mAcl.canAdd(fqName, callingContext)) { in addImpl()
460 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()
476 if (!mAcl.canList(getBinderCallingContext())) { in list()
497 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()
540 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()
622 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in registerClientCallback()
699 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()
767 if (!mAcl.canList(getBinderCallingContext())) { in debugDump()
[all …]
H A DServiceManager.h146 AccessControl mAcl; member