Home
last modified time | relevance | path

Searched refs:SetModel (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp77 void ScanDeviceInfoTCP::SetModel(const std::string& model_) in SetModel() function in OHOS::Scan::ScanDeviceInfoTCP
171 SetModel(parcel.ReadString()); in ReadFromParcel()
272 void ScanDeviceInfo::SetModel(const std::string& newModel) in SetModel() function in OHOS::Scan::ScanDeviceInfo
356 SetModel(parcel.ReadString()); in ReadFromParcel()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h40 void SetModel(const std::string &model_);
100 void SetModel(const std::string &newModel);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_device_info_data.h33 void SetModel(const std::string &model);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_device_info_data.cpp188 void GetDeviceInfoData::SetModel(const std::string &model) in SetModel() function in OHOS::Media::GetDeviceInfoData
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp69 void TriggerModelData::SetModel(std::shared_ptr<GenericTriggerModel> model) in SetModel() function in OHOS::IntellVoiceTrigger::TriggerModelData
173 modelData->SetModel(model); in StartGenericRecognition()
H A Dtrigger_helper.h49 void SetModel(std::shared_ptr<GenericTriggerModel> model);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp357 scanDevInfoTcp.SetModel(model); in TestTCPSetModel()
438 deviceInfo.SetModel(model); in TestUSBSetModel()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp119 getDeviceInfoData->SetModel(GetPropertyInner("const.product.model", DEFAULT_PRODUCT_MODEL)); in GetDeviceInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp1003 getDeviceInfoData.SetModel(manufacturer);