Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwatchdog.h44 void RemoveWatchdog(uint32_t watchdogId);
/ohos5.0/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.cpp776 watchdog_->RemoveWatchdog(it->first); in PauseRunningWorks()
829 watchdog_->RemoveWatchdog(it->first); in RemoveWatchDog()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dwatchdog.h38 void RemoveWatchdog(int32_t requestId);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dwatchdog.cpp44 void Watchdog::RemoveWatchdog(int32_t requestId) in RemoveWatchdog() function in OHOS::BackgroundTaskMgr::Watchdog
H A Dbg_transient_task_mgr.cpp396 watchdog_->RemoveWatchdog(requestId); in CancelSuspendDelayLocked()
494 watchdog_->RemoveWatchdog(callbackIter->first); in HandleExpiredCallbackDeath()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwatchdog_test.cpp68 watchdog_->RemoveWatchdog(1);