Searched refs:MODULE_JS_NAPI (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | napi_util.cpp | 33 USB_HILOGE(MODULE_JS_NAPI, "string too long malloc failed"); in JsValueToString() 52 USB_HILOGE(MODULE_JS_NAPI, "invalid bufLen=%{public}d", bufLen); in JsObjectToString() 77 USB_HILOGW(MODULE_JS_NAPI, "js to str no property: %{public}s", fieldStr.c_str()); in JsObjectToString() 89 USB_HILOGW(MODULE_JS_NAPI, "js object has no property: %{public}s", fieldStr.c_str()); in JsObjectGetProperty() 145 USB_HILOGE(MODULE_JS_NAPI, "get property failed: %{public}s", fieldStr.c_str()); in JsObjectToUint() 151 USB_HILOGE(MODULE_JS_NAPI, "type error failed: %{public}s", fieldStr.c_str()); in JsObjectToUint() 159 USB_HILOGE(MODULE_JS_NAPI, "get value failed: %{public}s", fieldStr.c_str()); in JsObjectToUint() 169 USB_HILOGW(MODULE_JS_NAPI, "invalid type"); in JsUint8ArrayParse() 198 USB_HILOGE(MODULE_JS_NAPI, "memcpy_s failed"); in Uint8ArrayToJsValue() 225 USB_HILOGE(MODULE_JS_NAPI, "create uint32 failed:%{public}s", fieldStr.c_str()); in SetValueUint32() [all …]
|
H A D | usb_info.cpp | 347 USB_HILOGE(MODULE_JS_NAPI, "Parse endpointers error."); in ParseInterfaceObj() 399 USB_HILOGE(MODULE_JS_NAPI, "Parse interfaces error."); in ParseConfigObj() 1563 USB_HILOGE(MODULE_JS_NAPI, "new failed"); in PipeControlTransfer() 1570 USB_HILOGE(MODULE_JS_NAPI, "memcpy_s failed"); in PipeControlTransfer() 1723 USB_HILOGE(MODULE_JS_NAPI, "new failed"); in PipeUsbControlTransfer() 1730 USB_HILOGE(MODULE_JS_NAPI, "memcpy_s failed"); in PipeUsbControlTransfer() 1792 USB_HILOGE(MODULE_JS_NAPI, "BulkTransfer failed"); in __anon2b6789b40e02() 1822 USB_HILOGE(MODULE_JS_NAPI, "memcpy_s failed"); in GetDescriptorOnBulkTransferParam() 1887 USB_HILOGE(MODULE_JS_NAPI, "end call invalid arg"); in PipeBulkTransfer() 2005 USB_HILOGD(MODULE_JS_NAPI, "enter"); in UsbInit() [all …]
|
/ohos5.0/base/usb/usb_manager/utils/native/include/ |
H A D | usb_napi_errors.h | 68 USB_HILOGE(MODULE_JS_NAPI, #errMsg); \ 89 USB_HILOGE(MODULE_JS_NAPI, "%{public}s " #loginfo " ", __func__); \ 99 USB_HILOGE(MODULE_JS_NAPI, "%{public}s " #loginfo " ", __func__); \
|
H A D | hilog_wrapper.h | 59 MODULE_JS_NAPI, enumerator
|
/ohos5.0/base/usb/usb_manager/utils/native/src/ |
H A D | usb_napi_errors.cpp | 28 USB_HILOGE(MODULE_JS_NAPI, "invalid errCode %{public}d", errCode); in GetErrMsgByErrCode() 40 USB_HILOGE(MODULE_JS_NAPI, "get error code failed"); in CreateBusinessError()
|