Home
last modified time | relevance | path

Searched defs:isInBackground (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp217 bool isInBackground = false; variable
303 bool isInBackground = true; variable
324 bool isInBackground = false; variable
346 bool isInBackground = false; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp98 void Watchdog::SetBackgroundStatus(const bool isInBackground) in SetBackgroundStatus()