Home
last modified time | relevance | path

Searched refs:PUT_ACCESS_CONTROL_PROFILE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dpermission_manager_test.cpp73 bool ret = PermissionManager::GetInstance().IsCallerTrust(PUT_ACCESS_CONTROL_PROFILE);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/
H A Dpermission_manager.cpp105 SetPermissionMap(permissionJson, PUT_ACCESS_CONTROL_PROFILE); in ParsePermissionJson()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp82 const std::string PUT_ACCESS_CONTROL_PROFILE = "PutAccessControlProfile"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h92 extern const std::string PUT_ACCESS_CONTROL_PROFILE;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp209 if (!PermissionManager::GetInstance().IsCallerTrust(PUT_ACCESS_CONTROL_PROFILE)) { in PutAccessControlProfile()