Searched refs:canGet (Results 1 – 3 of 3) sorted by relevance
38 bool canGet(const std::string& fqName, const CallingContext& callingContext);
273 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()
67 bool AccessControl::canGet(const std::string& fqName, const CallingContext& callingContext) { in canGet() function in android::AccessControl