Searched refs:ShowTextInput (Results 1 – 10 of 10) sorted by relevance
215 int32_t ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();379 ret = inputMethodController_->ShowTextInput();401 ret = inputMethodController_->ShowTextInput();421 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();448 ret = InputMethodEditorTest::inputMethodController_->ShowTextInput();
342 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anonff3e3efd0302()
967 inputMethodController_->ShowTextInput();
123 imc->ShowTextInput(); in TestShowSomething()
194 IMF_API int32_t ShowTextInput();
74 DECLARE_NAPI_FUNCTION("showTextInput", ShowTextInput), in Init()558 napi_value JsGetInputMethodController::ShowTextInput(napi_env env, napi_callback_info info) in ShowTextInput() function in OHOS::MiscServices::JsGetInputMethodController562 … env, info, [] { return InputMethodController::GetInstance()->ShowTextInput(); }, false, true); in ShowTextInput()
166 static napi_value ShowTextInput(napi_env env, napi_callback_info info);
262 int32_t InputMethodController::ShowTextInput() in ShowTextInput() function in OHOS::MiscServices::InputMethodController
1643 inputMethod->ShowTextInput(); in HandleOnCameraInput()
8853 inputMethod->ShowTextInput(); in OnBackPressed()