Home
last modified time | relevance | path

Searched refs:DEVICE_ID_HASH (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dtrust_device_profile.cpp106 cJSON_AddStringToObject(json, DEVICE_ID_HASH.c_str(), deviceIdHash_.c_str()); in dump()
H A Daccess_control_profile.cpp259 cJSON_AddStringToObject(json, DEVICE_ID_HASH.c_str(), deviceIdHash_.c_str()); in dump()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp56 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; variable
109 UDID_HASH_LEN, DEVICE_ID_HASH, DEVICE_ID_HASH_LEN) == EOK); in SetAuthSessionInfo()
149 DEVICE_ID_HASH, DEVICE_ID_HASH_LEN) == EOK);
248 ASSERT_TRUE(memcpy_s(connInfo.info.bleInfo.deviceIdHash, UDID_HASH_LEN, DEVICE_ID_HASH,
278 ASSERT_TRUE(memcpy_s(connInfo.info.bleInfo.deviceIdHash, UDID_HASH_LEN, DEVICE_ID_HASH,
H A Dauth_session_fsm_test.cpp43 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; variable
111 EXPECT_TRUE(SoftBusGenerateStrHash(DEVICE_ID_HASH, DEVICE_ID_HASH_LEN,
H A Dauth_lane_test.cpp44 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; variable
121 UDID_HASH_LEN, DEVICE_ID_HASH, DEVICE_ID_HASH_LEN) == EOK); in SetAuthSessionInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp410 values.PutString(DEVICE_ID_HASH, profile.GetDeviceIdHash()); in TrustDeviceProfileToEntries()
423 values.PutString(DEVICE_ID_HASH, profile.GetDeviceIdHash()); in AccessControlProfileToEntries()
501 …if (values.GetObject(DEVICE_ID_HASH, valueObject) && valueObject.GetString(strValue) == NativeRdb:… in EntriesToTrustDeviceProfile()
554 if (GetStringValue(values, DEVICE_ID_HASH, strValue)) { in EntriesToAccessControlProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp45 const std::string DEVICE_ID_HASH = "deviceIdHash"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1450 values.PutString(DEVICE_ID_HASH, strValue);
1468 values.Delete(DEVICE_ID_HASH);
1469 values.PutNull(DEVICE_ID_HASH);
1471 values.Delete(DEVICE_ID_HASH);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h55 extern const std::string DEVICE_ID_HASH;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1451 std::string deviceIdHash = rowEntity.Get(DEVICE_ID_HASH); in ConvertToTrustDeviceProfile()
1545 std::string deviceIdHash = rowEntity.Get(DEVICE_ID_HASH); in ConvertToAccessControlProfile()