Home
last modified time | relevance | path

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

/system/hwservicemanager/
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()
721 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in tryUnregister()
[all …]
DServiceManager.h146 AccessControl mAcl; member