Home
last modified time | relevance | path

Searched refs:GetProfilePropertiesMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp626 auto propertiesMap = GetProfilePropertiesMap(values); in EntriesToDeviceProfile()
655 auto propertiesMap = GetProfilePropertiesMap(values); in EntriesToServiceProfile()
676 auto propertiesMap = GetProfilePropertiesMap(values); in EntriesToCharProfile()
705 std::map<std::string, std::string> ProfileUtils::GetProfilePropertiesMap(std::map<std::string, std:… in GetProfilePropertiesMap() function in OHOS::DistributedDeviceProfile::ProfileUtils
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h95 …static std::map<std::string, std::string> GetProfilePropertiesMap(std::map<std::string, std::strin…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1594 auto propertiesMap = ProfileUtils::GetProfilePropertiesMap(values);
1629 auto propertiesMap = ProfileUtils::GetProfilePropertiesMap(values);
1637 propertiesMap = ProfileUtils::GetProfilePropertiesMap(values);
1644 propertiesMap = ProfileUtils::GetProfilePropertiesMap(values);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp281 ProfileUtils::GetProfilePropertiesMap(values); in GetProfilePropertiesMapFuzzTest()