Searched refs:canGet (Results 1 – 3 of 3) sorted by relevance
38 bool canGet(const std::string& fqName, const CallingContext& callingContext);
268 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in get()413 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in getTransport()450 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listByInterface()493 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in registerForNotifications()652 if (!mAcl.canGet(fqName, getBinderCallingContext())) { in listManifestByInterface()755 if (!mAcl.canGet(fqName, callingContext)) { in registerPassthroughClient()
67 bool AccessControl::canGet(const std::string& fqName, const CallingContext& callingContext) { in canGet() function in android::AccessControl