Searched refs:canList (Results 1 – 7 of 7) sorted by relevance
39 bool canList(const CallingContext& callingContext);
78 bool AccessControl::canList(const CallingContext& callingContext) { in canList() function in android::AccessControl
476 if (!mAcl.canList(getBinderCallingContext())) { in list()767 if (!mAcl.canList(getBinderCallingContext())) { in debugDump()
45 virtual bool canList(const CallingContext& ctx);
57 MOCK_METHOD1(canList, bool(const CallingContext&));72 ON_CALL(*access, canList(_)).WillByDefault(Return(true)); in getPermissiveServiceManager()262 EXPECT_CALL(*access, canList(_)).WillOnce(Return(false)); in TEST()
121 bool Access::canList(const CallingContext& ctx) { in canList() function in android::Access
302 if (!mAccess->canList(mAccess->getCallingContext())) { in listServices()685 if (!mAccess->canList(mAccess->getCallingContext())) { in getServiceDebugInfo()