Home
last modified time | relevance | path

Searched refs:GetEnterKeyType (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_function_key_adapter_impl.cpp27 int32_t ArkIMFAdapterFunctionKeyAdapterImpl::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFAdapterFunctionKeyAdapterImpl
29 return (int32_t)real_->GetEnterKeyType(); in GetEnterKeyType()
H A Dark_imfinput_attribute_adapter_wrapper.cpp31 int32_t ArkIMFInputAttributeAdapterWrapper::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFInputAttributeAdapterWrapper
33 return ctocpp_->GetEnterKeyType(); in GetEnterKeyType()
H A Dark_imfinput_attribute_adapter_wrapper.h31 int32_t GetEnterKeyType() override;
H A Dark_imf_adapter_function_key_adapter_impl.h29 int32_t GetEnterKeyType() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_adapter_function_key_adapter_wrapper.cpp24 OHOS::NWeb::IMFAdapterEnterKeyType ArkIMFAdapterFunctionKeyAdapterWrapper::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFAdapterFunctionKeyAdapterWrapper
26 return (OHOS::NWeb::IMFAdapterEnterKeyType)(ctocpp_->GetEnterKeyType()); in GetEnterKeyType()
H A Dark_imf_input_attribute_adapter_impl.cpp30 int32_t ArkIMFInputAttributeAdapterImpl::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFInputAttributeAdapterImpl
32 return real_->GetEnterKeyType(); in GetEnterKeyType()
H A Dark_imf_adapter_function_key_adapter_wrapper.h28 OHOS::NWeb::IMFAdapterEnterKeyType GetEnterKeyType() override;
H A Dark_imf_input_attribute_adapter_impl.h31 int32_t GetEnterKeyType() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h48 virtual int32_t GetEnterKeyType() = 0;
87 virtual int32_t GetEnterKeyType() = 0;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp107 ret = inputMethodAbility_->GetEnterKeyType(keyType);
130 ret = inputMethodAbility_->GetEnterKeyType(keyType);
156 ret = inputMethodAbility_->GetEnterKeyType(keyType);
183 ret = inputMethodAbility_->GetEnterKeyType(keyType);
222 ret = inputMethodAbility_->GetEnterKeyType(keyType);
301 ret = inputMethodAbility_->GetEnterKeyType(keyType2);
481 …EQ(totalConfig.inputAttribute.enterKeyType, static_cast<int32_t>(configuration.GetEnterKeyType()));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.cpp33 …rKeyType", [](const TextInputComposedElement& inspector) { return inspector.GetEnterKeyType(); } }, in __anonc2e9b3510702()
54 DumpLog::GetInstance().AddDesc(std::string("enterKeyType: ").append(GetEnterKeyType())); in Dump()
231 std::string TextInputComposedElement::GetEnterKeyType() const in GetEnterKeyType() function in OHOS::Ace::V2::TextInputComposedElement
H A Dtextinput_composed_element.h45 std::string GetEnterKeyType() const;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h82 virtual int32_t GetEnterKeyType() = 0;
129 virtual IMFAdapterEnterKeyType GetEnterKeyType() = 0;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp144 return ITypesUtil::Marshal(reply, GetEnterKeyType(type), type) ? ErrorCode::NO_ERROR in GetEnterKeyTypeOnRemote()
273 int32_t InputDataChannelStub::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputDataChannelStub
275 return InputMethodController::GetInstance()->GetEnterKeyType(keyType); in GetEnterKeyType()
H A Dinput_data_channel_proxy.cpp83 int32_t InputDataChannelProxy::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputDataChannelProxy
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h85 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
139 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
H A Di_input_data_channel.h70 virtual int32_t GetEnterKeyType(int32_t &keyType) = 0;
H A Dinput_data_channel_proxy.h46 int32_t GetEnterKeyType(int32_t &keyType) override;
H A Dinput_data_channel_stub.h49 int32_t GetEnterKeyType(int32_t &keyType) override;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h30 IMFAdapterEnterKeyType GetEnterKeyType() override in GetEnterKeyType() function
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp86 switch (functionKey.GetEnterKeyType()) { in SendFunctionKey()
313 .enterKeyType = config->GetInputAttribute()->GetEnterKeyType(), in Attach()
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp141 ability->GetEnterKeyType(keyType); in TestGetEnterKeyType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp173 static_cast<int32_t>(functionKey.GetEnterKeyType())); in HandleFunctionKey()
178 auto action = static_cast<TextInputAction>(functionKey.GetEnterKeyType()); in HandleFunctionKey()
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp95 imc->GetEnterKeyType(enterKeyType); in TestOnConfigurationChange()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h75 int32_t GetEnterKeyType(int32_t &keyType);

12