Home
last modified time | relevance | path

Searched defs:callingContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/hwservicemanager/
H A DAccessControl.cpp56 bool AccessControl::canAdd(const std::string& fqName, const CallingContext& callingContext) { in canAdd()
67 bool AccessControl::canGet(const std::string& fqName, const CallingContext& callingContext) { in canGet()
78 bool AccessControl::canList(const CallingContext& callingContext) { in canList()
H A DServiceManager.cpp340 const AccessControl::CallingContext& callingContext) { in addImpl()
692 auto callingContext = getBinderCallingContext(); in addWithChain() local
800 auto callingContext = getBinderCallingContext(); in registerPassthroughClient() local