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