Searched refs:ServiceProfileToEntries (Results 1 - 7 of 7) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 72 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 D | profileutils_fuzzer.cpp | 237 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in EntriesToServiceProfileFuzzTest()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 141 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in PutServiceProfile() 170 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in PutServiceProfileBatch()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 74 ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in PutServiceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 635 ProfileUtils::ServiceProfileToEntries(item, entries); in AddSvrProfilesToCache()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 472 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 D | profile_utils_test.cpp | 630 * @tc.desc: ServiceProfileToEntries and EntriesToServiceProfile. 642 int32_t res1 = ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in HWTEST_F()
|
Completed in 10 milliseconds