Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dinput_method_engine_listener_impl.cpp24 bool InputMethodEngineListenerImpl::isInputStart_ = false; member in OHOS::MiscServices::InputMethodEngineListenerImpl
43 isInputStart_ = true; in OnInputStart()
81 isInputStart_ = false; in ResetParam()
89 imeListenerCv_.wait_for(lock, std::chrono::seconds(1), []() { return isInputStart_; }); in WaitInputStart()
90 return isInputStart_; in WaitInputStart()
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dinput_method_engine_listener_impl.h30 static bool isInputStart_; variable
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp279 InputMethodEditorTest::imeListener_->isInputStart_ = false;
284 InputMethodEditorTest::imeListener_->isInputStart_ = false;
291 InputMethodEditorTest::imeListener_->isInputStart_ = false;
H A Dinput_method_controller_test.cpp519 imeListener_->isInputStart_ = false;
525 EXPECT_TRUE(imeListener_->isInputStart_ && imeListener_->keyboardState_);