Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/ohos_adapter/flowbuffer_adapter_impl_test/
H A Dflowbuffer_adapter_impl_test.cpp32 const int64_t PERFORMANCE_PERIOD_MS = 300; member
114 std::this_thread::sleep_for(std::chrono::milliseconds(PERFORMANCE_PERIOD_MS)); in HWTEST_F()
130 std::this_thread::sleep_for(std::chrono::milliseconds(PERFORMANCE_PERIOD_MS)); in HWTEST_F()
/base/web/webview/ohos_adapter/flowbuffer_adapter/src/
H A Dflowbuffer_adapter_impl.cpp29 const int64_t PERFORMANCE_PERIOD_MS = 300; member
50 if (timeStamp_ - preTimeStamp_ > PERFORMANCE_PERIOD_MS) { in NeedReportScene()

Completed in 1 milliseconds