Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp220 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();
315 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();
341 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();
383 ret = inputMethodController_->ShowSoftKeyboard();
453 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard();
H A Dinput_method_dfx_test.cpp398 auto showSoftKeyboard = []() { inputMethodController_->ShowSoftKeyboard(); }; in __anonff3e3efd0702()
H A Dinput_method_controller_test.cpp982 int32_t ret = inputMethodController_->ShowSoftKeyboard();
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp112 imc->ShowSoftKeyboard(); in TestSetCallingWindow()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h424 IMF_API int32_t ShowSoftKeyboard();
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp83 DECLARE_NAPI_FUNCTION("showSoftKeyboard", ShowSoftKeyboard), in Init()
681 napi_value JsGetInputMethodController::ShowSoftKeyboard(napi_env env, napi_callback_info info) in ShowSoftKeyboard() function in OHOS::MiscServices::JsGetInputMethodController
685 … env, info, [] { return InputMethodController::GetInstance()->ShowSoftKeyboard(); }, false, true); in ShowSoftKeyboard()
H A Djs_get_input_method_controller.h173 static napi_value ShowSoftKeyboard(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp896 int32_t InputMethodController::ShowSoftKeyboard() in ShowSoftKeyboard() function in OHOS::MiscServices::InputMethodController