Home
last modified time | relevance | path

Searched refs:HideSoftKeyboard (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp222 ret = InputMethodEditorTest::inputMethodController_->HideSoftKeyboard();
343 ret = InputMethodEditorTest::inputMethodController_->HideSoftKeyboard();
385 ret = inputMethodController_->HideSoftKeyboard();
455 ret = InputMethodEditorTest::inputMethodController_->HideSoftKeyboard();
H A Dinput_method_dfx_test.cpp384 auto hideSoftKeyboard = []() { inputMethodController_->HideSoftKeyboard(); }; in __anonff3e3efd0602()
H A Dinput_method_controller_test.cpp1087 int32_t ret = inputMethodController_->HideSoftKeyboard();
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp113 imc->HideSoftKeyboard(); in TestSetCallingWindow()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h434 IMF_API int32_t HideSoftKeyboard();
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp82 DECLARE_NAPI_FUNCTION("hideSoftKeyboard", HideSoftKeyboard), in Init()
688 napi_value JsGetInputMethodController::HideSoftKeyboard(napi_env env, napi_callback_info info) in HideSoftKeyboard() function in OHOS::MiscServices::JsGetInputMethodController
692 … env, info, [] { return InputMethodController::GetInstance()->HideSoftKeyboard(); }, false, true); in HideSoftKeyboard()
H A Djs_get_input_method_controller.h172 static napi_value HideSoftKeyboard(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp912 int32_t InputMethodController::HideSoftKeyboard() in HideSoftKeyboard() function in OHOS::MiscServices::InputMethodController