Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp211 bool hasCanceled = false; in StopWork() local
219 hasCanceled = true; in StopWork()
228 if (!hasCanceled && needCancel) { in StopWork()
231 hasCanceled = true; in StopWork()
239 return hasCanceled; in StopWork()