Home
last modified time | relevance | path

Searched refs:GetTextIndexAtCursor (Results 1 - 25 of 37) sorted by relevance

12

/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_textchanged_listener.cpp78 int32_t CjInputMethodTextChangedListener::GetTextIndexAtCursor() in GetTextIndexAtCursor() function in OHOS::MiscServices::CjInputMethodTextChangedListener
80 return CjInputMethodController::GetInstance()->GetTextIndexAtCursor(); in GetTextIndexAtCursor()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.cpp78 int32_t JsGetInputMethodTextChangedListener::GetTextIndexAtCursor() in GetTextIndexAtCursor() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
80 return JsGetInputMethodController::GetInstance()->GetTextIndexAtCursor(); in GetTextIndexAtCursor()
H A Djs_get_input_method_textchange_listener.h49 int32_t GetTextIndexAtCursor() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp87 int32_t ArkIMFTextListenerAdapterImpl::GetTextIndexAtCursor() in GetTextIndexAtCursor() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
89 return real_->GetTextIndexAtCursor(); in GetTextIndexAtCursor()
H A Dark_imf_text_listener_adapter_impl.h51 int32_t GetTextIndexAtCursor() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp90 int32_t ArkIMFTextListenerAdapterWrapper::GetTextIndexAtCursor() in GetTextIndexAtCursor() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
92 return ctocpp_->GetTextIndexAtCursor(); in GetTextIndexAtCursor()
H A Dark_imftext_listener_adapter_wrapper.h51 int32_t GetTextIndexAtCursor() override;
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_textchanged_listener.h40 int32_t GetTextIndexAtCursor() override;
H A Dcj_input_method_controller.h56 int32_t GetTextIndexAtCursor();
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp41 EXPECT_EQ(0, listener->GetTextIndexAtCursor()); in TestNativeTextChangedListener()
93 int32_t GetTextIndexAtCursor(InputMethod_TextEditorProxy *proxy) in GetTextIndexAtCursor() function
121 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetGetTextIndexAtCursorFunc(textEditorProxy, GetTextIndexAtCursor)); in ConstructTextEditorProxy()
H A Dtext_listener_inner_api_test.cpp555 int32_t ret = TextListenerInnerApiTest::imc_->GetTextIndexAtCursor(index); in HWTEST_F()
574 int32_t ret = TextListenerInnerApiTest::imc_->GetTextIndexAtCursor(index); in HWTEST_F()
581 ret = TextListenerInnerApiTest::imc_->GetTextIndexAtCursor(index); in HWTEST_F()
H A Dvirtual_listener_test.cpp79 int32_t GetTextIndexAtCursor() override
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h35 int32_t GetTextIndexAtCursor() override;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_data_channel.h74 virtual int32_t GetTextIndexAtCursor(int32_t &index) = 0;
H A Dinput_data_channel_proxy.h51 int32_t GetTextIndexAtCursor(int32_t &index) override;
H A Dinput_data_channel_stub.h45 int32_t GetTextIndexAtCursor(int32_t &index) override;
/base/inputmethod/imf/test/common/include/
H A Dtext_listener.h48 int32_t GetTextIndexAtCursor() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h127 virtual int32_t GetTextIndexAtCursor() = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h72 int32_t GetTextIndexAtCursor() override;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp190 return ITypesUtil::Marshal(reply, GetTextIndexAtCursor(index), index) ? ErrorCode::NO_ERROR in GetTextIndexAtCursorOnRemote()
268 int32_t InputDataChannelStub::GetTextIndexAtCursor(int32_t &index) in GetTextIndexAtCursor() function in OHOS::MiscServices::InputDataChannelStub
270 return InputMethodController::GetInstance()->GetTextIndexAtCursor(index); in GetTextIndexAtCursor()
H A Dinput_data_channel_proxy.cpp95 int32_t InputDataChannelProxy::GetTextIndexAtCursor(int32_t &index)
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp203 int32_t GetTextIndexAtCursor() override
205 WVLOG_I("test GetTextIndexAtCursor");
374 listenerTest->GetTextIndexAtCursor(); in HWTEST_F()
443 listenerTest->GetTextIndexAtCursor(); in HWTEST_F()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h160 virtual int32_t GetTextIndexAtCursor() = 0;
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h71 virtual int32_t GetTextIndexAtCursor() = 0;
651 int32_t GetTextIndexAtCursor(int32_t &index);
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp176 int32_t IMFTextListenerAdapterImpl::GetTextIndexAtCursor() in GetTextIndexAtCursor() function in OHOS::NWeb::IMFTextListenerAdapterImpl
179 return listener_->GetTextIndexAtCursor(); in GetTextIndexAtCursor()

Completed in 13 milliseconds

12