Home
last modified time | relevance | path

Searched refs:isBgWorkingThread_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp133 isBgWorkingThread_.store(isBgWorkingThread); in SetBgWorkingThreadStatus()
181 if (isBgWorkingThread_) { in ReportEvent()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h109 std::atomic_bool isBgWorkingThread_ = false; variable