Home
last modified time | relevance | path

Searched refs:ShowSoftKeyboard (Results 1 - 11 of 11) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp224 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard(); in HWTEST_F()
311 * @tc.desc: InputMethodEditorTest ShowSoftKeyboard
316 IMSA_HILOGI("InputMethodEditorTest ShowSoftKeyboard Test START"); in HWTEST_F()
324 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard(); in HWTEST_F()
351 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard(); in HWTEST_F()
393 ret = inputMethodController_->ShowSoftKeyboard(); in HWTEST_F()
463 ret = InputMethodEditorTest::inputMethodController_->ShowSoftKeyboard(); in HWTEST_F()
H A Dinput_method_dfx_test.cpp394 * @tc.desc: Hisysevent ShowSoftKeyboard.
402 auto showSoftKeyboard = []() { inputMethodController_->ShowSoftKeyboard(); }; in HWTEST_F()
H A Dinput_method_controller_test.cpp980 * @tc.desc: IMC ShowSoftKeyboard
985 IMSA_HILOGI("IMC ShowSoftKeyboard Test START"); in HWTEST_F()
989 int32_t ret = inputMethodController_->ShowSoftKeyboard(); in HWTEST_F()
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_controller.h40 static int32_t ShowSoftKeyboard();
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp163 int32_t CjInputMethodController::ShowSoftKeyboard() in ShowSoftKeyboard() function in OHOS::MiscServices::CjInputMethodController
169 return controller->ShowSoftKeyboard(); in ShowSoftKeyboard()
H A Dinput_method_ffi.cpp348 return CjInputMethodController::ShowSoftKeyboard(); in FfiInputMethodControllerShowSoftKeyboard()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp112 imc->ShowSoftKeyboard(); in TestSetCallingWindow()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h424 IMF_API int32_t ShowSoftKeyboard();
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h173 static napi_value ShowSoftKeyboard(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp83 DECLARE_NAPI_FUNCTION("showSoftKeyboard", ShowSoftKeyboard), in Init()
689 napi_value JsGetInputMethodController::ShowSoftKeyboard(napi_env env, napi_callback_info info)
693 env, info, [] { return InputMethodController::GetInstance()->ShowSoftKeyboard(); }, false, true);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp906 int32_t InputMethodController::ShowSoftKeyboard() in ShowSoftKeyboard() function in OHOS::MiscServices::InputMethodController

Completed in 12 milliseconds