Home
last modified time | relevance | path

Searched refs:DEVICE_MODEL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Ddevice_info_collector.cpp31 const std::string DEVICE_MODEL = "model"; variable
44 jsonData[DEVICE_MODEL] = GetDeviceModel(); in ConvertToProfileData()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp196 cJSON_AddStringToObject(json, DEVICE_MODEL.c_str(), deviceModel_.c_str()); in dump()
226 cJSON_AddStringToObject(json, DEVICE_MODEL.c_str(), deviceModel_.c_str()); in AnnoymizeDump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp29 const std::string DEVICE_MODEL = "deviceModel"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h39 extern const std::string DEVICE_MODEL;