Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwatchdog_test.cpp54 bool result = watchdog_->AddWatchdog(1, 1);
66 bool result = watchdog_->AddWatchdog(1, 1);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwatchdog.h38 bool AddWatchdog(const uint32_t watchdogId, int32_t interval);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwatchdog.cpp34 bool Watchdog::AddWatchdog(uint32_t watchdogId, int32_t interval) in AddWatchdog() function in OHOS::WorkScheduler::Watchdog
H A Dwork_policy_manager.cpp487 watchdog_->AddWatchdog(watchId, watchdogTime_); in AddWatchdogForWork()
806 watchdog_->AddWatchdog(it->first, watchdogTime); in ResumePausedWorks()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dwatchdog.h37 bool AddWatchdog(int32_t requestId, const std::shared_ptr<KeyInfo>& info, int32_t interval);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dwatchdog.cpp38 bool Watchdog::AddWatchdog(int32_t requestId, const std::shared_ptr<KeyInfo>& info, int32_t interva… in AddWatchdog() function in OHOS::BackgroundTaskMgr::Watchdog
H A Dbg_transient_task_mgr.cpp547 watchdog_->AddWatchdog(requestId, keyInfoIter->second, WATCHDOG_DELAY_TIME); in HandleRequestExpired()