Searched refs:AddWatchdog (Results 1 - 7 of 7) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | watchdog_test.cpp | 48 * @tc.desc: Test Watchdog AddWatchdog. 54 bool result = watchdog_->AddWatchdog(1, 1); in HWTEST_F() 66 bool result = watchdog_->AddWatchdog(1, 1); in HWTEST_F()
|
/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 | 460 WS_HILOGI("AddWatchdog, watchId:%{public}u, bundleName:%{public}s, workId:%{public}s, watchdogTime:%{public}d", in AddWatchdogForWork() 462 watchdog_->AddWatchdog(watchId, watchdogTime_); in AddWatchdogForWork() 771 watchdog_->AddWatchdog(it->first, watchdogTime); in ResumePausedWorks()
|
/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | watchdog.h | 38 bool AddWatchdog(const uint32_t watchdogId, int32_t interval);
|
/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);
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | watchdog.cpp | 37 bool Watchdog::AddWatchdog(int32_t requestId, const std::shared_ptr<KeyInfo>& info, int32_t interval) in AddWatchdog() function in OHOS::BackgroundTaskMgr::Watchdog 39 BGTASK_LOGD("AddWatchdog %{public}d", requestId); in AddWatchdog()
|
H A D | bg_transient_task_mgr.cpp | 541 watchdog_->AddWatchdog(requestId, keyInfoIter->second, WATCHDOG_DELAY_TIME); in HandleRequestExpired()
|
Completed in 4 milliseconds