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 D | trust_device_profile.cpp | 106 cJSON_AddStringToObject(json, DEVICE_ID_HASH.c_str(), deviceIdHash_.c_str()); in dump()
|
H A D | access_control_profile.cpp | 259 cJSON_AddStringToObject(json, DEVICE_ID_HASH.c_str(), deviceIdHash_.c_str()); in dump()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 56 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 D | auth_session_fsm_test.cpp | 43 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; variable 111 EXPECT_TRUE(SoftBusGenerateStrHash(DEVICE_ID_HASH, DEVICE_ID_HASH_LEN,
|
H A D | auth_lane_test.cpp | 44 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 D | profile_utils.cpp | 410 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 D | distributed_device_profile_constants.cpp | 45 const std::string DEVICE_ID_HASH = "deviceIdHash"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 1450 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 D | distributed_device_profile_constants.h | 55 extern const std::string DEVICE_ID_HASH;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 1451 std::string deviceIdHash = rowEntity.Get(DEVICE_ID_HASH); in ConvertToTrustDeviceProfile() 1545 std::string deviceIdHash = rowEntity.Get(DEVICE_ID_HASH); in ConvertToAccessControlProfile()
|