Searched refs:EntriesToTrustDeviceProfile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 382 int32_t res2 = ProfileUtils::EntriesToTrustDeviceProfile(values, outProfile); 1453 int32_t ret1 = ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1458 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1460 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1464 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1466 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1470 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1472 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1476 ProfileUtils::EntriesToTrustDeviceProfile(values, profile); 1478 ProfileUtils::EntriesToTrustDeviceProfile(values, profile);
|
H A D | distributed_device_profile_client_rdb_test.cpp | 280 ProfileUtils::EntriesToTrustDeviceProfile(value, profile);
|
H A D | trust_profile_manager_test.cpp | 1354 ProfileUtils::EntriesToTrustDeviceProfile(value, profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 75 …static int32_t EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& profile…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 493 int32_t ProfileUtils::EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& p… in EntriesToTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils
|