Searched refs:kdListenerCv_ (Results 1 – 2 of 2) sorted by relevance
23 std::condition_variable KeyboardListenerTestImpl::kdListenerCv_; member in OHOS::MiscServices::KeyboardListenerTestImpl52 kdListenerCv_.notify_one(); in OnCursorUpdate()57 kdListenerCv_.notify_one(); in OnSelectionChange()62 kdListenerCv_.notify_one(); in OnTextChange()67 kdListenerCv_.notify_one(); in OnEditorAttributeChange()82 …kdListenerCv_.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()94 …kdListenerCv_.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()
50 static std::condition_variable kdListenerCv_; variable