Home
last modified time | relevance | path

Searched refs:backgroundReportCount_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp110 backgroundReportCount_.store(0); in AllowReportEvent()
195 if (isInBackground_ && backgroundReportCount_.load() < BACKGROUND_REPORT_COUNT_MAX) { in ReportEvent()
199 backgroundReportCount_++; in ReportEvent()
202 backgroundReportCount_++; in ReportEvent()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h110 std::atomic_int backgroundReportCount_ = 0; member in OHOS::AppExecFwk::Watchdog
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp492 watchdog_->backgroundReportCount_ = 0; in HWTEST_F()
494 EXPECT_EQ(watchdog_->backgroundReportCount_, 1); in HWTEST_F()

Completed in 2 milliseconds