Home
last modified time | relevance | path

Searched refs:OnSelectionChange (Results 1 - 25 of 33) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp77 void ArkIMFAdapterImpl::OnSelectionChange(ArkWebU16String& text, int start, int end) in OnSelectionChange() function in OHOS::ArkWeb::ArkIMFAdapterImpl
79 real_->OnSelectionChange(ArkWebU16StringStructToClass(text), start, end); in OnSelectionChange()
H A Dark_imf_adapter_impl.h42 void OnSelectionChange(ArkWebU16String& text, int start, int end) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp75 void ArkIMFAdapterWrapper::OnSelectionChange(std::u16string text, int start, int end) in OnSelectionChange() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
78 ctocpp_->OnSelectionChange(str, start, end); in OnSelectionChange()
H A Dark_imfadapter_wrapper.h42 void OnSelectionChange(std::u16string text, int start, int end) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h49 virtual void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,
H A Dinput_method_agent_proxy.h42 void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,
H A Dinput_method_agent_stub.h34 void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,
H A Dinput_method_ability.h107 void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEndg);
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dkeyboard_listener.h32 virtual void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) = 0;
/base/inputmethod/imf/test/common/include/
H A Dkeyboard_listener_test_impl.h37 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp67 OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in OnRemoteRequest()
145 void InputMethodAgentStub::OnSelectionChange( in OnSelectionChange() function in OHOS::MiscServices::InputMethodAgentStub
H A Dinput_method_agent_proxy.cpp51 void InputMethodAgentProxy::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, in OnSelectionChange() function in OHOS::MiscServices::InputMethodAgentProxy
57 IMSA_HILOGD("InputMethodAgentProxy::OnSelectionChange ret: %{public}d.", ret); in OnSelectionChange()
H A Dinput_method_ability.cpp339 void InputMethodAbility::OnSelectionChange( in OnSelectionChange() function in OHOS::MiscServices::InputMethodAbility
347 kdListener_->OnSelectionChange(oldBegin, oldEnd, newBegin, newEnd); in OnSelectionChange()
502 kdListener_->OnSelectionChange(textConfig.textSelection.oldBegin, textConfig.textSelection.oldEnd, in InvokeStartInputCallback()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp67 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override;
101 void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() function in OHOS::MiscServices::KeyboardListenerImpl
236 ret = InputMethodEditorTest::inputMethodController_->OnSelectionChange(Str8ToStr16(""), 0, 0); in HWTEST_F()
361 ret = InputMethodEditorTest::inputMethodController_->OnSelectionChange(Str8ToStr16(""), 0, 0); in HWTEST_F()
403 ret = inputMethodController_->OnSelectionChange(Str8ToStr16(""), 0, 0); in HWTEST_F()
473 ret = InputMethodEditorTest::inputMethodController_->OnSelectionChange(Str8ToStr16(""), 0, 0); in HWTEST_F()
H A Dinput_method_attach_test.cpp435 * @tc.desc: test OnSelectionChange after attach
453 ret = inputMethodController_->OnSelectionChange(Str8ToStr16("aaa"), start, end); in HWTEST_F()
581 * @tc.desc: test OnSelectionChange after attach
592 ret = inputMethodController_->OnSelectionChange(Str8ToStr16("bbb"), start, end); in HWTEST_F()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp58 InputMethodController::GetInstance()->OnSelectionChange(std::u16string(text, length), start, end)); in OH_InputMethodProxy_NotifySelectionChange()
/base/inputmethod/imf/test/common/src/
H A Dkeyboard_listener_test_impl.cpp54 void KeyboardListenerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() function in OHOS::MiscServices::KeyboardListenerTestImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h172 virtual void OnSelectionChange(ArkWebU16String& text, int start, int end) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h112 void OnSelectionChange(std::u16string text, int start, int end) override;
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h46 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H A Dtask_imsa.h120 InputMethodAbility::GetInstance()->OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in TaskImsaOnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp41 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() function in OHOS::KeyboardListenerImpl
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h195 virtual void OnSelectionChange(std::u16string text, int start, int end) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp372 void IMFAdapterImpl::OnSelectionChange(std::u16string text, int start, int end) in OnSelectionChange() function in OHOS::NWeb::IMFAdapterImpl
374 MiscServices::InputMethodController::GetInstance()->OnSelectionChange(text, start, end); in OnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp79 imc->OnSelectionChange(fuzzedU16String, fuzzedInt, fuzzedInt); in TestOnSelectionChange()

Completed in 12 milliseconds

12