Searched refs:isSixSecondEvent_ (Results 1 – 3 of 3) sorted by relevance
110 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);
109 isSixSecondEvent_.store(false); in AllowReportEvent()209 if (isSixSecondEvent_) { in ReportEvent()213 AppExecFwk::AppfreezeInner::GetInstance()->ThreadBlock(isSixSecondEvent_); in ReportEvent()
107 std::atomic_bool isSixSecondEvent_ = false; variable