Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwatchdog_test.cpp48 * @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 Dwatchdog.cpp34 bool Watchdog::AddWatchdog(uint32_t watchdogId, int32_t interval) in AddWatchdog() function in OHOS::WorkScheduler::Watchdog
H A Dwork_policy_manager.cpp460 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 Dwatchdog.h38 bool AddWatchdog(const uint32_t watchdogId, int32_t interval);
/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);
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dwatchdog.cpp37 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 Dbg_transient_task_mgr.cpp541 watchdog_->AddWatchdog(requestId, keyInfoIter->second, WATCHDOG_DELAY_TIME); in HandleRequestExpired()

Completed in 4 milliseconds