Home
last modified time | relevance | path

Searched refs:GetEnterKeyType (Results 1 - 25 of 33) sorted by relevance

12

/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;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
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_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.h31 int32_t GetEnterKeyType() override;
H A Dark_imf_adapter_function_key_adapter_impl.h29 int32_t GetEnterKeyType() override;
/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;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h82 virtual int32_t GetEnterKeyType() = 0;
129 virtual IMFAdapterEnterKeyType GetEnterKeyType() = 0;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_data_channel.h69 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_method_utils.h84 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function in OHOS::MiscServices::Configuration
138 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function in OHOS::MiscServices::FunctionKey
H A Dinput_data_channel_stub.h49 int32_t GetEnterKeyType(int32_t &keyType) override;
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp142 ret = inputMethodAbility_->GetEnterKeyType(keyType); in HWTEST_F()
165 ret = inputMethodAbility_->GetEnterKeyType(keyType); in HWTEST_F()
191 ret = inputMethodAbility_->GetEnterKeyType(keyType); in HWTEST_F()
218 ret = inputMethodAbility_->GetEnterKeyType(keyType); in HWTEST_F()
257 ret = inputMethodAbility_->GetEnterKeyType(keyType); in HWTEST_F()
337 ret = inputMethodAbility_->GetEnterKeyType(keyType2); in HWTEST_F()
517 EXPECT_EQ(totalConfig.inputAttribute.enterKeyType, static_cast<int32_t>(configuration.GetEnterKeyType())); in HWTEST_F()
H A Dinput_method_ability_exception_test.cpp203 * @tc.desc: InputMethodAbility GetEnterKeyType & GetInputPattern
212 auto ret = inputMethodAbility_->GetEnterKeyType(keyType2); in HWTEST_F()
H A Dinput_method_controller_test.cpp441 == info.GetEnterKeyType()); in TriggerConfigurationChangeCallback()
1018 IMSA_HILOGI("IMC GetEnterKeyType Test START"); in HWTEST_F()
1020 inputMethodController_->GetEnterKeyType(keyType); in HWTEST_F()
1056 EXPECT_EQ(InputMethodControllerTest::inputAttribute_.enterKeyType, static_cast<int32_t>(info.GetEnterKeyType())); in HWTEST_F()
1079 EXPECT_EQ(InputMethodControllerTest::inputAttribute_.enterKeyType, static_cast<int32_t>(info.GetEnterKeyType())); in HWTEST_F()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h30 IMFAdapterEnterKeyType GetEnterKeyType() override
/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)
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp141 ability->GetEnterKeyType(keyType); in TestGetEnterKeyType()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp83 switch (functionKey.GetEnterKeyType()) { in SendFunctionKey()
310 .enterKeyType = config->GetInputAttribute()->GetEnterKeyType(), in Attach()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h68 int32_t GetEnterKeyType(int32_t &keyType);
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp93 auto enterKeyType = ConvertToCEnterKeyType(functionKey.GetEnterKeyType()); in SendFunctionKey()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp95 imc->GetEnterKeyType(enterKeyType); in TestOnConfigurationChange()

Completed in 12 milliseconds

12