Home
last modified time | relevance | path

Searched refs:MODULE_USB_INNERKIT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp59 USB_HILOGE(MODULE_USB_INNERKIT, "GetSystemAbility failed."); in Connect()
63 USB_HILOGI(MODULE_USB_INNERKIT, "Connect UsbService ok."); in Connect()
66 USB_HILOGI(MODULE_USB_INNERKIT, "deathObject is null."); in Connect()
91 USB_HILOGE(MODULE_USB_INNERKIT, "GetSystemAbility failed."); in ResetProxy()
111 USB_HILOGI(MODULE_USB_INNERKIT, "Calling OpenDevice Start!"); in OpenDevice()
126 USB_HILOGI(MODULE_USB_INNERKIT, "Calling HasRight Start!"); in HasRight()
209 USB_HILOGI(MODULE_USB_INNERKIT, " Calling GetPorts"); in GetPorts()
220 USB_HILOGI(MODULE_USB_INNERKIT, " Calling GetSupportedModes"); in GetSupportedModes()
231 USB_HILOGI(MODULE_USB_INNERKIT, "Calling SetPortRole"); in SetPortRole()
460 USB_HILOGI(MODULE_USB_INNERKIT, "Calling AddRight"); in AddRight()
[all …]
H A Dusbd_bulk_callback.cpp30 USB_HILOGE(MODULE_USB_INNERKIT, "get status error"); in OnRemoteRequest()
34 USB_HILOGE(MODULE_USB_INNERKIT, "get actLength error"); in OnRemoteRequest()
38 … USB_HILOGI(MODULE_USB_INNERKIT, "status:%{public}d actLength:%{public}d", status, actLength); in OnRemoteRequest()
46 USB_HILOGE(MODULE_USB_INNERKIT, "get status error code=%{public}u", code); in OnRemoteRequest()
50 USB_HILOGE(MODULE_USB_INNERKIT, "get actLength error code=%{public}u", code); in OnRemoteRequest()
54 …USB_HILOGI(MODULE_USB_INNERKIT, "%{public}d status:%{public}d actLength:%{public}d", __LINE__, sta… in OnRemoteRequest()
H A Dusb_request.cpp28 USB_HILOGE(MODULE_USB_INNERKIT, "RequestInitialize failed with ret = %{public}d.", ret); in Initialize()
37 USB_HILOGE(MODULE_USB_INNERKIT, "RequestQueue failed with ret = %{public}d.", ret); in Queue()
46 USB_HILOGE(MODULE_USB_INNERKIT, "RequestFree failed with ret = %{public}d.", ret); in Free()
55 USB_HILOGE(MODULE_USB_INNERKIT, "RequestAbort failed with ret = %{public}d.", ret); in Abort()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp93 USB_HILOGE(MODULE_USB_INNERKIT, "remote is failed"); in GetDevices()
107 USB_HILOGE(MODULE_USB_INNERKIT, "failed code: %{public}d", ret); in GetDevices()
119 USB_HILOGE(MODULE_USB_INNERKIT, "the maximum number of devices is exceeded!"); in GetDeviceListMessageParcel()
188 USB_HILOGE(MODULE_USB_INNERKIT, "the number of accessory is out of range!"); in GetAccessoryListMessageParcel()
349 USB_HILOGE(MODULE_USB_INNERKIT, "SetDeviceMessage failed, ret:%{public}d", ret); in OpenDevice()
544 USB_HILOGI(MODULE_USB_INNERKIT, "GetPorts size %{public}d", size); in GetPorts()
550 USB_HILOGI(MODULE_USB_INNERKIT, "ParseUsbPort : %{public}d", i); in GetPorts()
564 USB_HILOGI(MODULE_USB_INNERKIT, "UsbServerProxy::port->id %{public}d", port.id); in ParseUsbPort()
1391 USB_HILOGE(MODULE_USB_INNERKIT, "remote is failed"); in GetAccessoryList()
1405 USB_HILOGE(MODULE_USB_INNERKIT, "failed code: %{public}d", ret); in GetAccessoryList()
[all …]
H A Dusb_srv_stub.cpp743 USB_HILOGE(MODULE_USB_INNERKIT, "GetBufferMessage failed ret:%{public}d", ret); in DoRequestQueue()
748 USB_HILOGE(MODULE_USB_INNERKIT, "GetBufferMessage failed ret:%{public}d", ret); in DoRequestQueue()
755 USB_HILOGE(MODULE_USB_INNERKIT, "GetBufferMessage failed ret:%{public}d", ret); in DoRequestQueue()
774 USB_HILOGE(MODULE_USB_INNERKIT, "RequestWait failed ret:%{public}d", ret); in DoRequestWait()
780 USB_HILOGE(MODULE_USB_INNERKIT, "Set clientData failed ret:%{public}d", ret); in DoRequestWait()
786 USB_HILOGE(MODULE_USB_INNERKIT, "Set bufferData failed ret:%{public}d", ret); in DoRequestWait()
804 USB_HILOGE(MODULE_USB_INNERKIT, "failed ret:%{public}d", ret); in DoRequestCancel()
817 USB_HILOGE(MODULE_USB_INNERKIT, "failed ret:%{public}d", ret); in DoClose()
836 USB_HILOGE(MODULE_USB_INNERKIT, "SetDeviceListMessageParcel failed ret:%{public}d", ret); in DoGetDevices()
902 USB_HILOGE(MODULE_USB_INNERKIT, "devInfo:%{public}s", devInfo.ToString().c_str()); in SetDeviceMessageParcel()
[all …]
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp110 USB_HILOGE(MODULE_USB_INNERKIT, "UsbAccessoryManager usbdImpl_ is nullptr."); in OpenAccessory()
126 USB_HILOGE(MODULE_USB_INNERKIT, "UsbAccessoryManager usbdImpl_ is nullptr."); in CloseAccessory()
131 …USB_HILOGE(MODULE_USB_INNERKIT, "%{public}s, close ret: %{public}d, fd: %{public}d.", __func__, re… in CloseAccessory()
/ohos5.0/base/usb/usb_manager/utils/native/include/
H A Dhilog_wrapper.h55 MODULE_USB_INNERKIT, // below used by usb service enumerator
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h132 USB_HILOGE(MODULE_USB_INNERKIT, "invalid index=%{public}u !", index); in GetEndpoint()