Searched refs:EntriesToDeviceProfile (Results 1 - 7 of 7) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 213 ProfileUtils::EntriesToDeviceProfile(values, deviceProfile); in NotifyDeviceProfileAdd() 238 ProfileUtils::EntriesToDeviceProfile(values, newDeviceProfile); in NotifyDeviceProfileUpdate() 265 ProfileUtils::EntriesToDeviceProfile(values, deviceProfile); in NotifyDeviceProfileDelete()
|
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 79 static int32_t EntriesToDeviceProfile(std::map<std::string, std::string> values, DeviceProfile& profile);
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 246 ProfileUtils::EntriesToDeviceProfile(values, deviceProfile); in GetDeviceProfile() 493 ProfileUtils::EntriesToDeviceProfile(item.second, deviceProfile); in GetAllDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 607 * @tc.desc: DeviceProfileToEntries and EntriesToDeviceProfile. 624 int32_t res2 = ProfileUtils::EntriesToDeviceProfile(entries, outDeviceProfile); in HWTEST_F() 777 * @tc.desc: EntriesToDeviceProfile failed, Entries size is invalid. 785 int32_t res = ProfileUtils::EntriesToDeviceProfile(entries, deviceProfile); in HWTEST_F() 1585 * @tc.desc: EntriesToDeviceProfile failed all. 1597 ProfileUtils::EntriesToDeviceProfile(values, profile); in HWTEST_F() 1602 int32_t ret2 = ProfileUtils::EntriesToDeviceProfile(values, profile); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 223 ProfileUtils::EntriesToDeviceProfile(entries, outDeviceProfile); in EntriesToDeviceProfileFuzzTest()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 960 ProfileUtils::EntriesToDeviceProfile(deviceEntries, deviceProfile); in ClearDataWithPeerLogout()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 620 int32_t ProfileUtils::EntriesToDeviceProfile(std::map<std::string, std::string> values, DeviceProfile& profile) in EntriesToDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileUtils
|
Completed in 10 milliseconds