/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 369 listenerTest->SendFunctionKey(functionKey); 403 listenerTest->SendFunctionKey(functionKey); 405 listenerTest->SendFunctionKey(functionKey); 407 listenerTest->SendFunctionKey(functionKey); 409 listenerTest->SendFunctionKey(functionKey); 411 listenerTest->SendFunctionKey(functionKey); 413 listenerTest->SendFunctionKey(functionKey); 415 listenerTest->SendFunctionKey(functionKey); 417 listenerTest->SendFunctionKey(functionKey); 419 listenerTest->SendFunctionKey(functionKey); [all …]
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 33 listener->SendFunctionKey(functionKey); in TestNativeTextChangedListener() 173 listener.SendFunctionKey(key); 175 listener.SendFunctionKey(key); 177 listener.SendFunctionKey(key); 179 listener.SendFunctionKey(key); 181 listener.SendFunctionKey(key); 183 listener.SendFunctionKey(key); 185 listener.SendFunctionKey(key); 187 listener.SendFunctionKey(key); 189 listener.SendFunctionKey(key);
|
H A D | text_listener_inner_api_test.cpp | 344 TextListenerInnerApiTest::imc_->SendFunctionKey(key); 362 TextListenerInnerApiTest::imc_->SendFunctionKey(key); 367 TextListenerInnerApiTest::imc_->SendFunctionKey(key);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_text_listener_adapter_impl.cpp | 53 void ArkIMFTextListenerAdapterImpl::SendFunctionKey(ArkWebRefPtr<ArkIMFAdapterFunctionKeyAdapter> f… in SendFunctionKey() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl 56 real_->SendFunctionKey(nullptr); in SendFunctionKey() 59 real_->SendFunctionKey(std::make_shared<ArkIMFAdapterFunctionKeyAdapterWrapper>(functionKey)); in SendFunctionKey()
|
H A D | ark_imf_text_listener_adapter_impl.h | 39 void SendFunctionKey(ArkWebRefPtr<ArkIMFAdapterFunctionKeyAdapter> functionKey) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_custom_keyboard_handler_impl.cpp | 35 void ArkWebCustomKeyboardHandlerImpl::SendFunctionKey(int32_t key) in SendFunctionKey() function in OHOS::ArkWeb::ArkWebCustomKeyboardHandlerImpl 37 nweb_custom_keyboard_handler_->SendFunctionKey(key); in SendFunctionKey()
|
H A D | ark_web_custom_keyboard_handler_impl.h | 40 void SendFunctionKey(int32_t key) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_custom_keyboard_handler_wrapper.cpp | 37 void ArkWebCustomKeyboardHandlerWrapper::SendFunctionKey(int32_t key) in SendFunctionKey() function in OHOS::ArkWeb::ArkWebCustomKeyboardHandlerWrapper 39 ark_web_custom_keyboard_handler_->SendFunctionKey(key); in SendFunctionKey()
|
H A D | ark_web_custom_keyboard_handler_wrapper.h | 40 void SendFunctionKey(int32_t key) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imftext_listener_adapter_wrapper.cpp | 55 void ArkIMFTextListenerAdapterWrapper::SendFunctionKey( in SendFunctionKey() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper 59 return ctocpp_->SendFunctionKey(nullptr); in SendFunctionKey() 62 ctocpp_->SendFunctionKey(new ArkIMFAdapterFunctionKeyAdapterImpl(functionKey)); in SendFunctionKey()
|
H A D | ark_imftext_listener_adapter_wrapper.h | 39 …void SendFunctionKey(std::shared_ptr<OHOS::NWeb::IMFAdapterFunctionKeyAdapter> functionKey) overri…
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_textchange_listener.cpp | 53 void JsGetInputMethodTextChangedListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener 55 JsGetInputMethodController::GetInstance()->SendFunctionKey(functionKey); in SendFunctionKey()
|
H A D | js_get_input_method_textchange_listener.h | 33 void SendFunctionKey(const FunctionKey &functionKey) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_custom_keyboard_handler.h | 38 virtual void SendFunctionKey(int32_t key) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_custom_keyboard_handler.h | 32 virtual void SendFunctionKey(int32_t key) {} in SendFunctionKey() function
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_stub.cpp | 128 …return reply.WriteInt32(SendFunctionKey(functionKey)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_… in SendFunctionKeyOnRemote() 293 int32_t InputDataChannelStub::SendFunctionKey(int32_t funcKey) in SendFunctionKey() function in OHOS::MiscServices::InputDataChannelStub 295 return InputMethodController::GetInstance()->SendFunctionKey(funcKey); in SendFunctionKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.h | 37 void SendFunctionKey(const MiscServices::FunctionKey& functionKey) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_text_changed_listener.h | 29 void SendFunctionKey(const OHOS::MiscServices::FunctionKey &functionKey) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | i_input_data_channel.h | 68 virtual int32_t SendFunctionKey(int32_t funcKey) = 0;
|
H A D | input_data_channel_proxy.h | 44 int32_t SendFunctionKey(int32_t funcKey) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.h | 42 void SendFunctionKey(const MiscServices::FunctionKey& functionKey) override;
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 63 virtual void SendFunctionKey(const FunctionKey &functionKey) = 0; 693 int32_t SendFunctionKey(int32_t functionKey);
|
/ohos5.0/base/inputmethod/imf/test/common/include/ |
H A D | text_listener.h | 39 void SendFunctionKey(const FunctionKey &functionKey) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 109 virtual void SendFunctionKey(ArkWebRefPtr<ArkIMFAdapterFunctionKeyAdapter> functionKey) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 60 void SendFunctionKey(const MiscServices::FunctionKey& functionKey) override;
|