Searched refs:isInBackground (Results 1 – 3 of 3) sorted by relevance
217 bool isInBackground = false; variable219 watchdog_->SetBackgroundStatus(isInBackground);303 bool isInBackground = true; variable305 watchdog_->SetBackgroundStatus(isInBackground);324 bool isInBackground = false; variable325 watchdog_->SetBackgroundStatus(isInBackground);346 bool isInBackground = false; variable347 watchdog_->SetBackgroundStatus(isInBackground);
98 void Watchdog::SetBackgroundStatus(const bool isInBackground) in SetBackgroundStatus() argument101 isInBackground_.store(isInBackground); in SetBackgroundStatus()102 OHOS::HiviewDFX::Watchdog::GetInstance().SetForeground(!isInBackground); in SetBackgroundStatus()
63 void SetBackgroundStatus(const bool isInBackground);