/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imf_adapter_function_key_adapter_impl.cpp | 27 int32_t ArkIMFAdapterFunctionKeyAdapterImpl::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFAdapterFunctionKeyAdapterImpl 29 return (int32_t)real_->GetEnterKeyType(); in GetEnterKeyType()
|
H A D | ark_imfinput_attribute_adapter_wrapper.cpp | 31 int32_t ArkIMFInputAttributeAdapterWrapper::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFInputAttributeAdapterWrapper 33 return ctocpp_->GetEnterKeyType(); in GetEnterKeyType()
|
H A D | ark_imfinput_attribute_adapter_wrapper.h | 31 int32_t GetEnterKeyType() override;
|
H A D | ark_imf_adapter_function_key_adapter_impl.h | 29 int32_t GetEnterKeyType() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_adapter_function_key_adapter_wrapper.cpp | 24 OHOS::NWeb::IMFAdapterEnterKeyType ArkIMFAdapterFunctionKeyAdapterWrapper::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFAdapterFunctionKeyAdapterWrapper 26 return (OHOS::NWeb::IMFAdapterEnterKeyType)(ctocpp_->GetEnterKeyType()); in GetEnterKeyType()
|
H A D | ark_imf_input_attribute_adapter_impl.cpp | 30 int32_t ArkIMFInputAttributeAdapterImpl::GetEnterKeyType() in GetEnterKeyType() function in OHOS::ArkWeb::ArkIMFInputAttributeAdapterImpl 32 return real_->GetEnterKeyType(); in GetEnterKeyType()
|
H A D | ark_imf_adapter_function_key_adapter_wrapper.h | 28 OHOS::NWeb::IMFAdapterEnterKeyType GetEnterKeyType() override;
|
H A D | ark_imf_input_attribute_adapter_impl.h | 31 int32_t GetEnterKeyType() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 48 virtual int32_t GetEnterKeyType() = 0; 87 virtual int32_t GetEnterKeyType() = 0;
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_attach_test.cpp | 107 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 D | textinput_composed_element.cpp | 33 …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 D | textinput_composed_element.h | 45 std::string GetEnterKeyType() const;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 82 virtual int32_t GetEnterKeyType() = 0; 129 virtual IMFAdapterEnterKeyType GetEnterKeyType() = 0;
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_stub.cpp | 144 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 D | input_data_channel_proxy.cpp | 83 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 D | input_method_utils.h | 85 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function 139 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
|
H A D | i_input_data_channel.h | 70 virtual int32_t GetEnterKeyType(int32_t &keyType) = 0;
|
H A D | input_data_channel_proxy.h | 46 int32_t GetEnterKeyType(int32_t &keyType) override;
|
H A D | input_data_channel_stub.h | 49 int32_t GetEnterKeyType(int32_t &keyType) override;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 30 IMFAdapterEnterKeyType GetEnterKeyType() override in GetEnterKeyType() function
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 86 switch (functionKey.GetEnterKeyType()) { in SendFunctionKey() 313 .enterKeyType = config->GetInputAttribute()->GetEnterKeyType(), in Attach()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
H A D | inputmethodability_fuzzer.cpp | 141 ability->GetEnterKeyType(keyType); in TestGetEnterKeyType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 173 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 D | inputmethodcontroller_fuzzer.cpp | 95 imc->GetEnterKeyType(enterKeyType); in TestOnConfigurationChange()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 75 int32_t GetEnterKeyType(int32_t &keyType);
|