Home
last modified time | relevance | path

Searched refs:SetEnterKeyType (Results 1 - 13 of 13) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp172 key.SetEnterKeyType(EnterKeyType::UNSPECIFIED); in HWTEST_F()
174 key.SetEnterKeyType(EnterKeyType::NONE); in HWTEST_F()
176 key.SetEnterKeyType(EnterKeyType::GO); in HWTEST_F()
178 key.SetEnterKeyType(EnterKeyType::SEARCH); in HWTEST_F()
180 key.SetEnterKeyType(EnterKeyType::SEND); in HWTEST_F()
182 key.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F()
184 key.SetEnterKeyType(EnterKeyType::DONE); in HWTEST_F()
186 key.SetEnterKeyType(EnterKeyType::PREVIOUS); in HWTEST_F()
188 key.SetEnterKeyType(EnterKeyType::NEW_LINE); in HWTEST_F()
H A Dinput_method_attach_test.cpp310 config.SetEnterKeyType(keyType); in HWTEST_F()
331 config.SetEnterKeyType(keyType); in HWTEST_F()
479 config.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F()
509 configuration.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F()
628 configuration.SetEnterKeyType(EnterKeyType::NEXT); in HWTEST_F()
H A Dinput_method_controller_test.cpp1052 info.SetEnterKeyType(EnterKeyType::GO); in HWTEST_F()
1074 info.SetEnterKeyType(EnterKeyType::NEW_LINE); in HWTEST_F()
H A Dinput_method_ability_test.cpp457 config.SetEnterKeyType(keyType); in HWTEST_F()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp85 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::UNSPECIFIED); in SendFunctionKey()
88 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NONE); in SendFunctionKey()
91 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::GO); in SendFunctionKey()
94 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEARCH); in SendFunctionKey()
97 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEND); in SendFunctionKey()
100 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEXT); in SendFunctionKey()
103 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::DONE); in SendFunctionKey()
106 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
109 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEW_LINE); in SendFunctionKey()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp398 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::UNSPECIFIED); in HWTEST_F()
400 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NONE); in HWTEST_F()
402 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::GO); in HWTEST_F()
404 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEARCH); in HWTEST_F()
406 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEND); in HWTEST_F()
408 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEXT); in HWTEST_F()
410 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::DONE); in HWTEST_F()
412 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS); in HWTEST_F()
414 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEW_LINE); in HWTEST_F()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp69 info.SetEnterKeyType(static_cast<EnterKeyType>(enterKey)); in OH_InputMethodProxy_NotifyConfigurationChange()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h35 void SetEnterKeyType(IMFAdapterEnterKeyType keyType) in SetEnterKeyType() function in OHOS::NWeb::IMFAdapterFunctionKeyAdapterImpl
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h89 void SetEnterKeyType(EnterKeyType keyType) in SetEnterKeyType() function in OHOS::MiscServices::Configuration
143 void SetEnterKeyType(EnterKeyType keyType) in SetEnterKeyType() function in OHOS::MiscServices::FunctionKey
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp89 info.SetEnterKeyType(keyType); in TestOnConfigurationChange()
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp159 config.SetEnterKeyType(static_cast<EnterKeyType>(inputAttribute.enterKeyType)); in UpdateAttribute()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1270 funcKey.SetEnterKeyType(static_cast<EnterKeyType>(functionKey)); in SendFunctionKey()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp674 ctxt->configuration.SetEnterKeyType(static_cast<EnterKeyType>(ctxt->attribute.enterKeyType));

Completed in 15 milliseconds