Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp465 if (usbHostManager_ == nullptr) { in GetDevices()
470 usbHostManager_->GetDevices(devices); in GetDevices()
1272 usbHostManager_->GetDevices(devices); in ExecuteManageInterfaceType()
1344 usbHostManager_->GetDevices(devices); in ExecuteManageDevicePolicy()
1445 if (usbHostManager_ == nullptr) { in AddDevice()
1450 usbHostManager_->AddDevice(devInfo); in AddDevice()
1845 usbHostManager_->GetDevices(devices); in UnLoadSelf()
1891 if (usbHostManager_ == nullptr) { in PreCallFunction()
1934 if (usbHostManager_ == nullptr) { in ManageGlobalInterfaceImpl()
1969 if (usbHostManager_ == nullptr) { in ManageDeviceImpl()
[all …]
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h199 std::shared_ptr<UsbHostManager> usbHostManager_; variable