Searched refs:AddWatchdog (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | watchdog_test.cpp | 54 bool result = watchdog_->AddWatchdog(1, 1); 66 bool result = watchdog_->AddWatchdog(1, 1);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | watchdog.h | 38 bool AddWatchdog(const uint32_t watchdogId, int32_t interval);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | watchdog.cpp | 34 bool Watchdog::AddWatchdog(uint32_t watchdogId, int32_t interval) in AddWatchdog() function in OHOS::WorkScheduler::Watchdog
|
H A D | work_policy_manager.cpp | 487 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 D | watchdog.h | 37 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 D | watchdog.cpp | 38 bool Watchdog::AddWatchdog(int32_t requestId, const std::shared_ptr<KeyInfo>& info, int32_t interva… in AddWatchdog() function in OHOS::BackgroundTaskMgr::Watchdog
|
H A D | bg_transient_task_mgr.cpp | 547 watchdog_->AddWatchdog(requestId, keyInfoIter->second, WATCHDOG_DELAY_TIME); in HandleRequestExpired()
|