Searched refs:UsbAttachKernelDriver (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 | 744 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 D | usb_srv_client.h | 60 int32_t UsbAttachKernelDriver(USBDevicePipe &pip, const UsbInterface &interface);
|
H A D | iusb_srv.h | 45 virtual int32_t UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) = 0;
|
/base/usb/usb_manager/services/zidl/include/ |
H A D | usb_server_proxy.h | 51 int32_t UsbAttachKernelDriver(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 | 264 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 D | usb_service.h | 84 int32_t UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid) override;
|
/base/usb/usb_manager/services/zidl/src/ |
H A D | usb_srv_proxy.cpp | 632 int32_t UsbServerProxy::UsbAttachKernelDriver(uint8_t busNum, uint8_t devAddr, uint8_t interface) in UsbAttachKernelDriver() function in OHOS::USB::UsbServerProxy
|
H A D | usb_srv_stub.cpp | 455 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 D | usb_service.cpp | 691 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