Home
last modified time | relevance | path

Searched refs:MoveCursor (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp34 listener->MoveCursor(OHOS::MiscServices::Direction::LEFT); in TestNativeTextChangedListener()
82 void MoveCursor(InputMethod_TextEditorProxy *proxy, InputMethod_Direction direction) { } in MoveCursor() function
116 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursor)); in ConstructTextEditorProxy()
203 listener.MoveCursor(OHOS::MiscServices::Direction::NONE);
204 listener.MoveCursor(OHOS::MiscServices::Direction::UP);
205 listener.MoveCursor(OHOS::MiscServices::Direction::DOWN);
206 listener.MoveCursor(OHOS::MiscServices::Direction::RIGHT);
207 listener.MoveCursor(OHOS::MiscServices::Direction::LEFT);
H A Dtext_listener_inner_api_test.cpp383 int32_t ret = TextListenerInnerApiTest::imc_->MoveCursor(static_cast<Direction>(direction));
402 int32_t ret = TextListenerInnerApiTest::imc_->MoveCursor(static_cast<Direction>(direction));
408 ret = TextListenerInnerApiTest::imc_->MoveCursor(static_cast<Direction>(direction));
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp183 void MoveCursor(const IMFAdapterDirection direction) override in MoveCursor() function in OHOS::NWeb::IMFTextListenerTest
372 listenerTest->MoveCursor(MiscServices::Direction::NONE);
373 listenerTest->MoveCursor(MiscServices::Direction::UP);
374 listenerTest->MoveCursor(MiscServices::Direction::DOWN);
375 listenerTest->MoveCursor(MiscServices::Direction::LEFT);
376 listenerTest->MoveCursor(MiscServices::Direction::RIGHT);
445 listenerTest->MoveCursor(MiscServices::Direction::NONE);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability_interface.cpp53 int32_t InputMethodAbilityInterface::MoveCursor(int32_t keyCode) in MoveCursor() function in OHOS::MiscServices::InputMethodAbilityInterface
55 return InputMethodAbility::GetInstance()->MoveCursor(keyCode); in MoveCursor()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.cpp58 void JsGetInputMethodTextChangedListener::MoveCursor(const Direction direction) in MoveCursor() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
60 JsGetInputMethodController::GetInstance()->MoveCursor(direction); in MoveCursor()
H A Djs_get_input_method_textchange_listener.h35 void MoveCursor(const Direction direction) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp67 void ArkIMFTextListenerAdapterImpl::MoveCursor(const uint32_t direction) in MoveCursor() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
69 real_->MoveCursor((OHOS::NWeb::IMFAdapterDirection)direction); in MoveCursor()
H A Dark_imf_text_listener_adapter_impl.h43 void MoveCursor(const uint32_t direction) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp70 void ArkIMFTextListenerAdapterWrapper::MoveCursor(const OHOS::NWeb::IMFAdapterDirection direction) in MoveCursor() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
72 ctocpp_->MoveCursor((uint32_t)direction); in MoveCursor()
H A Dark_imftext_listener_adapter_wrapper.h43 void MoveCursor(const OHOS::NWeb::IMFAdapterDirection direction) override;
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dinput_method_ability_interface.h37 int32_t MoveCursor(int32_t keyCode);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp138 …return reply.WriteInt32(MoveCursor(direction)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELA… in MoveCursorOnRemote()
298 int32_t InputDataChannelStub::MoveCursor(int32_t keyCode) in MoveCursor() function in OHOS::MiscServices::InputDataChannelStub
300 return InputMethodController::GetInstance()->MoveCursor(static_cast<Direction>(keyCode)); in MoveCursor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.h38 void MoveCursor(MiscServices::Direction direction) override;
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h30 void MoveCursor(const OHOS::MiscServices::Direction direction) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_callback.h37 … static int32_t MoveCursor(int32_t nodeId, void* data, const RefPtr<TaskExecutor>& taskScheduler);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_data_channel.h69 virtual int32_t MoveCursor(int32_t keyCode) = 0;
H A Dinput_data_channel_proxy.h45 int32_t MoveCursor(int32_t keyCode) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h43 void MoveCursor(MiscServices::Direction direction) override;
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h65 virtual void MoveCursor(const Direction direction) = 0;
559 int32_t MoveCursor(Direction direction);
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dtext_listener.h41 void MoveCursor(const Direction direction) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h115 virtual void MoveCursor(const uint32_t direction) = 0;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h64 void MoveCursor(const MiscServices::Direction direction) override;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp129 void IMFTextListenerAdapterImpl::MoveCursor(const MiscServices::Direction direction) in MoveCursor() function in OHOS::NWeb::IMFTextListenerAdapterImpl
154 listener_->MoveCursor(adapterDirection); in MoveCursor()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h152 virtual void MoveCursor(const IMFAdapterDirection direction) = 0;
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp118 ability->MoveCursor(fuzzedInt32); in TestMoveCursor()

12