Home
last modified time | relevance | path

Searched refs:UsbDeviceManager (Results 1 - 4 of 4) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp39 const std::map<std::string_view, uint32_t> UsbDeviceManager::FUNCTION_MAPPING_N2C = {
50 UsbDeviceManager::UsbDeviceManager() in UsbDeviceManager() function in OHOS::USB::UsbDeviceManager
52 USB_HILOGI(MODULE_USB_SERVICE, "UsbDeviceManager::Init start"); in UsbDeviceManager()
55 USB_HILOGE(MODULE_USB_SERVICE, "UsbDeviceManager::Get inteface failed"); in UsbDeviceManager()
59 int32_t UsbDeviceManager::Init() in Init()
74 int32_t UsbDeviceManager::SetUsbd(const sptr<IUsbInterface> &usbd) in SetUsbd()
77 USB_HILOGE(MODULE_USB_SERVICE, "UsbDeviceManager usbd is nullptr"); in SetUsbd()
84 bool UsbDeviceManager::AreSettableFunctions(int32_t funcs) in AreSettableFunctions()
90 uint32_t UsbDeviceManager
[all...]
H A Dusb_service.cpp96 usbDeviceManager_ = std::make_shared<UsbDeviceManager>(); in UsbService()
588 return UsbDeviceManager::ConvertFromString(funcs); in UsbFunctionsFromString()
603 return UsbDeviceManager::ConvertToString(funcs); in UsbFunctionsToString()
/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h32 class UsbDeviceManager { class
34 UsbDeviceManager();
H A Dusb_service.h196 std::shared_ptr<UsbDeviceManager> usbDeviceManager_;

Completed in 6 milliseconds