Home
last modified time | relevance | path

Searched refs:inputMethodController_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp157 inputMethodController_->abilityManager_ = imsa_; in SetUpTestCase()
375 inputMethodController_->DeactivateClient();
376 ret = inputMethodController_->DispatchKeyEvent(
379 ret = inputMethodController_->ShowTextInput();
381 ret = inputMethodController_->HideTextInput();
383 ret = inputMethodController_->ShowSoftKeyboard();
385 ret = inputMethodController_->HideSoftKeyboard();
387 ret = inputMethodController_->ShowCurrentInput();
389 ret = inputMethodController_->HideCurrentInput();
391 ret = inputMethodController_->OnCursorUpdate({});
[all …]
H A Dinput_method_controller_test.cpp1216 inputMethodController_->Close();
1223 inputMethodController_->Close();
1343 inputMethodController_->Close();
1359 inputMethodController_->Close();
1368 inputMethodController_->Close();
1391 inputMethodController_->Close();
1419 inputMethodController_->Close();
1447 inputMethodController_->Close();
1476 inputMethodController_->Close();
1500 inputMethodController_->Close();
[all …]
H A Dinput_method_attach_test.cpp41 static sptr<InputMethodController> inputMethodController_; member in OHOS::MiscServices::InputMethodAttachTest
71 inputMethodController_->abilityManager_ = imsaProxy_; in SetUpTestCase()
86 inputMethodController_->Close(); in TearDown()
103 auto ret = inputMethodController_->Attach(textListener);
217 inputMethodController_->Close();
250 InputMethodAttachTest::inputMethodController_->Close();
257 InputMethodAttachTest::inputMethodController_->Close();
290 auto ret = inputMethodController_->Attach(textListener);
335 inputMethodController_->Close();
360 auto ret = inputMethodController_->Attach(textListener);
[all …]
H A Dinput_method_dfx_test.cpp149 static sptr<InputMethodController> inputMethodController_; member in OHOS::MiscServices::InputMethodDfxTest
155 sptr<InputMethodController> InputMethodDfxTest::inputMethodController_; member in OHOS::MiscServices::InputMethodDfxTest
228 inputMethodController_ = InputMethodController::GetInstance(); in SetUpTestCase()
229 inputMethodController_->abilityManager_ = imsa_; in SetUpTestCase()
324 auto ret = inputMethodController_->Attach(textListener_, true);
328 auto hideTextInput = []() { inputMethodController_->HideTextInput(); }; in __anonff3e3efd0202()
342 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anonff3e3efd0302()
426 auto close = []() { inputMethodController_->Close(); }; in __anonff3e3efd0902()
441 inputMethodController_->Attach(textListener_, true); in __anonff3e3efd0a02()
442 inputMethodController_->Close(); in __anonff3e3efd0a02()
[all …]