Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp110 watchdog_->isSixSecondEvent_.store(true); in HWTEST_F()
129 watchdog_->isSixSecondEvent_.store(false); in HWTEST_F()
160 watchdog_->isSixSecondEvent_.store(true); in HWTEST_F()
399 EXPECT_FALSE(watchdog_->isSixSecondEvent_); in HWTEST_F()
445 watchdog_->isSixSecondEvent_ = true; in HWTEST_F()
462 EXPECT_FALSE(watchdog_->isSixSecondEvent_); in HWTEST_F()
477 watchdog_->isSixSecondEvent_.store(true); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp109 isSixSecondEvent_.store(false); in AllowReportEvent()
209 if (isSixSecondEvent_) { in ReportEvent()
213 AppExecFwk::AppfreezeInner::GetInstance()->ThreadBlock(isSixSecondEvent_); in ReportEvent()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h107 std::atomic_bool isSixSecondEvent_ = false; member in OHOS::AppExecFwk::Watchdog

Completed in 2 milliseconds