Home
last modified time | relevance | path

Searched refs:textListener (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp102 sptr<OnTextChangedListener> textListener = new TextListener(); variable
103 auto ret = inputMethodController_->Attach(textListener);
125 sptr<OnTextChangedListener> textListener = new TextListener(); variable
148 sptr<OnTextChangedListener> textListener = new TextListener(); variable
290 auto ret = inputMethodController_->Attach(textListener);
360 auto ret = inputMethodController_->Attach(textListener);
438 auto ret = inputMethodController_->Attach(textListener);
521 auto ret = inputMethodController_->Attach(textListener);
552 auto ret = inputMethodController_->Attach(textListener);
587 auto ret = inputMethodController_->Attach(textListener);
[all …]
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp57 sptr<OnTextChangedListener> textListener = new TextListener(); in TestDispatchKeyEvent() local
58 imc->Attach(textListener); in TestDispatchKeyEvent()
69 sptr<OnTextChangedListener> textListener = new TextListener(); in TestOnSelectionChange() local
70 imc->Attach(textListener); in TestOnSelectionChange()
84 sptr<OnTextChangedListener> textListener = new TextListener(); in TestOnConfigurationChange() local
85 imc->Attach(textListener); in TestOnConfigurationChange()
108 sptr<OnTextChangedListener> textListener = new TextListener(); in TestSetCallingWindow() local
109 imc->Attach(textListener); in TestSetCallingWindow()
119 imc->Attach(textListener); in TestShowSomething()
146 imc->Attach(textListener, true, inputAttribute); in TestAttach()
[all …]
/ohos5.0/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/
H A Dsystemabilitystub_fuzzer.cpp92 sptr<OnTextChangedListener> textListener = new TextListener(); in FuzzInputMethodSystemAbility() local
93 imc->Attach(textListener); in FuzzInputMethodSystemAbility()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp559 auto textListener = GetTextListener(); in OnRemoteSaDied() local
560 if (textListener != nullptr && textConfig_.inputAttribute.isTextPreviewSupported) { in OnRemoteSaDied()
562 textListener->FinishTextPreview(); in OnRemoteSaDied()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h49 sptr<OnTextChangedListener> textListener; member
H A Djs_get_input_method_controller.cpp539 ctxt->textListener = JsGetInputMethodTextChangedListener::GetInstance(); in Attach()
541 …InputMethodController::GetInstance()->Attach(ctxt->textListener, ctxt->showKeyboard, ctxt->textCon… in Attach()