Home
last modified time | relevance | path

Searched refs:canList (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/servicemanager/
DAccess.h45 virtual bool canList(const CallingContext& ctx);
DAccess.cpp121 bool Access::canList(const CallingContext& ctx) { in canList() function in android::Access
Dtest_sm.cpp57 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()
DServiceManager.cpp302 if (!mAccess->canList(mAccess->getCallingContext())) { in listServices()
685 if (!mAccess->canList(mAccess->getCallingContext())) { in getServiceDebugInfo()