Searched refs:EntriesToServiceProfile (Results 1 - 6 of 6) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 291 ProfileUtils::EntriesToServiceProfile(values, serviceProfile); in NotifyServiceProfileAdd() 317 ProfileUtils::EntriesToServiceProfile(values, newServiceProfile); in NotifyServiceProfileUpdate() 346 ProfileUtils::EntriesToServiceProfile(values, serviceProfile); in NotifyServiceProfileDelete()
|
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 80 static int32_t EntriesToServiceProfile(std::map<std::string, std::string> values, ServiceProfile& profile);
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 630 * @tc.desc: ServiceProfileToEntries and EntriesToServiceProfile. 646 int32_t res2 = ProfileUtils::EntriesToServiceProfile(entries, outServiceProfile); in HWTEST_F() 791 * @tc.desc: EntriesToServiceProfile failed, Entries size is invalid. 799 int32_t res = ProfileUtils::EntriesToServiceProfile(entries, serviceProfile); in HWTEST_F() 1608 * @tc.desc: EntriesToServiceProfile all. 1620 int32_t ret1 = ProfileUtils::EntriesToServiceProfile(values, profile); in HWTEST_F() 1633 ProfileUtils::EntriesToServiceProfile(values, profile); in HWTEST_F() 1640 ProfileUtils::EntriesToServiceProfile(values, profile); in HWTEST_F() 1646 ProfileUtils::EntriesToServiceProfile(values, profile); in HWTEST_F() 1651 int32_t ret2 = ProfileUtils::EntriesToServiceProfile(value in HWTEST_F() [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 279 ProfileUtils::EntriesToServiceProfile(values, serviceProfile); in GetServiceProfile() 521 ProfileUtils::EntriesToServiceProfile(item.second, serviceProfile); in GetAllServiceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 239 ProfileUtils::EntriesToServiceProfile(entries, outServiceProfile); in EntriesToServiceProfileFuzzTest()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 647 int32_t ProfileUtils::EntriesToServiceProfile(std::map<std::string, std::string> values, ServiceProfile& profile) in EntriesToServiceProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils
|
Completed in 8 milliseconds