Home
last modified time | relevance | path

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

/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()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h105 std::atomic_bool stopWatchdog_ = false; member in OHOS::AppExecFwk::Watchdog
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp223 EXPECT_TRUE(watchdog_->stopWatchdog_); in HWTEST_F()
360 watchdog_->stopWatchdog_ = true; in HWTEST_F()

Completed in 2 milliseconds