Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dtrust_device_profile.h40 std::string GetDeviceIdHash() const;
H A Daccess_control_profile.h62 std::string GetDeviceIdHash() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dtrust_device_profile.cpp47 std::string TrustDeviceProfile::GetDeviceIdHash() const in GetDeviceIdHash() function in OHOS::DistributedDeviceProfile::TrustDeviceProfile
H A Daccess_control_profile.cpp190 std::string AccessControlProfile::GetDeviceIdHash() const in GetDeviceIdHash() function in OHOS::DistributedDeviceProfile::AccessControlProfile
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_device_profile_test.cpp85 * @tc.desc: GetDeviceIdHash
94 std::string ret = trustDeviceProfile.GetDeviceIdHash(); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp797 trustDeviceProfile.SetDeviceIdHash(accessControlProfile.GetDeviceIdHash()); in ConvertToTrustDeviceProfile()
1264 oldProfile.GetDeviceIdHash() != newProfile.GetDeviceIdHash() || in UpdateTrustDeviceProfileNotify()
1912 ValueObject(profile.GetDeviceIdHash()), ValueObject(profile.GetStatus()), in IsAclExists()
1984 trustDeviceProfile.SetDeviceIdHash(profile.GetDeviceIdHash()); in DeleteTrustDeviceCheck()
/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()

Completed in 6 milliseconds