Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwatchdog.cpp40 void Watchdog::RemoveWatchdog(uint32_t watchdogId) in RemoveWatchdog() function in OHOS::WorkScheduler::Watchdog
H A Dwork_policy_manager.cpp746 watchdog_->RemoveWatchdog(it->first); in PauseRunningWorks()
794 watchdog_->RemoveWatchdog(it->first); in RemoveWatchDog()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwatchdog.h44 void RemoveWatchdog(uint32_t watchdogId);
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dwatchdog.h38 void RemoveWatchdog(int32_t requestId);
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dwatchdog.cpp43 void Watchdog::RemoveWatchdog(int32_t requestId) in RemoveWatchdog() function in OHOS::BackgroundTaskMgr::Watchdog
45 BGTASK_LOGD("RemoveWatchdog %{public}d", requestId); in RemoveWatchdog()
H A Dbg_transient_task_mgr.cpp392 watchdog_->RemoveWatchdog(requestId); in CancelSuspendDelayLocked()
488 watchdog_->RemoveWatchdog(callbackIter->first); in HandleExpiredCallbackDeath()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwatchdog_test.cpp60 * @tc.desc: Test Watchdog RemoveWatchdog.
68 watchdog_->RemoveWatchdog(1); in HWTEST_F()

Completed in 5 milliseconds