Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp217 bool isInBackground = false; variable
219 watchdog_->SetBackgroundStatus(isInBackground);
303 bool isInBackground = true; variable
305 watchdog_->SetBackgroundStatus(isInBackground);
324 bool isInBackground = false; variable
325 watchdog_->SetBackgroundStatus(isInBackground);
346 bool isInBackground = false; variable
347 watchdog_->SetBackgroundStatus(isInBackground);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp98 void Watchdog::SetBackgroundStatus(const bool isInBackground) in SetBackgroundStatus() argument
101 isInBackground_.store(isInBackground); in SetBackgroundStatus()
102 OHOS::HiviewDFX::Watchdog::GetInstance().SetForeground(!isInBackground); in SetBackgroundStatus()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h63 void SetBackgroundStatus(const bool isInBackground);