Home
last modified time | relevance | path

Searched refs:BIND_LEVEL (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp329 jsonObj[BIND_LEVEL] = bindLevel; in JsToBindParam()
430 if (IsInt32(bindParamObj, BIND_LEVEL)) { in InsertMapParames()
431 int32_t bindLevel = bindParamObj[BIND_LEVEL].get<std::int32_t>(); in InsertMapParames()
432 bindParamMap.insert(std::pair<std::string, std::string>(BIND_LEVEL, std::to_string(bindLevel))); in InsertMapParames()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp253 cJSON_AddNumberToObject(json, BIND_LEVEL.c_str(), bindLevel_); in dump()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h229 constexpr const char* BIND_LEVEL = "bindLevel"; member
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h64 const std::string BIND_LEVEL = "bindLevel"; member
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp822 resultSet->GetColumnIndex(BIND_LEVEL, columnIndex); in GetAclProfileByUserIdAndBundleName()
911 resultSet->GetColumnIndex(BIND_LEVEL, columnIndex); in GetAclProfileByTokenId()
952 resultSet->GetColumnIndex(BIND_LEVEL, columnIndex); in GetAclProfileByBundleName()
1549 int32_t bindLevel = rowEntity.Get(BIND_LEVEL); in ConvertToAccessControlProfile()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp429 values.PutInt(BIND_LEVEL, profile.GetBindLevel()); in AccessControlProfileToEntries()
536 if (GetIntValue(values, BIND_LEVEL, intValue)) { in EntriesToAccessControlProfile()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp1204 jsonObj[BIND_LEVEL] = bindLevel; in JsToDmExtra()

Completed in 14 milliseconds