Home
last modified time | relevance | path

Searched refs:ShowCurrentInput (Results 1 - 23 of 23) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp54 void ArkIMFAdapterImpl::ShowCurrentInput(const int32_t& inputType) in ShowCurrentInput() function in OHOS::ArkWeb::ArkIMFAdapterImpl
56 real_->ShowCurrentInput((OHOS::NWeb::IMFAdapterTextInputType)inputType); in ShowCurrentInput()
H A Dark_imf_adapter_impl.h34 void ShowCurrentInput(const int32_t& inputType) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp52 void ArkIMFAdapterWrapper::ShowCurrentInput(const OHOS::NWeb::IMFAdapterTextInputType& inputType) in ShowCurrentInput() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
54 return ctocpp_->ShowCurrentInput((int32_t)inputType); in ShowCurrentInput()
H A Dark_imfadapter_wrapper.h34 void ShowCurrentInput(const OHOS::NWeb::IMFAdapterTextInputType& inputType) override;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h48 int32_t ShowCurrentInput() override;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp29 return ErrorCodeConvert(InputMethodController::GetInstance()->ShowCurrentInput()); in OH_InputMethodProxy_ShowKeyboard()
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h46 virtual int32_t ShowCurrentInput() = 0;
H A Dinput_method_system_ability.h54 int32_t ShowCurrentInput() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h160 virtual void ShowCurrentInput(const int32_t& inputType) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h104 void ShowCurrentInput(const IMFAdapterTextInputType& inputType) override;
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp230 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput(); in HWTEST_F()
355 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput(); in HWTEST_F()
397 ret = inputMethodController_->ShowCurrentInput(); in HWTEST_F()
467 ret = InputMethodEditorTest::inputMethodController_->ShowCurrentInput(); in HWTEST_F()
H A Didentity_checker_test.cpp497 int32_t ret = IdentityCheckerTest::service_->ShowCurrentInput(); in HWTEST_F()
513 int32_t ret = IdentityCheckerTest::service_->ShowCurrentInput(); in HWTEST_F()
530 int32_t ret = IdentityCheckerTest::service_->ShowCurrentInput(); in HWTEST_F()
H A Dinput_method_dfx_test.cpp366 * @tc.desc: Hisysevent ShowCurrentInput.
374 auto showCurrentInput = []() { inputMethodController_->ShowCurrentInput(); }; in HWTEST_F()
H A Dinput_method_controller_test.cpp997 * @tc.desc: IMC ShowCurrentInput
1002 IMSA_HILOGI("IMC ShowCurrentInput Test START"); in HWTEST_F()
1005 int32_t ret = inputMethodController_->ShowCurrentInput(); in HWTEST_F()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h187 virtual void ShowCurrentInput(const IMFAdapterTextInputType& inputType) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp334 void IMFAdapterImpl::ShowCurrentInput(const IMFAdapterTextInputType& inputType) in ShowCurrentInput() function in OHOS::NWeb::IMFAdapterImpl
343 MiscServices::InputMethodController::GetInstance()->ShowCurrentInput(); in ShowCurrentInput()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp321 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT); in HWTEST_F()
322 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER); in HWTEST_F()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp120 imc->ShowCurrentInput(); in TestShowSomething()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp55 int32_t InputMethodSystemAbilityProxy::ShowCurrentInput() in ShowCurrentInput() function in InputMethodSystemAbilityProxy
H A Dinput_method_controller.cpp317 int32_t InputMethodController::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodController
919 return proxy->ShowCurrentInput(); in ShowSoftKeyboard()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h467 IMF_API int32_t ShowCurrentInput();
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp88 int32_t ret = ShowCurrentInput(); in ShowCurrentInputOnRemote()
H A Dinput_method_system_ability.cpp490 int32_t InputMethodSystemAbility::ShowCurrentInput() in ShowCurrentInput() function in OHOS::MiscServices::InputMethodSystemAbility

Completed in 18 milliseconds