Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp291 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 Dprofile_utils.h80 static int32_t EntriesToServiceProfile(std::map<std::string, std::string> values, ServiceProfile& profile);
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp630 * @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 Dprofile_control_utils.cpp279 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 Dprofileutils_fuzzer.cpp239 ProfileUtils::EntriesToServiceProfile(entries, outServiceProfile); in EntriesToServiceProfileFuzzTest()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp647 int32_t ProfileUtils::EntriesToServiceProfile(std::map<std::string, std::string> values, ServiceProfile& profile) in EntriesToServiceProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils

Completed in 7 milliseconds