| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_utils.h | 59 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function 102 EnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
|
| D | i_input_data_channel.h | 61 virtual int32_t GetEnterKeyType(int32_t &keyType) = 0;
|
| D | input_data_channel_proxy.h | 46 int32_t GetEnterKeyType(int32_t &keyType) override;
|
| D | input_data_channel_stub.h | 50 int32_t GetEnterKeyType(int32_t &keyType) override;
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_utils_test.cpp | 65 EnterKeyType keyType = info.GetEnterKeyType();
|
| D | input_method_attach_test.cpp | 89 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()));
|
| D | input_method_ability_exception_test.cpp | 234 auto ret = inputMethodAbility_->GetEnterKeyType(keyType2);
|
| D | input_method_controller_test.cpp | 373 == info.GetEnterKeyType()); in TriggerConfigurationChangeCallback() 700 inputMethodController_->GetEnterKeyType(keyType); 736 …tMethodControllerTest::inputAttribute_.enterKeyType, static_cast<int32_t>(info.GetEnterKeyType()));
|
| D | input_method_ability_test.cpp | 387 auto ret = inputMethodAbility_->GetEnterKeyType(keyType2);
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_data_channel_stub.cpp | 84 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()
|
| D | input_data_channel_proxy.cpp | 90 int32_t InputDataChannelProxy::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType() function in OHOS::MiscServices::InputDataChannelProxy
|
| D | input_method_controller.cpp | 791 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/ |
| D | imf_adapter.h | 72 IMFAdapterEnterKeyType GetEnterKeyType() const in GetEnterKeyType() function
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_agent_proxy.cpp | 66 return data.WriteInt32(static_cast<int32_t>(config.GetEnterKeyType())) && in OnConfigurationChange()
|
| D | input_method_agent_stub.cpp | 149 data->WriteInt32(static_cast<int32_t>(config.GetEnterKeyType())); in OnConfigurationChange()
|
| D | input_method_ability.cpp | 585 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/ |
| D | text_listener.cpp | 84 EnterKeyType enterKeyType = functionKey.GetEnterKeyType(); in SendFunctionKey()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
| D | input_method_ability.h | 71 int32_t GetEnterKeyType(int32_t &keyType);
|
| /base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
| D | inputmethodability_fuzzer.cpp | 129 ability->GetEnterKeyType(keyType); in TestGetEnterKeyType()
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 96 imc->GetEnterKeyType(enterKeyType); in TestOnConfigurationChange()
|
| /base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
| D | imf_adapter_impl.cpp | 75 switch (functionKey.GetEnterKeyType()) { in SendFunctionKey()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 271 IMF_API int32_t GetEnterKeyType(int32_t &keyType);
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| D | js_text_input_client_engine.cpp | 558 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/ |
| D | js_get_input_method_controller.cpp | 930 …ey](UvEntry &entry) { entry.enterKeyType = static_cast<int32_t>(functionKey.GetEnterKeyType()); }); in SendFunctionKey()
|