fix errorcode

Signed-off-by: blc <caobaolong5@huawei.com>
This commit is contained in:
shaoyuanzhao
2024-11-08 15:51:57 +08:00
parent b621f18100
commit 85f90673d5
2 changed files with 9 additions and 9 deletions
@@ -60,7 +60,7 @@ typedef struct InputMethod_InputMethodProxy InputMethod_InputMethodProxy;
* {@link IME_ERR_OK} - success.
* {@link IME_ERR_IMCLIENT} - input method client error.
* {@link IME_ERR_IMMS} - input method manager service error.
* {@link IME_ERR_DETACHED} - input method client is detached.
* {@link IME_ERR_DETACHED} - input method client detached.
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
* @since 12
@@ -76,7 +76,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_ShowKeyboard(InputMethod_InputMethodPr
* {@link IME_ERR_OK} - success.
* {@link IME_ERR_IMCLIENT} - input method client error.
* {@link IME_ERR_IMMS} - input method manager service error.
* {@link IME_ERR_DETACHED} - input method client is detached.
* {@link IME_ERR_DETACHED} - input method client detached.
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
* @since 12
@@ -99,7 +99,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_HideKeyboard(InputMethod_InputMethodPr
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
* {@link IME_ERR_IMCLIENT} - input method client error.
* {@link IME_ERR_IMMS} - input method manager service error.
* {@link IME_ERR_DETACHED} - input method client is detached.
* {@link IME_ERR_DETACHED} - input method client detached.
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
* @since 12
@@ -119,7 +119,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifySelectionChange(
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
* {@link IME_ERR_IMCLIENT} - input method client error.
* {@link IME_ERR_IMMS} - input method manager service error.
* {@link IME_ERR_DETACHED} - input method client is detached.
* {@link IME_ERR_DETACHED} - input method client detached.
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
* @since 12
@@ -139,7 +139,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifyConfigurationChange(InputMethod_
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
* {@link IME_ERR_IMCLIENT} - input method client error.
* {@link IME_ERR_IMMS} - input method manager service error.
* {@link IME_ERR_DETACHED} - input method client is detached.
* {@link IME_ERR_DETACHED} - input method client detached.
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
* @since 12
@@ -159,7 +159,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifyCursorUpdate(
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
* {@link IME_ERR_IMCLIENT} - input method client error.
* {@link IME_ERR_IMMS} - input method manager service error.
* {@link IME_ERR_DETACHED} - input method client is detached.
* {@link IME_ERR_DETACHED} - input method client detached.
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
* @since 12