Home
last modified time | relevance | path

Searched refs:GetProductName (Results 1 - 11 of 11) sorted by relevance

/base/usb/usb_manager/services/native/include/
H A Dusb_host_manager.h44 bool GetProductName(const std::string &deviceName, std::string &productName);
H A Dusb_right_manager.h68 bool GetProductName(const std::string &devName, std::string &productName);
/base/print/print_fwk/services/print_service/include/
H A Dprint_usb_manager.h65 std::string GetProductName(USB::UsbDevice &usbDevice);
/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp89 bool UsbHostManager::GetProductName(const std::string &deviceName, std::string &productName) in GetProductName() function in OHOS::USB::UsbHostManager
101 productName = dev->GetProductName(); in GetProductName()
H A Dusb_right_manager.cpp284 if (!GetProductName(busDev, productName)) { in ShowUsbDialog()
374 bool UsbRightManager::GetProductName(const std::string &devName, std::string &productName) in GetProductName() function in OHOS::USB::UsbRightManager
H A Dusb_service.cpp1112 dev.GetiSerialNumber(), dev.GetManufacturerName().c_str(), dev.GetProductName().c_str(), in FillDevStrings()
2406 return usbHostManager_->GetProductName(deviceName, productName); in GetDeviceProductName()
/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp78 printerName = GetProductName(usbdevice); in isPrintDevice()
111 std::string PrintUsbManager::GetProductName(UsbDevice &usbDevice) in GetProductName() function in OHOS::Print::PrintUsbManager
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h114 const std::string &GetProductName() const in GetProductName() function in OHOS::USB::UsbDevice
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_usb_manager_test.cpp164 * @tc.desc: Verify the GetProductName function.
173 std::string printerName = printUsbManager.GetProductName(usbDevice);
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp905 WRITE_PARCEL_WITH_RET(data, String16, Str8ToStr16(devInfo.GetProductName()), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp155 NapiUtil::SetValueUtf8String(env, "productName", usbDevice.GetProductName(), obj); in CtoJSUsbDevice()

Completed in 13 milliseconds