Searched refs:UsbDetachKernelDriver (Results 1 - 9 of 9) sorted by relevance
/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_device_status_test.cpp | 722 * @tc.desc: Test functions to UsbDetachKernelDriver
747 ret = UsbSrvClient.UsbDetachKernelDriver(pipe, interface);
in HWTEST_F() 748 USB_HILOGI(MODULE_USB_SERVICE, "UsbDetachKernelDriver001 %{public}d UsbDetachKernelDriver=%{public}d",
in HWTEST_F() 759 * @tc.desc: Test functions to UsbDetachKernelDriver
782 ret = UsbSrvClient.UsbDetachKernelDriver(pipe, interface);
in HWTEST_F() 783 USB_HILOGI(MODULE_USB_SERVICE, "UsbDetachKernelDriver002 %{public}d UsbDetachKernelDriver=%{public}d",
in HWTEST_F() 795 * @tc.desc: Test functions to UsbDetachKernelDriver
818 ret = UsbSrvClient.UsbDetachKernelDriver(pipe, interface);
in HWTEST_F() 819 USB_HILOGI(MODULE_USB_SERVICE, "UsbDetachKernelDriver003 %{public}d UsbDetachKernelDriver=%{public}d",
in HWTEST_F() 831 * @tc.desc: Test functions to UsbDetachKernelDriver
[all...] |
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_srv_client.h | 61 int32_t UsbDetachKernelDriver(USBDevicePipe &pip, const UsbInterface &interface);
|
H A D | iusb_srv.h | 46 virtual int32_t UsbDetachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) = 0;
|
/base/usb/usb_manager/services/zidl/include/ |
H A D | usb_server_proxy.h | 52 int32_t UsbDetachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) override;
|
/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_srv_client.cpp | 274 int32_t UsbSrvClient::UsbDetachKernelDriver(USBDevicePipe &pipe, const UsbInterface &interface) in UsbDetachKernelDriver() function in OHOS::USB::UsbSrvClient 277 int32_t ret = proxy_->UsbDetachKernelDriver(pipe.GetBusNum(), pipe.GetDevAddr(), interface.GetId()); in UsbDetachKernelDriver() 279 USB_HILOGE(MODULE_USB_INNERKIT, "UsbDetachKernelDriver failed width ret = %{public}d !", ret); in UsbDetachKernelDriver()
|
/base/usb/usb_manager/services/native/include/ |
H A D | usb_service.h | 85 int32_t UsbDetachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) override;
|
/base/usb/usb_manager/services/zidl/src/ |
H A D | usb_srv_proxy.cpp | 655 int32_t UsbServerProxy::UsbDetachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interface) in UsbDetachKernelDriver() function in OHOS::USB::UsbServerProxy
|
H A D | usb_srv_stub.cpp | 469 HITRACE_METER_NAME(HITRACE_TAG_USB, "UsbDetachKernelDriver"); in DoUsbDetachKernelDriver() 477 reply, Int32, UsbDetachKernelDriver(busNum, devAddr, interface), UEC_SERVICE_WRITE_PARCEL_ERROR); in DoUsbDetachKernelDriver()
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_service.cpp | 712 int32_t UsbService::UsbDetachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interface) in UsbDetachKernelDriver() function in OHOS::USB::UsbService 726 USB_HILOGE(MODULE_USB_SERVICE, "UsbDetachKernelDriver ManageInterface false."); in UsbDetachKernelDriver()
|
Completed in 18 milliseconds