Home
last modified time | relevance | path

Searched defs:SendFunctionKey (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_custom_keyboard_handler.h32 virtual void SendFunctionKey(int32_t key) {} in SendFunctionKey() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_custom_keyboard_handler_wrapper.cpp37 void ArkWebCustomKeyboardHandlerWrapper::SendFunctionKey(int32_t key) in SendFunctionKey() function in OHOS::ArkWeb::ArkWebCustomKeyboardHandlerWrapper
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_custom_keyboard_handler_impl.cpp35 void ArkWebCustomKeyboardHandlerImpl::SendFunctionKey(int32_t key) in SendFunctionKey() function in OHOS::ArkWeb::ArkWebCustomKeyboardHandlerImpl
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.cpp53 void JsGetInputMethodTextChangedListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
H A Djs_get_input_method_controller.cpp911 void JsGetInputMethodController::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey() function in OHOS::MiscServices::JsGetInputMethodController
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp53 void ArkIMFTextListenerAdapterImpl::SendFunctionKey(ArkWebRefPtr<ArkIMFAdapterFunctionKeyAdapter> f… in SendFunctionKey() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp81 void NativeTextChangedListener::SendFunctionKey(const OHOS::MiscServices::FunctionKey &functionKey) in SendFunctionKey() function in OHOS::MiscServices::NativeTextChangedListener
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp55 void ArkIMFTextListenerAdapterWrapper::SendFunctionKey( in SendFunctionKey() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp53 void SendFunctionKey(const FunctionKey &functionKey) override in SendFunctionKey() function in OHOS::MiscServices::TextListenerImpl
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp81 void IMFTextListenerAdapterImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey() function in OHOS::NWeb::IMFTextListenerAdapterImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp179 void OnTextChangedListenerImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey() function in OHOS::Ace::OnTextChangedListenerImpl
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_proxy.cpp72 int32_t InputDataChannelProxy::SendFunctionKey(int32_t funcKey) in SendFunctionKey() function in OHOS::MiscServices::InputDataChannelProxy
H A Dinput_data_channel_stub.cpp293 int32_t InputDataChannelStub::SendFunctionKey(int32_t funcKey) in SendFunctionKey() function in OHOS::MiscServices::InputDataChannelStub
H A Dinput_method_controller.cpp1251 int32_t InputMethodController::SendFunctionKey(int32_t functionKey) in SendFunctionKey() function in OHOS::MiscServices::InputMethodController
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp89 void TextListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey() function in OHOS::MiscServices::TextListener
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp173 void SendFunctionKey(std::shared_ptr<IMFAdapterFunctionKeyAdapter> functionKey) override in SendFunctionKey() function in OHOS::NWeb::IMFTextListenerTest
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp160 void OnTextChangedListenerImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey() function in OHOS::Ace::NG::OnTextChangedListenerImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h156 void SendFunctionKey(int32_t key) override in SendFunctionKey() function
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp631 int32_t InputMethodAbility::SendFunctionKey(int32_t funcKey) in SendFunctionKey() function in OHOS::MiscServices::InputMethodAbility
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp258 void SendFunctionKey(const JSCallbackInfo& args) in SendFunctionKey() function in OHOS::Ace::Framework::JSWebKeyboardController