Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp373 ProfileUtils::EntriesToCharProfile(values, charProfile); in NotifyCharProfileAdd()
400 ProfileUtils::EntriesToCharProfile(values, newCharProfile); in NotifyCharProfileUpdate()
430 ProfileUtils::EntriesToCharProfile(values, charProfile); in NotifyCharProfileDelete()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp770 int32_t res2 = ProfileUtils::EntriesToCharProfile(entries, outCharProfile);
813 int32_t res = ProfileUtils::EntriesToCharProfile(entries, charProfile);
1669 int32_t ret1 = ProfileUtils::EntriesToCharProfile(values, profile);
1681 ProfileUtils::EntriesToCharProfile(values, profile);
1687 ProfileUtils::EntriesToCharProfile(values, profile);
1692 ProfileUtils::EntriesToCharProfile(values, profile);
1697 int32_t ret2 = ProfileUtils::EntriesToCharProfile(values, profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h81 …static int32_t EntriesToCharProfile(std::map<std::string, std::string> values, CharacteristicProfi…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp310 ProfileUtils::EntriesToCharProfile(values, charProfile); in GetCharacteristicProfile()
536 ProfileUtils::EntriesToCharProfile(item.second, charProfile); in GetAllCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp250 ProfileUtils::EntriesToCharProfile(values, profile); in EntriesToCharProfileFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp667 int32_t ProfileUtils::EntriesToCharProfile(std::map<std::string, std::string> values, Characteristi… in EntriesToCharProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils