Home
last modified time | relevance | path

Searched refs:GET_ALL_ACCESS_CONTROL_PROFILE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp108 SetPermissionMap(permissionJson, GET_ALL_ACCESS_CONTROL_PROFILE); in ParsePermissionJson()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp88 const std::string GET_ALL_ACCESS_CONTROL_PROFILE = "GetAllAccessControlProfile"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h98 extern const std::string GET_ALL_ACCESS_CONTROL_PROFILE;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp268 if (!PermissionManager::GetInstance().IsCallerTrust(GET_ALL_ACCESS_CONTROL_PROFILE)) { in GetAllAccessControlProfile()