Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp149 static std::condition_variable keyEventCv_; member in OHOS::MiscServices::InputMethodControllerTest
262 std::condition_variable InputMethodControllerTest::keyEventCv_; member in OHOS::MiscServices::InputMethodControllerTest
489 keyEventCv_.notify_one(); in DispatchKeyEventCallback()
495 keyEventCv_.wait_for(lock, std::chrono::seconds(DELAY_TIME), [] { return consumeResult_; }); in WaitKeyEventCallback()