Home
last modified time | relevance | path

Searched refs:SetOsVersion (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp173 deviceProfile.SetOsVersion("anything");
198 deviceProfile.SetOsVersion("anything");
224 deviceProfile1.SetOsVersion("anything");
237 deviceProfile2.SetOsVersion("anything");
263 deviceProfile10.SetOsVersion("anything");
290 deviceProfile11.SetOsVersion("anything");
320 deviceProfile.SetOsVersion("anything");
726 deviceProfile2.SetOsVersion("anything");
1326 deviceProfile.SetOsVersion("anything");
1354 deviceProfile1.SetOsVersion("anything1");
[all …]
H A Ddistributed_device_profile_client_kv_test.cpp282 deviceProfile1.SetOsVersion("anything");
H A Dprofile_cache_test.cpp320 deviceProfile1.SetOsVersion("anything");
H A Dprofile_control_utils_test.cpp147 deviceProfile1.SetOsVersion("anything");
H A Dprofile_utils_test.cpp616 deviceProfile.SetOsVersion("anything");
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dsystem_info_collector.cpp46 profile.SetOsVersion(GetOsVersion()); in ConvertToProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddevice_profile.h61 void SetOsVersion(const std::string& osVersion);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp112 void DeviceProfile::SetOsVersion(const std::string& osVersion) in SetOsVersion() function in OHOS::DistributedDeviceProfile::DeviceProfile
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp217 deviceProfile.SetOsVersion("anything"); in EntriesToDeviceProfileFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp631 profile.SetOsVersion(propertiesMap[OS_VERSION]); in EntriesToDeviceProfile()
634 profile.SetOsVersion(propertiesMap[OS_VERSION + OH_PROFILE_SUFFIX]); in EntriesToDeviceProfile()