Home
last modified time | relevance | path

Searched refs:stopWatchdog_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp49 if (!stopWatchdog_) { in ~Watchdog()
73 if (stopWatchdog_) { in Stop()
77 stopWatchdog_.store(true); in Stop()
127 return stopWatchdog_; in IsStopWatchdog()
139 if (stopWatchdog_) { in Timer()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h105 std::atomic_bool stopWatchdog_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp190 EXPECT_TRUE(watchdog_->stopWatchdog_);
327 watchdog_->stopWatchdog_ = true;