Searched refs:manufactureName_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | device_profile.cpp | 69 return manufactureName_; in GetManufactureName() 74 manufactureName_ = manufactureName; in SetManufactureName() 143 WRITE_HELPER_RET(parcel, String, manufactureName_, false); in Marshalling() 159 READ_HELPER_RET(parcel, String, manufactureName_, false); in UnMarshalling() 173 …manufactureName_ != deviceProfile.GetManufactureName() || deviceModel_ != deviceProfile.GetDeviceM… in operator !=() 195 cJSON_AddStringToObject(json, MANUFACTURE_NAME.c_str(), manufactureName_.c_str()); in dump() 225 cJSON_AddStringToObject(json, MANUFACTURE_NAME.c_str(), manufactureName_.c_str()); in AnnoymizeDump()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | device_profile.h | 32 manufactureName_(""), in DeviceProfile() 75 std::string manufactureName_; variable
|