Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp247 cJSON_AddNumberToObject(json, ACCESS_CONTROL_ID.c_str(), accessControlId_); in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp47 const std::string ACCESS_CONTROL_ID = "accessControlId"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h57 extern const std::string ACCESS_CONTROL_ID;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp417 values.PutLong(ACCESS_CONTROL_ID, profile.GetAccessControlId()); in AccessControlProfileToEntries()
518 if (GetLongValue(values, ACCESS_CONTROL_ID, int64Value)) { in EntriesToAccessControlProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1101 resultSet->GetColumnIndex(ACCESS_CONTROL_ID, columnIndex); in SetAccessControlId()
1537 int64_t accessControlId = rowEntity.Get(ACCESS_CONTROL_ID); in ConvertToAccessControlProfile()