Home
last modified time | relevance | path

Searched refs:GET_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.cpp107 SetPermissionMap(permissionJson, GET_ACCESS_CONTROL_PROFILE); in ParsePermissionJson()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp84 const std::string GET_ACCESS_CONTROL_PROFILE = "GetAccessControlProfile"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h94 extern const std::string GET_ACCESS_CONTROL_PROFILE;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp256 if (!PermissionManager::GetInstance().IsCallerTrust(GET_ACCESS_CONTROL_PROFILE)) { in GetAccessControlProfile()