Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
H A Dwatchdog.h33 static const uint64_t WATCHDOG_TIMEVAL = 30000; variable
47 TimeOutCallback timeOutCallback = nullptr, uint64_t interval = WATCHDOG_TIMEVAL);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_task_handle_thread.cpp23 constexpr uint32_t WATCHDOG_TIMEVAL = 5000; variable
35 …nt ret = HiviewDFX::Watchdog::GetInstance().AddThread("HgmTaskHandle", handler_, WATCHDOG_TIMEVAL); in HgmTaskHandleThread()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_mgr_service.cpp32 constexpr uint32_t WATCHDOG_TIMEVAL = 5000; variable
94 …2_t ret = HiviewDFX::Watchdog::GetInstance().AddThread("UIMgrService", handler_, WATCHDOG_TIMEVAL); in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp164 constexpr uint32_t WATCHDOG_TIMEVAL = 5000; variable
554 …nt ret = HiviewDFX::Watchdog::GetInstance().AddThread("RenderService", handler_, WATCHDOG_TIMEVAL); in Init()