Home
last modified time | relevance | path

Searched refs:SetDeviceIdHash (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp255 profile.SetDeviceIdHash("abcd");
286 profile.SetDeviceIdHash("abcd");
331 profile.SetDeviceIdHash("abcd");
376 profile.SetDeviceIdHash("abcd");
421 profile.SetDeviceIdHash("abcd");
466 profile.SetDeviceIdHash("abcd");
556 profile.SetDeviceIdHash("abcd");
601 profile.SetDeviceIdHash("abcd");
646 profile.SetDeviceIdHash("abcd");
1118 profile.SetDeviceIdHash("abcd");
[all …]
H A Dtrust_device_profile_test.cpp93 trustDeviceProfile.SetDeviceIdHash(deviceIdHash);
H A Dprofile_utils_test.cpp368 profile.SetDeviceIdHash("deviceIdHash");
419 profile.SetDeviceIdHash("abcd");
469 profile.SetDeviceIdHash("abcd");
525 profile.SetDeviceIdHash("abcd");
581 profile.SetDeviceIdHash("abcd");
677 profile.SetDeviceIdHash("abcd");
727 profile.SetDeviceIdHash("abcd");
H A Ddistributed_device_profile_client_rdb_test.cpp180 profile.SetDeviceIdHash("abcd");
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dtrust_device_profile.h41 void SetDeviceIdHash(const std::string& deviceIdHash);
H A Daccess_control_profile.h63 void SetDeviceIdHash(const std::string& deviceIdHash);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dtrust_device_profile.cpp52 void TrustDeviceProfile::SetDeviceIdHash(const std::string& deviceIdHash) in SetDeviceIdHash() function in OHOS::DistributedDeviceProfile::TrustDeviceProfile
H A Daccess_control_profile.cpp195 void AccessControlProfile::SetDeviceIdHash(const std::string& deviceIdHash) in SetDeviceIdHash() function in OHOS::DistributedDeviceProfile::AccessControlProfile
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp137 profile.SetDeviceIdHash("deviceIdHash"); in TrustDeviceProfileToEntriesFuzzTest()
174 profile.SetDeviceIdHash("abcd"); in AccessControlProfileToEntriesFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp797 trustDeviceProfile.SetDeviceIdHash(accessControlProfile.GetDeviceIdHash()); in ConvertToTrustDeviceProfile()
1456 trustDeviceProfile.SetDeviceIdHash(deviceIdHash); in ConvertToTrustDeviceProfile()
1559 accessControlProfile.SetDeviceIdHash(deviceIdHash); in ConvertToAccessControlProfile()
1984 trustDeviceProfile.SetDeviceIdHash(profile.GetDeviceIdHash()); in DeleteTrustDeviceCheck()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp502 profile.SetDeviceIdHash(strValue); in EntriesToTrustDeviceProfile()
555 profile.SetDeviceIdHash(strValue); in EntriesToAccessControlProfile()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp442 profile.SetDeviceIdHash(aclInfo.deviceIdHash); in PutAccessControlList()