Home
last modified time | relevance | path

Searched refs:kdListenerCv_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dkeyboard_listener_test_impl.cpp23 std::condition_variable KeyboardListenerTestImpl::kdListenerCv_; member in OHOS::MiscServices::KeyboardListenerTestImpl
52 kdListenerCv_.notify_one(); in OnCursorUpdate()
57 kdListenerCv_.notify_one(); in OnSelectionChange()
62 kdListenerCv_.notify_one(); in OnTextChange()
67 kdListenerCv_.notify_one(); in OnEditorAttributeChange()
82kdListenerCv_.wait_for(lock, std::chrono::seconds(1), [&keyCode]() { return keyCode == keyCode_; }… in WaitKeyEvent()
88 kdListenerCv_.wait_for(lock, std::chrono::seconds(1), []() { return cursorHeight_ > 0; }); in WaitCursorUpdate()
94kdListenerCv_.wait_for(lock, std::chrono::seconds(1), [&newBegin]() { return newBegin == newBegin_… in WaitSelectionChange()
100 kdListenerCv_.wait_for(lock, std::chrono::seconds(1), [&text]() { return text == text_; }); in WaitTextChange()
106 kdListenerCv_.wait_for( in WaitEditorAttributeChange()
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dkeyboard_listener_test_impl.h50 static std::condition_variable kdListenerCv_; variable