Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp111 watchdogReportCount_.store(0); in AllowReportEvent()
144 watchdogReportCount_++; in Timer()
146 watchdogReportCount_.load()); in Timer()
147 if (watchdogReportCount_.load() >= WATCHDOG_REPORT_COUNT_MAX) { in Timer()
151 watchdogReportCount_.store(0); in Timer()
152 } else if (watchdogReportCount_.load() >= (WATCHDOG_REPORT_COUNT_MAX - 1)) { in Timer()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h111 std::atomic_int watchdogReportCount_ = 0; member in OHOS::AppExecFwk::Watchdog

Completed in 1 milliseconds