Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/aafwk_adapter/src/
Daafwk_app_mgr_client_adapter_impl.cpp26 constexpr int SLEEP_FOR_MILLI_SECONDS_CNT = 10; variable
48 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_FOR_MILLI_SECONDS_CNT)); in StartRenderProcess()