Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp30 constexpr int32_t MAX_ANR_TIMER_COUNT { 64 }; variable
51 if (anrTimerCount_ >= MAX_ANR_TIMER_COUNT) { in AddTimer()
52 WLOGFD("AddAnrTimer failed, anrTimerCount exceeded %{public}d", MAX_ANR_TIMER_COUNT); in AddTimer()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Danr_manager_test.cpp24 constexpr int32_t MAX_ANR_TIMER_COUNT { 64 }; variable
47 anrMgr.anrTimerCount_ = MAX_ANR_TIMER_COUNT;