Home
last modified time | relevance | path

Searched refs:MODULE_JS_NAPI (Results 1 – 5 of 5) sorted by relevance

/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dnapi_util.cpp33 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()
108 USB_HILOGW(MODULE_JS_NAPI, "js to int32_t no property: %{public}s", fieldStr.c_str()); in JsObjectToInt()
118 USB_HILOGE(MODULE_JS_NAPI, "js to uint32_t no property: %{public}s", fieldStr.c_str()); in JsObjectToUint()
127 USB_HILOGE(MODULE_JS_NAPI, "get property failed: %{public}s", fieldStr.c_str()); in JsObjectToUint()
133 USB_HILOGE(MODULE_JS_NAPI, "type error failed: %{public}s", fieldStr.c_str()); in JsObjectToUint()
141 USB_HILOGE(MODULE_JS_NAPI, "get value failed: %{public}s", fieldStr.c_str()); in JsObjectToUint()
151 USB_HILOGW(MODULE_JS_NAPI, "invalid type"); in JsUint8ArrayParse()
[all …]
Dusb_info.cpp116 USB_HILOGE(MODULE_JS_NAPI, "GetEndpoint failed i=%{public}d", i); in CtoJSUsbInterface()
279 USB_HILOGE(MODULE_JS_NAPI, "Parse endpointers error."); in ParseInterfaceObj()
327 USB_HILOGE(MODULE_JS_NAPI, "Parse interfaces error."); in ParseConfigObj()
400 USB_HILOGE(MODULE_JS_NAPI, "end call get device failed ret : %{public}d", ret); in CoreGetDevices()
466 USB_HILOGD(MODULE_JS_NAPI, "Device call AddRight ret: %{public}d", ret); in DeviceAddRight()
491 USB_HILOGD(MODULE_JS_NAPI, "Device call RemoveRight ret: %{public}d", ret); in DeviceRemoveRight()
515 USB_HILOGD(MODULE_JS_NAPI, "client called result %{public}d", result); in CoreHasRight()
558 USB_HILOGE(MODULE_JS_NAPI, "Create USBRightAsyncContext failed."); in CoreRequestRight()
595 USB_HILOGI(MODULE_JS_NAPI, "usb functions from string failed ret = %{public}d", numFuncs); in CoreUsbFunctionsFromString()
671 USB_HILOGE(MODULE_JS_NAPI, "Create USBFunctionAsyncContext failed"); in CoreSetCurrentFunctions()
[all …]
/base/usb/usb_manager/utils/native/include/
Dusb_napi_errors.h48 USB_HILOGE(MODULE_JS_NAPI, #errMsg); \
69 USB_HILOGE(MODULE_JS_NAPI, "%{public}s " #loginfo " ", __func__); \
79 USB_HILOGE(MODULE_JS_NAPI, "%{public}s " #loginfo " ", __func__); \
Dhilog_wrapper.h57 MODULE_JS_NAPI, enumerator
/base/usb/usb_manager/utils/native/src/
Dusb_napi_errors.cpp28 USB_HILOGE(MODULE_JS_NAPI, "invalid errCode %{public}d", errCode); in GetErrMsgByErrCode()
40 USB_HILOGE(MODULE_JS_NAPI, "get error code failed"); in CreateBusinessError()