Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp110 watchdog_->isSixSecondEvent_.store(true);
129 watchdog_->isSixSecondEvent_.store(false);
366 EXPECT_FALSE(watchdog_->isSixSecondEvent_);
412 watchdog_->isSixSecondEvent_ = true;
429 EXPECT_FALSE(watchdog_->isSixSecondEvent_);
444 watchdog_->isSixSecondEvent_.store(true);
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h107 std::atomic_bool isSixSecondEvent_ = false; variable