Home
last modified time | relevance | path

Searched refs:usbHostManager_ (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp93 usbHostManager_ = std::make_shared<UsbHostManager>(nullptr); in UsbService()
512 if (usbHostManager_ == nullptr) { in GetDevices()
513 USB_HILOGE(MODULE_USB_SERVICE, "invalid usbHostManager_"); in GetDevices()
517 usbHostManager_->GetDevices(devices); in GetDevices()
1439 usbHostManager_->GetDevices(devices); in ExecuteManageInterfaceType()
1515 usbHostManager_->GetDevices(devices); in ExecuteManageDevicePolicy()
1621 if (usbHostManager_ == nullptr) { in AddDevice()
1622 USB_HILOGE(MODULE_USB_SERVICE, "invalid usbHostManager_"); in AddDevice()
1626 usbHostManager_->AddDevice(devInfo); in AddDevice()
1641 if (usbHostManager_ in DelDevice()
[all...]
/base/usb/usb_manager/services/native/include/
H A Dusb_service.h193 std::shared_ptr<UsbHostManager> usbHostManager_; member in OHOS::USB::UsbService

Completed in 5 milliseconds