Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_visibility_info_test.cpp43 constexpr int WAIT_ASYNC_MS_TIME_OUT = 5000; // 5000ms, filling color is slow variable
179 if (!cv_.wait_until(lock, now + std::chrono::milliseconds(WAIT_ASYNC_MS_TIME_OUT), in WaitForCallback()