Home
last modified time | relevance | path

Searched refs:SetDeviceModel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp169 deviceProfile.SetDeviceModel("anything");
194 deviceProfile.SetDeviceModel("anything");
220 deviceProfile1.SetDeviceModel("anything");
233 deviceProfile2.SetDeviceModel("anything");
259 deviceProfile10.SetDeviceModel("anything");
286 deviceProfile11.SetDeviceModel("anything");
316 deviceProfile.SetDeviceModel("anything");
722 deviceProfile2.SetDeviceModel("anything");
1322 deviceProfile.SetDeviceModel("anything");
1350 deviceProfile1.SetDeviceModel("anything1");
[all …]
H A Ddistributed_device_profile_client_kv_test.cpp278 deviceProfile1.SetDeviceModel("anything");
H A Dprofile_cache_test.cpp316 deviceProfile1.SetDeviceModel("anything");
H A Dprofile_control_utils_test.cpp143 deviceProfile1.SetDeviceModel("anything");
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddevice_profile.h53 void SetDeviceModel(const std::string& deviceModel);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp82 void DeviceProfile::SetDeviceModel(const std::string &deviceModel) in SetDeviceModel() function in OHOS::DistributedDeviceProfile::DeviceProfile