Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp250 bool isInBackground = false; in HWTEST_F() local
252 watchdog_->SetBackgroundStatus(isInBackground); in HWTEST_F()
336 bool isInBackground = true; in HWTEST_F() local
338 watchdog_->SetBackgroundStatus(isInBackground); in HWTEST_F()
357 bool isInBackground = false; in HWTEST_F() local
358 watchdog_->SetBackgroundStatus(isInBackground); in HWTEST_F()
379 bool isInBackground = false; in HWTEST_F() local
380 watchdog_->SetBackgroundStatus(isInBackground); in HWTEST_F()
/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()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h63 void SetBackgroundStatus(const bool isInBackground);

Completed in 4 milliseconds