Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/servicemanager/
H A 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()
H A DAccess.h48 bool actionAllowed(const CallingContext& sctx, const char* tctx, const char* perm,