Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h109 std::atomic_bool isBgWorkingThread_ = false; member in OHOS::AppExecFwk::Watchdog
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp133 isBgWorkingThread_.store(isBgWorkingThread); in SetBgWorkingThreadStatus()
181 if (isBgWorkingThread_) { in ReportEvent()
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp143 watchdog_->isBgWorkingThread_.store(true); in HWTEST_F()
156 watchdog_->isBgWorkingThread_.store(false); in HWTEST_F()

Completed in 2 milliseconds