Home
last modified time | relevance | path

Searched refs:SetBackgroundStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp219 watchdog_->SetBackgroundStatus(isInBackground);
305 watchdog_->SetBackgroundStatus(isInBackground);
325 watchdog_->SetBackgroundStatus(isInBackground);
347 watchdog_->SetBackgroundStatus(isInBackground);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h63 void SetBackgroundStatus(const bool isInBackground);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp98 void Watchdog::SetBackgroundStatus(const bool isInBackground) in SetBackgroundStatus() function in OHOS::AppExecFwk::Watchdog
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp446 tmpWatchdog->SetBackgroundStatus(false); in ScheduleForegroundApplication()
478 tmpWatchdog->SetBackgroundStatus(true); in ScheduleBackgroundApplication()