Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp82 void ScanDeviceInfoTCP::SetManufacturer(const std::string& manufacturer_) in SetManufacturer() function in OHOS::Scan::ScanDeviceInfoTCP
172 SetManufacturer(parcel.ReadString()); in ReadFromParcel()
262 void ScanDeviceInfo::SetManufacturer(const std::string& newManufacturer) in SetManufacturer() function in OHOS::Scan::ScanDeviceInfo
355 SetManufacturer(parcel.ReadString()); in ReadFromParcel()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h41 void SetManufacturer(const std::string &manufacturer_);
99 void SetManufacturer(const std::string &newManufacturer);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_device_info_data.h32 void SetManufacturer(const std::string &manufacturer);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_device_info_data.cpp183 void GetDeviceInfoData::SetManufacturer(const std::string &manufacturer) in SetManufacturer() function in OHOS::Media::GetDeviceInfoData
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_accessory.h147 void SetManufacturer(const std::string &manufacturer) in SetManufacturer() function
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp365 scanDevInfoTcp.SetManufacturer(manufacturer); in TestTCPSetManufacturer()
430 deviceInfo.SetManufacturer(manufacturer); in TestUSBSetManufacturer()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp117 getDeviceInfoData->SetManufacturer(GetPropertyInner("const.product.manufacturer", in GetDeviceInfo()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp1204 accessoryInfo.SetManufacturer(tmp); in GetAccessoryMessageParcel()
H A Dusb_srv_proxy.cpp204 accessoryInfo.SetManufacturer(tmp); in GetAccessoryMessageParcel()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp1002 getDeviceInfoData.SetManufacturer(manufacturer);