Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_app_mgr_client_adapter_impl.cpp28 constexpr int SLEEP_FOR_MILLI_SECONDS_CNT = 10; variable
52 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_FOR_MILLI_SECONDS_CNT)); in StartRenderProcess()
134 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_FOR_MILLI_SECONDS_CNT)); in StartChildProcess()