Home
last modified time | relevance | path

Searched refs:SetEnterKeyType (Results 1 – 12 of 12) sorted by relevance

/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp77 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::UNSPECIFIED); in SendFunctionKey()
80 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::NONE); in SendFunctionKey()
83 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::GO); in SendFunctionKey()
86 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::SEARCH); in SendFunctionKey()
89 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::SEND); in SendFunctionKey()
92 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::NEXT); in SendFunctionKey()
95 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::DONE); in SendFunctionKey()
98 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp237 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::UNSPECIFIED);
240 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NONE);
242 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::GO);
244 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEARCH);
246 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEND);
248 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEXT);
250 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::DONE);
252 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h64 void SetEnterKeyType(EnterKeyType keyType) in SetEnterKeyType() function
107 void SetEnterKeyType(EnterKeyType keyType) in SetEnterKeyType() function
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_utils_test.cpp64 info.SetEnterKeyType(EnterKeyType::UNSPECIFIED);
Dinput_method_attach_test.cpp233 config.SetEnterKeyType(keyType);
254 config.SetEnterKeyType(keyType);
403 config.SetEnterKeyType(EnterKeyType::NEXT);
433 configuration.SetEnterKeyType(EnterKeyType::NEXT);
552 configuration.SetEnterKeyType(EnterKeyType::NEXT);
Dinput_method_ability_test.cpp382 config.SetEnterKeyType(keyType);
Dinput_method_controller_test.cpp732 info.SetEnterKeyType(EnterKeyType::GO);
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h77 void SetEnterKeyType(IMFAdapterEnterKeyType keyType) in SetEnterKeyType() function
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_stub.cpp75 configuration.SetEnterKeyType(EnterKeyType(data.ReadInt32())); in OnRemoteRequest()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp90 info.SetEnterKeyType(keyType); in TestOnConfigurationChange()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp268 info->SetEnterKeyType(static_cast<EnterKeyType>(data->ReadInt32())); in WorkThread()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp652 … ctxt->configuration.SetEnterKeyType(static_cast<EnterKeyType>(ctxt->attribute.enterKeyType)); in UpdateAttribute()