Home
last modified time | relevance | path

Searched refs:OnCursorUpdate (Results 1 - 25 of 39) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp69 void ArkIMFAdapterImpl::OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterImpl
72 return real_->OnCursorUpdate(nullptr); in OnCursorUpdate()
74 real_->OnCursorUpdate(std::make_shared<ArkIMFCursorInfoAdapterWrapper>(cursorInfo)); in OnCursorUpdate()
H A Dark_imf_adapter_impl.h40 void OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp67 void ArkIMFAdapterWrapper::OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
70 return ctocpp_->OnCursorUpdate(nullptr); in OnCursorUpdate()
72 return ctocpp_->OnCursorUpdate(new ArkIMFCursorInfoAdapterImpl(cursorInfo)); in OnCursorUpdate()
H A Dark_imfadapter_wrapper.h40 void OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> cursorInfo) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h48 virtual void OnCursorUpdate(int32_t positionX, int32_t positionY, int height) = 0;
H A Dinput_method_agent_proxy.h41 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
H A Dinput_method_agent_stub.h33 void OnCursorUpdate(int32_t positionX, int32_t positionY, int height) override;
H A Dinput_method_ability.h106 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height);
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dkeyboard_listener.h31 virtual void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) = 0;
/base/inputmethod/imf/test/common/include/
H A Dkeyboard_listener_test_impl.h36 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp57 OnCursorUpdate(positionX, positionY, height); in OnRemoteRequest()
139 void InputMethodAgentStub::OnCursorUpdate(int32_t positionX, int32_t positionY, int height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentStub
H A Dinput_method_agent_proxy.cpp43 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentProxy
48 IMSA_HILOGD("InputMethodAgentProxy::OnCursorUpdate ret: %{public}d.", ret); in OnCursorUpdate()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp66 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
96 void KeyboardListenerImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerImpl
98 IMSA_HILOGD("KeyboardListenerImpl::OnCursorUpdate %{public}d %{public}d %{public}d", positionX, positionY, height); in OnCursorUpdate()
234 ret = InputMethodEditorTest::inputMethodController_->OnCursorUpdate({}); in HWTEST_F()
359 ret = InputMethodEditorTest::inputMethodController_->OnCursorUpdate({}); in HWTEST_F()
401 ret = inputMethodController_->OnCursorUpdate({}); in HWTEST_F()
471 ret = InputMethodEditorTest::inputMethodController_->OnCursorUpdate({}); in HWTEST_F()
H A Dinput_method_attach_test.cpp389 * @tc.desc: test OnCursorUpdate after attach
399 ret = inputMethodController_->OnCursorUpdate(cursorInfo); in HWTEST_F()
409 * @tc.desc: test OnCursorUpdate after attach
425 ret = inputMethodController_->OnCursorUpdate(cursorInfo); in HWTEST_F()
550 * @tc.desc: test OnCursorUpdate after attach
560 ret = inputMethodController_->OnCursorUpdate(cursorInfo); in HWTEST_F()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp86 return ErrorCodeConvert(InputMethodController::GetInstance()->OnCursorUpdate( in OH_InputMethodProxy_NotifyCursorUpdate()
/base/inputmethod/imf/test/common/src/
H A Dkeyboard_listener_test_impl.cpp49 void KeyboardListenerTestImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerTestImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h169 virtual void OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h110 void OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) override;
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h45 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H A Dtask_imsa.h107 InputMethodAbility::GetInstance()->OnCursorUpdate(x, y, h); in TaskImsaOnCursorUpdate()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp38 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::KeyboardListenerImpl
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h193 virtual void OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp356 void IMFAdapterImpl::OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::NWeb::IMFAdapterImpl
359 WVLOG_E("inputmethod OnCursorUpdate cursorInfo is null"); in OnCursorUpdate()
369 MiscServices::InputMethodController::GetInstance()->OnCursorUpdate(imfInfo); in OnCursorUpdate()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp335 g_imf->OnCursorUpdate(nullptr); in HWTEST_F()
340 g_imf->OnCursorUpdate(mock); in HWTEST_F()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp77 imc->OnCursorUpdate(cursorInfo); in TestOnSelectionChange()

Completed in 12 milliseconds

12