Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp442 auto tmpWatchdog = watchdog_; in ScheduleForegroundApplication() local
443 if (tmpWatchdog == nullptr) { in ScheduleForegroundApplication()
473 auto tmpWatchdog = watchdog_; in ScheduleBackgroundApplication() local
474 if (tmpWatchdog == nullptr) { in ScheduleBackgroundApplication()
479 tmpWatchdog = nullptr; in ScheduleBackgroundApplication()
733 auto tmpWatchdog = watchdog_; in ScheduleLaunchAbility() local
734 if (tmpWatchdog != nullptr) { in ScheduleLaunchAbility()
736 tmpWatchdog = nullptr; in ScheduleLaunchAbility()
1328 auto tmpWatchdog = watchdog_; in HandleLaunchApplication() local
1331 tmpWatchdog = nullptr; in HandleLaunchApplication()
[all …]