Home
last modified time | relevance | path

Searched refs:UsbAttachKernelDriver (Results 1 - 9 of 9) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_device_status_test.cpp744 USB_HILOGI(MODULE_USB_SERVICE, "UsbDetachKernelDriver001 %{public}d UsbAttachKernelDriver=%{public}d", in HWTEST_F()
853 ret = UsbSrvClient.UsbAttachKernelDriver(pipe, interface); in HWTEST_F()
854 USB_HILOGI(MODULE_USB_SERVICE, "UsbDetachKernelDriver004 %{public}d UsbAttachKernelDriver=%{public}d", in HWTEST_F()
1017 * @tc.desc: Test functions to UsbAttachKernelDriver
1039 ret = UsbSrvClient.UsbAttachKernelDriver(pipe, interface); in HWTEST_F()
1040 USB_HILOGI(MODULE_USB_SERVICE, "UsbAttachKernelDriver001 %{public}d UsbAttachKernelDriver=%{public}d", in HWTEST_F()
1051 * @tc.desc: Test functions to UsbAttachKernelDriver
1074 ret = UsbSrvClient.UsbAttachKernelDriver(pipe, interface); in HWTEST_F()
1075 USB_HILOGI(MODULE_USB_SERVICE, "UsbAttachKernelDriver002 %{public}d UsbAttachKernelDriver=%{public}d", in HWTEST_F()
1087 * @tc.desc: Test functions to UsbAttachKernelDriver
[all...]
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h60 int32_t UsbAttachKernelDriver(USBDevicePipe &pip, const UsbInterface &interface);
H A Diusb_srv.h45 virtual int32_t UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) = 0;
/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h51 int32_t UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) override;
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp264 int32_t UsbSrvClient::UsbAttachKernelDriver(USBDevicePipe &pipe, const UsbInterface &interface) in UsbAttachKernelDriver() function in OHOS::USB::UsbSrvClient
267 int32_t ret = proxy_->UsbAttachKernelDriver(pipe.GetBusNum(), pipe.GetDevAddr(), interface.GetId()); in UsbAttachKernelDriver()
269 USB_HILOGE(MODULE_USB_INNERKIT, "UsbAttachKernelDriver failed width ret = %{public}d !", ret); in UsbAttachKernelDriver()
/base/usb/usb_manager/services/native/include/
H A Dusb_service.h84 int32_t UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) override;
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp632 int32_t UsbServerProxy::UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interface) in UsbAttachKernelDriver() function in OHOS::USB::UsbServerProxy
H A Dusb_srv_stub.cpp455 HITRACE_METER_NAME(HITRACE_TAG_USB, "UsbAttachKernelDriver"); in DoUsbAttachKernelDriver()
463 reply, Int32, UsbAttachKernelDriver(busNum, devAddr, interface), UEC_SERVICE_WRITE_PARCEL_ERROR); in DoUsbAttachKernelDriver()
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp691 int32_t UsbService::UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interface) in UsbAttachKernelDriver() function in OHOS::USB::UsbService
705 USB_HILOGE(MODULE_USB_SERVICE, "UsbAttachKernelDriver ManageInterface false."); in UsbAttachKernelDriver()

Completed in 13 milliseconds