Home
last modified time | relevance | path

Searched refs:canAdd (Results 1 – 3 of 3) sorted by relevance

/system/hwservicemanager/
DAccessControl.h37 bool canAdd(const std::string& fqName, const CallingContext& callingContext);
DAccessControl.cpp56 bool AccessControl::canAdd(const std::string& fqName, const CallingContext& callingContext) { in canAdd() function in android::AccessControl
DServiceManager.cpp340 if (!mAcl.canAdd(fqName, callingContext)) { in addImpl()
575 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in registerClientCallback()
674 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in tryUnregister()