Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h59 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
102 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
Di_input_data_channel.h61 virtual int32_t GetEnterKeyType(int32_t &keyType) = 0;
Dinput_data_channel_proxy.h46 int32_t GetEnterKeyType(int32_t &keyType) override;
Dinput_data_channel_stub.h50 int32_t GetEnterKeyType(int32_t &keyType) override;
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_utils_test.cpp65 EnterKeyType keyType = info.GetEnterKeyType();
Dinput_method_attach_test.cpp89 ret = inputMethodAbility_->GetEnterKeyType(keyType);
112 ret = inputMethodAbility_->GetEnterKeyType(keyType);
138 ret = inputMethodAbility_->GetEnterKeyType(keyType);
165 ret = inputMethodAbility_->GetEnterKeyType(keyType);
203 ret = inputMethodAbility_->GetEnterKeyType(keyType);
260 ret = inputMethodAbility_->GetEnterKeyType(keyType2);
441 …EQ(totalConfig.inputAttribute.enterKeyType, static_cast<int32_t>(configuration.GetEnterKeyType()));
Dinput_method_ability_exception_test.cpp234 auto ret = inputMethodAbility_->GetEnterKeyType(keyType2);
Dinput_method_controller_test.cpp373 == info.GetEnterKeyType()); in TriggerConfigurationChangeCallback()
700 inputMethodController_->GetEnterKeyType(keyType);
736 …tMethodControllerTest::inputAttribute_.enterKeyType, static_cast<int32_t>(info.GetEnterKeyType()));
Dinput_method_ability_test.cpp387 auto ret = inputMethodAbility_->GetEnterKeyType(keyType2);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_data_channel_stub.cpp84 reply.WriteInt32(GetEnterKeyType(keyType)); in OnRemoteRequest()
263 int32_t InputDataChannelStub::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputDataChannelStub
266 return InputMethodController::GetInstance()->GetEnterKeyType(keyType); in GetEnterKeyType()
Dinput_data_channel_proxy.cpp90 int32_t InputDataChannelProxy::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputDataChannelProxy
Dinput_method_controller.cpp791 textConfig_.inputAttribute.enterKeyType = static_cast<uint32_t>(info.GetEnterKeyType()); in OnConfigurationChange()
862 int32_t InputMethodController::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputMethodController
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h72 IMFAdapterEnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_proxy.cpp66 return data.WriteInt32(static_cast<int32_t>(config.GetEnterKeyType())) && in OnConfigurationChange()
Dinput_method_agent_stub.cpp149 data->WriteInt32(static_cast<int32_t>(config.GetEnterKeyType())); in OnConfigurationChange()
Dinput_method_ability.cpp585 int32_t InputMethodAbility::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputMethodAbility
592 return channel->GetEnterKeyType(keyType); in GetEnterKeyType()
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp84 EnterKeyType enterKeyType = functionKey.GetEnterKeyType(); in SendFunctionKey()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_ability.h71 int32_t GetEnterKeyType(int32_t &keyType);
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp129 ability->GetEnterKeyType(keyType); in TestGetEnterKeyType()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp96 imc->GetEnterKeyType(enterKeyType); in TestOnConfigurationChange()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp75 switch (functionKey.GetEnterKeyType()) { in SendFunctionKey()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h271 IMF_API int32_t GetEnterKeyType(int32_t &keyType);
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp558 int32_t ret = InputMethodAbility::GetInstance()->GetEnterKeyType(enterKeyType); in GetEditorAttributeSync()
586 int32_t typeCode = InputMethodAbility::GetInstance()->GetEnterKeyType(ctxt->enterKeyType); in GetEditorAttribute()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp930 …ey](UvEntry &entry) { entry.enterKeyType = static_cast<int32_t>(functionKey.GetEnterKeyType()); }); in SendFunctionKey()