Home
last modified time | relevance | path

Searched refs:GetDeviceProductName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h132 bool GetDeviceProductName(const std::string &deviceName, std::string &productName);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp491 return usbService->GetDeviceProductName(devName, productName); in GetProductName()
H A Dusb_service.cpp2127 bool UsbService::GetDeviceProductName(const std::string &deviceName, std::string &productName) in GetDeviceProductName() function in OHOS::USB::UsbService