Home
last modified time | relevance | path

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

/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()
/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h81 static int32_t EntriesToCharProfile(std::map<std::string, std::string> values, CharacteristicProfile& profile);
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp753 * @tc.desc: CharacteristicProfileToEntries and EntriesToCharProfile.
770 int32_t res2 = ProfileUtils::EntriesToCharProfile(entries, outCharProfile); in HWTEST_F()
805 * @tc.desc: EntriesToCharProfile failed, Entries size is invalid.
813 int32_t res = ProfileUtils::EntriesToCharProfile(entries, charProfile); in HWTEST_F()
1657 * @tc.desc: EntriesToCharProfile all.
1669 int32_t ret1 = ProfileUtils::EntriesToCharProfile(values, profile); in HWTEST_F()
1681 ProfileUtils::EntriesToCharProfile(values, profile); in HWTEST_F()
1687 ProfileUtils::EntriesToCharProfile(values, profile); in HWTEST_F()
1692 ProfileUtils::EntriesToCharProfile(values, profile); in HWTEST_F()
1697 int32_t ret2 = ProfileUtils::EntriesToCharProfile(value in HWTEST_F()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp323 ProfileUtils::EntriesToCharProfile(values, charProfile); in GetCharacteristicProfile()
549 ProfileUtils::EntriesToCharProfile(item.second, charProfile); in GetAllCharacteristicProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp250 ProfileUtils::EntriesToCharProfile(values, profile); in EntriesToCharProfileFuzzTest()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp667 int32_t ProfileUtils::EntriesToCharProfile(std::map<std::string, std::string> values, CharacteristicProfile& profile) in EntriesToCharProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils

Completed in 7 milliseconds