Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/include/
H A Dusb_port_manager.h37 int32_t SetUsbd(const sptr<HDI::Usb::V1_0::IUsbInterface> &usbd);
H A Dusb_device_manager.h38 int32_t SetUsbd(const sptr<HDI::Usb::V1_0::IUsbInterface> &usbd);
H A Dusb_service.h67 int32_t SetUsbd(const sptr<HDI::Usb::V1_1::IUsbInterface> &usbd);
/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp77 usbSrv_->SetUsbd(mockUsbImpl_); in SetUpTestCase()
89 usbSrv_->SetUsbd(usbd); in TearDownTestCase()
H A Dusb_core_mock_test.cpp90 usbSrv_->SetUsbd(mockUsbImpl_); in SetUpTestCase()
111 usbSrv_->SetUsbd(usbd); in TearDownTestCase()
H A Dusb_request_mock_test.cpp62 usbSrv_->SetUsbd(mockUsbImpl_); in SetUpTestCase()
110 usbSrv_->SetUsbd(usbd); in TearDownTestCase()
H A Dusb_bulkcallback_mock_test.cpp94 usbSrv_->SetUsbd(mockUsbImpl_); in SetUpTestCase()
142 usbSrv_->SetUsbd(usbd); in TearDownTestCase()
H A Dusb_device_pipe_mock_test.cpp86 usbSrv_->SetUsbd(mockUsbImpl_); in SetUpTestCase()
128 usbSrv_->SetUsbd(usbd); in TearDownTestCase()
/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp74 int32_t UsbDeviceManager::SetUsbd(const sptr<IUsbInterface> &usbd) in SetUsbd() function in OHOS::USB::UsbDeviceManager
H A Dusb_port_manager.cpp72 int32_t UsbPortManager::SetUsbd(const sptr<IUsbInterface> &usbd) in SetUsbd() function in OHOS::USB::UsbPortManager
H A Dusb_service.cpp106 int32_t UsbService::SetUsbd(const sptr<OHOS::HDI::Usb::V1_1::IUsbInterface> &usbd) in SetUsbd() function in OHOS::USB::UsbService
118 usbPortManager_->SetUsbd(usbd); in SetUsbd()
124 usbDeviceManager_->SetUsbd(usbd); in SetUsbd()

Completed in 19 milliseconds