Home
last modified time | relevance | path

Searched refs:canGet (Results 1 – 3 of 3) sorted by relevance

/system/hwservicemanager/
DAccessControl.h36 bool canGet(const std::string& fqName, const CallingContext& callingContext);
DServiceManager.cpp264 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()
403 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()
440 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()
483 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()
638 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()
743 if (!mAcl.canGet(fqName, callingContext)) { in registerPassthroughClient()
DAccessControl.cpp67 bool AccessControl::canGet(const std::string& fqName, const CallingContext& callingContext) { in canGet() function in android::AccessControl