Home
last modified time | relevance | path

Searched refs:EntriesToTrustDeviceProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp382 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 Ddistributed_device_profile_client_rdb_test.cpp280 ProfileUtils::EntriesToTrustDeviceProfile(value, profile);
H A Dtrust_profile_manager_test.cpp1354 ProfileUtils::EntriesToTrustDeviceProfile(value, profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h75 …static int32_t EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& profile…
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp493 int32_t ProfileUtils::EntriesToTrustDeviceProfile(const ValuesBucket& values, TrustDeviceProfile& p… in EntriesToTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils