Home
last modified time | relevance | path

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

/system/hwservicemanager/
DAccessControl.h38 bool canGet(const std::string& fqName, const CallingContext& callingContext);
DServiceManager.cpp273 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()
460 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()
497 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()
540 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()
699 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()
802 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