/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 34 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 D | text_listener_inner_api_test.cpp | 383 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 D | imf_adapter_impl_test.cpp | 183 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 D | input_method_ability_interface.cpp | 53 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 D | js_get_input_method_textchange_listener.cpp | 58 void JsGetInputMethodTextChangedListener::MoveCursor(const Direction direction) in MoveCursor() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener 60 JsGetInputMethodController::GetInstance()->MoveCursor(direction); in MoveCursor()
|
H A D | js_get_input_method_textchange_listener.h | 35 void MoveCursor(const Direction direction) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_text_listener_adapter_impl.cpp | 67 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 D | ark_imf_text_listener_adapter_impl.h | 43 void MoveCursor(const uint32_t direction) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imftext_listener_adapter_wrapper.cpp | 70 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 D | ark_imftext_listener_adapter_wrapper.h | 43 void MoveCursor(const OHOS::NWeb::IMFAdapterDirection direction) override;
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/ |
H A D | input_method_ability_interface.h | 37 int32_t MoveCursor(int32_t keyCode);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_stub.cpp | 138 …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 D | on_text_changed_listener_impl.h | 38 void MoveCursor(MiscServices::Direction direction) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_text_changed_listener.h | 30 void MoveCursor(const OHOS::MiscServices::Direction direction) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_callback.h | 37 … 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 D | i_input_data_channel.h | 69 virtual int32_t MoveCursor(int32_t keyCode) = 0;
|
H A D | input_data_channel_proxy.h | 45 int32_t MoveCursor(int32_t keyCode) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.h | 43 void MoveCursor(MiscServices::Direction direction) override;
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 65 virtual void MoveCursor(const Direction direction) = 0; 559 int32_t MoveCursor(Direction direction);
|
/ohos5.0/base/inputmethod/imf/test/common/include/ |
H A D | text_listener.h | 41 void MoveCursor(const Direction direction) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 115 virtual void MoveCursor(const uint32_t direction) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 64 void MoveCursor(const MiscServices::Direction direction) override;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 129 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 D | imf_adapter.h | 152 virtual void MoveCursor(const IMFAdapterDirection direction) = 0;
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
H A D | inputmethodability_fuzzer.cpp | 118 ability->MoveCursor(fuzzedInt32); in TestMoveCursor()
|