Home
last modified time | relevance | path

Searched refs:DeviceProfileToEntries (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h71 …static int32_t DeviceProfileToEntries(const DeviceProfile& profile, std::map<std::string, std::str…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp221 ProfileUtils::DeviceProfileToEntries(deviceProfile, entries); in EntriesToDeviceProfileFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp48 ProfileUtils::DeviceProfileToEntries(deviceProfile, entries); in PutDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp113 ProfileUtils::DeviceProfileToEntries(deviceProfile, entries); in PutDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp461 int32_t ProfileUtils::DeviceProfileToEntries(const DeviceProfile& profile, std::map<std::string, st… in DeviceProfileToEntries() function in OHOS::DistributedDeviceProfile::ProfileUtils
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp620 int32_t res1 = ProfileUtils::DeviceProfileToEntries(deviceProfile, entries);