Home
last modified time | relevance | path

Searched refs:actionAllowed (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/servicemanager/
DAccess.cpp122 return actionAllowed(ctx, mThisProcessContext, "list", "service_manager"); in canList()
125 bool Access::actionAllowed(const CallingContext& sctx, const char* tctx, const char* perm, in actionAllowed() function in android::Access
145 bool allowed = actionAllowed(sctx, tctx, perm, name); in actionAllowedFromLookup()
DAccess.h48 bool actionAllowed(const CallingContext& sctx, const char* tctx, const char* perm,