From 7ff1240555248cf7eaa91b7ef917aeffe4bc504e Mon Sep 17 00:00:00 2001 From: yadeno Date: Tue, 12 Apr 2022 14:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcodecheck=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yadeno --- frameworks/inputmethod_ability/src/input_method_ability.cpp | 1 - .../inputmethod_controller/src/input_method_controller.cpp | 1 - .../inputmethodengine/src/js_input_method_engine_listener.cpp | 1 - .../napi/inputmethodengine/src/js_keyboard_delegate_listener.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/frameworks/inputmethod_ability/src/input_method_ability.cpp b/frameworks/inputmethod_ability/src/input_method_ability.cpp index e9ffd73..0d439bd 100644 --- a/frameworks/inputmethod_ability/src/input_method_ability.cpp +++ b/frameworks/inputmethod_ability/src/input_method_ability.cpp @@ -471,6 +471,5 @@ namespace MiscServices { } inputDataChannel->StopInput(); } - } // namespace MiscServices } // namespace OHOS diff --git a/frameworks/inputmethod_controller/src/input_method_controller.cpp b/frameworks/inputmethod_controller/src/input_method_controller.cpp index ef46d9c..ed07a7d 100644 --- a/frameworks/inputmethod_controller/src/input_method_controller.cpp +++ b/frameworks/inputmethod_controller/src/input_method_controller.cpp @@ -431,6 +431,5 @@ using namespace MessageID; mAgent->SetCallingWindow(windowId); return; } - } // namespace MiscServices } // namespace OHOS diff --git a/interfaces/kits/js/napi/inputmethodengine/src/js_input_method_engine_listener.cpp b/interfaces/kits/js/napi/inputmethodengine/src/js_input_method_engine_listener.cpp index d79e688..bbc1b05 100644 --- a/interfaces/kits/js/napi/inputmethodengine/src/js_input_method_engine_listener.cpp +++ b/interfaces/kits/js/napi/inputmethodengine/src/js_input_method_engine_listener.cpp @@ -212,6 +212,5 @@ namespace MiscServices { }; mainHandler_->PostTask(task); } - } // namespace MiscServices } // namespace OHOS diff --git a/interfaces/kits/js/napi/inputmethodengine/src/js_keyboard_delegate_listener.cpp b/interfaces/kits/js/napi/inputmethodengine/src/js_keyboard_delegate_listener.cpp index decd009..a9cda11 100644 --- a/interfaces/kits/js/napi/inputmethodengine/src/js_keyboard_delegate_listener.cpp +++ b/interfaces/kits/js/napi/inputmethodengine/src/js_keyboard_delegate_listener.cpp @@ -220,7 +220,6 @@ namespace MiscServices { std::string methodName = "textChange"; CallJsMethod(methodName, argv, ArraySize(argv)); }; - mainHandler_->PostTask(task); } } // namespace MiscServices