Searched refs:EntriesToCharProfile (Results 1 - 6 of 6) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 373 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 D | profile_utils.h | 81 static int32_t EntriesToCharProfile(std::map<std::string, std::string> values, CharacteristicProfile& profile);
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 753 * @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 D | profile_control_utils.cpp | 323 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 D | profileutils_fuzzer.cpp | 250 ProfileUtils::EntriesToCharProfile(values, profile); in EntriesToCharProfileFuzzTest()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 667 int32_t ProfileUtils::EntriesToCharProfile(std::map<std::string, std::string> values, CharacteristicProfile& profile) in EntriesToCharProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils
|
Completed in 7 milliseconds