Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp568 std::time_t timestamp = 1719273600; // 这个时间戳代表2024年7月25日00:00:00 UTC in TEST_F() local
572 VirtualScreenImpl::GetInstance().onRenderTime = std::chrono::system_clock::from_time_t(timestamp); in TEST_F()
573 VirtualScreenImpl::GetInstance().flushEmptyTime = std::chrono::system_clock::from_time_t(timestamp - gap); in TEST_F()
577 timestamp + gap), timePassed); in TEST_F()
582 timestamp + gap), time); in TEST_F()
587 timestamp + gap); in TEST_F()
589 timestamp + gap + gap + gap), timePassed); in TEST_F()
594 timestamp + gap), timePassed); in TEST_F()
598 timestamp + gap), time); in TEST_F()

Completed in 2 milliseconds