Home
last modified time | relevance | path

Searched refs:TrustDeviceProfileToEntries (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp279 ProfileUtils::TrustDeviceProfileToEntries(profile, value);
H A Dprofile_utils_test.cpp375 int32_t res1 = ProfileUtils::TrustDeviceProfileToEntries(profile, values);
H A Dtrust_profile_manager_test.cpp1352 ProfileUtils::TrustDeviceProfileToEntries(profile, value);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h67 …static int32_t TrustDeviceProfileToEntries(const TrustDeviceProfile& profile, ValuesBucket& values…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp142 ProfileUtils::TrustDeviceProfileToEntries(profile, values); in TrustDeviceProfileToEntriesFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp77 ProfileUtils::TrustDeviceProfileToEntries(profile, values); in PutTrustDeviceProfile()
180 ProfileUtils::TrustDeviceProfileToEntries(profile, values); in UpdateTrustDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp406 int32_t ProfileUtils::TrustDeviceProfileToEntries(const TrustDeviceProfile& profile, ValuesBucket& … in TrustDeviceProfileToEntries() function in OHOS::DistributedDeviceProfile::ProfileUtils