Searched refs:EntriesToTrustDeviceProfile (Results 1 - 5 of 5) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 360 * @tc.desc: TrustDeviceProfileToEntries and EntriesToTrustDeviceProfile. 382 int32_t res2 = ProfileUtils::EntriesToTrustDeviceProfile(values, outProfile); in HWTEST_F() 1438 * @tc.desc: EntriesToTrustDeviceProfile all. 1453 int32_t ret1 = ProfileUtils::EntriesToTrustDeviceProfile(values, profile); in HWTEST_F() 1458 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); in HWTEST_F() 1460 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); in HWTEST_F() 1464 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); in HWTEST_F() 1466 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); in HWTEST_F() 1470 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); in HWTEST_F() 1472 ProfileUtils::EntriesToTrustDeviceProfile(value in HWTEST_F() [all...] |
H A D | distributed_device_profile_client_rdb_test.cpp | 280 ProfileUtils::EntriesToTrustDeviceProfile(value, profile); in HWTEST_F()
|
H A D | trust_profile_manager_test.cpp | 1354 ProfileUtils::EntriesToTrustDeviceProfile(value, profile); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 75 static int32_t EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& profile);
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 493 int32_t ProfileUtils::EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& profile) in EntriesToTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils
|
Completed in 7 milliseconds