Searched refs:DEVICE_ID_HASH (Results 1 - 9 of 9) sorted by relevance
/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()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 57 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; member 110 UDID_HASH_LEN, DEVICE_ID_HASH, DEVICE_ID_HASH_LEN) == EOK); in SetAuthSessionInfo() 150 DEVICE_ID_HASH, DEVICE_ID_HASH_LEN) == EOK); in HWTEST_F() 254 ASSERT_TRUE(memcpy_s(connInfo.info.bleInfo.deviceIdHash, UDID_HASH_LEN, DEVICE_ID_HASH, in HWTEST_F() 284 ASSERT_TRUE(memcpy_s(connInfo.info.bleInfo.deviceIdHash, UDID_HASH_LEN, DEVICE_ID_HASH, in HWTEST_F()
|
H A D | auth_session_fsm_test.cpp | 43 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; member 111 EXPECT_TRUE(SoftBusGenerateStrHash(DEVICE_ID_HASH, DEVICE_ID_HASH_LEN, in HWTEST_F()
|
H A D | auth_lane_test.cpp | 44 constexpr uint8_t DEVICE_ID_HASH[UDID_HASH_LEN] = "123456789"; member 121 UDID_HASH_LEN, DEVICE_ID_HASH, DEVICE_ID_HASH_LEN) == EOK); in SetAuthSessionInfo()
|
/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::E_OK) { in EntriesToTrustDeviceProfile() 554 if (GetStringValue(values, DEVICE_ID_HASH, strValue)) { in EntriesToAccessControlProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 1450 values.PutString(DEVICE_ID_HASH, strValue); in HWTEST_F() 1468 values.Delete(DEVICE_ID_HASH); in HWTEST_F() 1469 values.PutNull(DEVICE_ID_HASH); in HWTEST_F() 1471 values.Delete(DEVICE_ID_HASH); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 55 const std::string DEVICE_ID_HASH = "deviceIdHash"; member
|
/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()
|
Completed in 12 milliseconds