Searched refs:BIND_LEVEL (Results 1 - 7 of 7) sorted by relevance
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 329 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 D | access_control_profile.cpp | 253 cJSON_AddNumberToObject(json, BIND_LEVEL.c_str(), bindLevel_); in dump()
|
/foundation/distributedhardware/device_manager/common/include/ |
H A D | dm_constants.h | 229 constexpr const char* BIND_LEVEL = "bindLevel"; member
|
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 64 const std::string BIND_LEVEL = "bindLevel"; member
|
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 822 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 D | profile_utils.cpp | 429 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 D | native_devicemanager_js.cpp | 1204 jsonObj[BIND_LEVEL] = bindLevel;
in JsToDmExtra()
|
Completed in 14 milliseconds