Home
last modified time | relevance | path

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

/system/hwservicemanager/
DAccessControl.h35 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.cpp330 if (!mAcl.canAdd(fqName, callingContext)) { in addImpl()
565 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in registerClientCallback()
660 if (!mAcl.canAdd(fqName, getBinderCallingContext())) { in tryUnregister()