Home
last modified time | relevance | path

Searched refs:IsStopWatchdog (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dwatchdog.h77 bool IsStopWatchdog();
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dwatchdog.cpp124 bool Watchdog::IsStopWatchdog() in IsStopWatchdog() function in OHOS::AppExecFwk::Watchdog
/foundation/ability/ability_runtime/test/unittest/dfr_test/watchdog_test/
H A Dwatchdog_test.cpp303 * @tc.name: IsStopWatchdog
304 * @tc.desc: Verify that function IsStopWatchdog.
309 auto result = watchdog_->IsStopWatchdog(); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp234 if (watchdog_ != nullptr && !watchdog_->IsStopWatchdog()) { in ~MainThread()
869 if (watchdog_ != nullptr && !watchdog_->IsStopWatchdog()) { in HandleTerminateApplicationLocal()
1293 if (appLaunchData.GetDebugApp() && watchdog_ != nullptr && !watchdog_->IsStopWatchdog()) { in HandleLaunchApplication()
2282 if (watchdog_ != nullptr && !watchdog_->IsStopWatchdog()) { in HandleTerminateApplication()

Completed in 7 milliseconds