Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusbd_bulk_callback.cpp28 … USB_HILOGE(MODULE_USB_INNERKIT, "check interface token failed, code=%{public}u", code); in OnRemoteRequest()
35 USB_HILOGE(MODULE_USB_INNERKIT, "get status error"); in OnRemoteRequest()
39 USB_HILOGE(MODULE_USB_INNERKIT, "get actLength error"); in OnRemoteRequest()
43 … USB_HILOGI(MODULE_USB_INNERKIT, "status:%{public}d actLength:%{public}d", status, actLength); in OnRemoteRequest()
49 … USB_HILOGE(MODULE_USB_INNERKIT, "check interface token failed, code=%{public}u", code); in OnRemoteRequest()
56 USB_HILOGE(MODULE_USB_INNERKIT, "get status error code=%{public}u", code); in OnRemoteRequest()
60 USB_HILOGE(MODULE_USB_INNERKIT, "get actLength error code=%{public}u", code); in OnRemoteRequest()
64 …USB_HILOGI(MODULE_USB_INNERKIT, "%{public}d status:%{public}d actLength:%{public}d", __LINE__, sta… in OnRemoteRequest()
Dusb_srv_client.cpp44 USB_HILOGE(MODULE_USB_INNERKIT, "fail to get SystemAbilityManager"); in Connect()
49 USB_HILOGE(MODULE_USB_INNERKIT, "GetSystemAbility failed."); in Connect()
53 USB_HILOGI(MODULE_USB_INNERKIT, "Connect UsbService ok."); in Connect()
56 USB_HILOGI(MODULE_USB_INNERKIT, "deathObject is null."); in Connect()
78 … USB_HILOGE(MODULE_USB_INNERKIT, "UsbSrvDeathRecipient::OnRemoteDied failed, remote is nullptr."); in OnRemoteDied()
82 USB_HILOGI(MODULE_USB_INNERKIT, "UsbSrvDeathRecipient::Recv death notice."); in OnRemoteDied()
87 USB_HILOGI(MODULE_USB_INNERKIT, "Calling OpenDevice Start!"); in OpenDevice()
91 USB_HILOGE(MODULE_USB_INNERKIT, "OpenDevice failed with ret = %{public}d !", ret); in OpenDevice()
102 USB_HILOGI(MODULE_USB_INNERKIT, "Calling HasRight Start!"); in HasRight()
112 USB_HILOGE(MODULE_USB_INNERKIT, "Calling RequestRight failed with ret = %{public}d !", ret); in RequestRight()
[all …]
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()
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_proxy.cpp91 USB_HILOGE(MODULE_USB_INNERKIT, "remote is failed"); in GetDevices()
105 USB_HILOGE(MODULE_USB_INNERKIT, "failed code: %{public}d", ret); in GetDevices()
117 USB_HILOGE(MODULE_USB_INNERKIT, "the maximum number of devices is exceeded!"); in GetDeviceListMessageParcel()
173 …USB_HILOGI(MODULE_USB_INNERKIT, "devName:%{public}s Bus:%{public}d dev:%{public}d ", devInfo.GetNa… in GetDeviceMessageParcel()
310 USB_HILOGE(MODULE_USB_INNERKIT, "SetDeviceMessage failed, ret:%{public}d", ret); in OpenDevice()
316 USB_HILOGE(MODULE_USB_INNERKIT, "SendRequest is failed, error code: %{public}d", ret); in OpenDevice()
336 USB_HILOGE(MODULE_USB_INNERKIT, "SendRequest is failed, error code: %{public}d", ret); in HasRight()
361 USB_HILOGE(MODULE_USB_INNERKIT, "SendRequest is failed, error code: %{public}d", ret); in RequestRight()
383 USB_HILOGE(MODULE_USB_INNERKIT, "SendRequest is failed, error code: %{public}d", ret); in RemoveRight()
500 USB_HILOGE(MODULE_USB_INNERKIT, "SendRequest is failed, error code: %d", ret); in GetPorts()
[all …]
Dusb_srv_stub.cpp558 USB_HILOGE(MODULE_USB_INNERKIT, "GetBufferMessage failed ret:%{public}d", ret); in DoRequestQueue()
563 USB_HILOGE(MODULE_USB_INNERKIT, "GetBufferMessage failed ret:%{public}d", ret); in DoRequestQueue()
570 USB_HILOGE(MODULE_USB_INNERKIT, "GetBufferMessage failed ret:%{public}d", ret); in DoRequestQueue()
589 USB_HILOGE(MODULE_USB_INNERKIT, "RequestWait failed ret:%{public}d", ret); in DoRequestWait()
595 USB_HILOGE(MODULE_USB_INNERKIT, "Set clientData failed ret:%{public}d", ret); in DoRequestWait()
601 USB_HILOGE(MODULE_USB_INNERKIT, "Set bufferData failed ret:%{public}d", ret); in DoRequestWait()
619 USB_HILOGE(MODULE_USB_INNERKIT, "failed ret:%{public}d", ret); in DoRequestCancel()
632 USB_HILOGE(MODULE_USB_INNERKIT, "failed ret:%{public}d", ret); in DoClose()
649 USB_HILOGE(MODULE_USB_INNERKIT, "SetDeviceListMessageParcel failed ret:%{public}d", ret); in DoGetDevices()
690 USB_HILOGE(MODULE_USB_INNERKIT, "devInfo:%{public}s", devInfo.ToString().c_str()); in SetDeviceMessageParcel()
/base/usb/usb_manager/utils/native/include/
Dhilog_wrapper.h53 MODULE_USB_INNERKIT, // below used by usb service enumerator
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_interface.h101 USB_HILOGE(MODULE_USB_INNERKIT, "invalid index=%{public}u !", index); in GetEndpoint()