Home
last modified time | relevance | path

Searched refs:ServiceProfileToEntries (Results 1 - 7 of 7) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h72 static int32_t ServiceProfileToEntries(const ServiceProfile& profile, std::map<std::string, std::string>& values);
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp237 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in EntriesToServiceProfileFuzzTest()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp141 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in PutServiceProfile()
170 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in PutServiceProfileBatch()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp74 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in PutServiceProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp635 ProfileUtils::ServiceProfileToEntries(item, entries); in AddSvrProfilesToCache()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp472 int32_t ProfileUtils::ServiceProfileToEntries(const ServiceProfile& profile, std::map<std::string, std::string>& values) in ServiceProfileToEntries() function in OHOS::DistributedDeviceProfile::ProfileUtils
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp630 * @tc.desc: ServiceProfileToEntries and EntriesToServiceProfile.
642 int32_t res1 = ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in HWTEST_F()

Completed in 10 milliseconds