/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imf_adapter_impl.cpp | 77 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 D | ark_imf_adapter_impl.h | 42 void OnSelectionChange(ArkWebU16String& text, int start, int end) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imfadapter_wrapper.cpp | 75 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 D | ark_imfadapter_wrapper.h | 42 void OnSelectionChange(std::u16string text, int start, int end) override;
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | i_input_method_agent.h | 49 virtual void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,
|
H A D | input_method_agent_proxy.h | 42 void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,
|
H A D | input_method_agent_stub.h | 34 void OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,
|
H A D | input_method_ability.h | 107 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 D | keyboard_listener.h | 32 virtual void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) = 0;
|
/base/inputmethod/imf/test/common/include/ |
H A D | keyboard_listener_test_impl.h | 37 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 D | input_method_agent_stub.cpp | 67 OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in OnRemoteRequest() 145 void InputMethodAgentStub::OnSelectionChange( in OnSelectionChange() function in OHOS::MiscServices::InputMethodAgentStub
|
H A D | input_method_agent_proxy.cpp | 51 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 D | input_method_ability.cpp | 339 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 D | input_method_editor_test.cpp | 67 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 D | input_method_attach_test.cpp | 435 * @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 D | inputmethod_inputmethod_proxy_capi.cpp | 58 InputMethodController::GetInstance()->OnSelectionChange(std::u16string(text, length), start, end)); in OH_InputMethodProxy_NotifySelectionChange()
|
/base/inputmethod/imf/test/common/src/ |
H A D | keyboard_listener_test_impl.cpp | 54 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 D | ark_imf_adapter.h | 172 virtual void OnSelectionChange(ArkWebU16String& text, int start, int end) = 0;
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 112 void OnSelectionChange(std::u16string text, int start, int end) override;
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_keyboard_delegate_setting.h | 46 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 D | task_imsa.h | 120 InputMethodAbility::GetInstance()->OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in TaskImsaOnSelectionChange()
|
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
H A D | inputmethodability_fuzzer.cpp | 41 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 D | imf_adapter.h | 195 virtual void OnSelectionChange(std::u16string text, int start, int end) = 0;
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 372 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 D | inputmethodcontroller_fuzzer.cpp | 79 imc->OnSelectionChange(fuzzedU16String, fuzzedInt, fuzzedInt); in TestOnSelectionChange()
|