/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 172 key.SetEnterKeyType(EnterKeyType::UNSPECIFIED); 174 key.SetEnterKeyType(EnterKeyType::NONE); 176 key.SetEnterKeyType(EnterKeyType::GO); 178 key.SetEnterKeyType(EnterKeyType::SEARCH); 180 key.SetEnterKeyType(EnterKeyType::SEND); 182 key.SetEnterKeyType(EnterKeyType::NEXT); 184 key.SetEnterKeyType(EnterKeyType::DONE); 186 key.SetEnterKeyType(EnterKeyType::PREVIOUS); 188 key.SetEnterKeyType(EnterKeyType::NEW_LINE);
|
H A D | input_method_attach_test.cpp | 274 config.SetEnterKeyType(keyType); 295 config.SetEnterKeyType(keyType); 443 config.SetEnterKeyType(EnterKeyType::NEXT); 473 configuration.SetEnterKeyType(EnterKeyType::NEXT); 592 configuration.SetEnterKeyType(EnterKeyType::NEXT);
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 404 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::UNSPECIFIED); 406 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NONE); 408 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::GO); 410 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEARCH); 412 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::SEND); 414 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEXT); 416 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::DONE); 418 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS); 420 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEW_LINE);
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 88 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::UNSPECIFIED); in SendFunctionKey() 91 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NONE); in SendFunctionKey() 94 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::GO); in SendFunctionKey() 97 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEARCH); in SendFunctionKey() 100 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEND); in SendFunctionKey() 103 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEXT); in SendFunctionKey() 106 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::DONE); in SendFunctionKey() 109 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey() 112 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEW_LINE); in SendFunctionKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_model_ng.h | 74 void SetEnterKeyType(TextInputAction value) override; 75 static void SetEnterKeyType(FrameNode* frameNode, const TextInputAction& action);
|
H A D | rich_editor_model_ng.cpp | 357 void RichEditorModelNG ::SetEnterKeyType(TextInputAction action) in SetEnterKeyType() function in OHOS::Ace::NG::RichEditorModelNG 368 void RichEditorModelNG::SetEnterKeyType(FrameNode* frameNode, const TextInputAction& action) in SetEnterKeyType() function in OHOS::Ace::NG::RichEditorModelNG
|
H A D | rich_editor_model.h | 359 virtual void SetEnterKeyType(TextInputAction value) = 0;
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 90 void SetEnterKeyType(EnterKeyType keyType) in SetEnterKeyType() function 144 void SetEnterKeyType(EnterKeyType keyType) in SetEnterKeyType() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rich_editor_bridge.h | 68 static ArkUINativeModuleValue SetEnterKeyType(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 92 static ArkUINativeModuleValue SetEnterKeyType(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | richeditor_model_impl.h | 45 void SetEnterKeyType(TextInputAction value) override {} in SetEnterKeyType() function
|
H A D | text_field_model_impl.h | 42 void SetEnterKeyType(TextInputAction value) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_inputmethod_proxy_capi.cpp | 69 info.SetEnterKeyType(static_cast<EnterKeyType>(enterKey)); in OH_InputMethodProxy_NotifyConfigurationChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rich_editor_modifier.cpp | 334 RichEditorModelNG::SetEnterKeyType(frameNode, TextInputAction(enterKeyType)); in SetRichEditorEnterKeyType() 342 RichEditorModelNG::SetEnterKeyType(frameNode, defaultEnterKeyType); in ResetRichEditorEnterKeyType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.h | 66 static void SetEnterKeyType(const JSCallbackInfo& info);
|
H A D | js_textfield.h | 39 static void SetEnterKeyType(const JSCallbackInfo& info);
|
H A D | js_textarea.cpp | 89 JSClass<JSTextArea>::StaticMethod("enterKeyType", &JSTextField::SetEnterKeyType); in JSBind()
|
H A D | js_textinput.cpp | 50 JSClass<JSTextInput>::StaticMethod("enterKeyType", &JSTextField::SetEnterKeyType); in JSBind()
|
H A D | js_richeditor.h | 73 static void SetEnterKeyType(const JSCallbackInfo& info);
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 35 void SetEnterKeyType(IMFAdapterEnterKeyType keyType) in SetEnterKeyType() function
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 89 info.SetEnterKeyType(keyType); in TestOnConfigurationChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 41 void SetEnterKeyType(TextInputAction value) override; 165 static void SetEnterKeyType(FrameNode* frameNode, TextInputAction value);
|
H A D | text_field_model.h | 274 virtual void SetEnterKeyType(TextInputAction value) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textfield_ffi.cpp | 190 TextFieldModel::GetInstance()->SetEnterKeyType(TEXT_INPUT_ACTIONS[type]); in FfiOHOSAceFrameworkTextFieldSetEnterKeyType()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_base_testone_ng.cpp | 180 HWTEST_F(RichEditorBaseTestOneNg, SetEnterKeyType, TestSize.Level1) 191 richEditorModel.SetEnterKeyType(TextInputAction::NEW_LINE); 195 richEditorModel.SetEnterKeyType(TextInputAction::UNSPECIFIED);
|