Searched defs:needCancel (Results 1 - 6 of 6) sorted by relevance
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | stop_work.cpp | 46 bool needCancel = false; in StopWork() local
|
/foundation/arkui/ace_engine/frameworks/base/thread/ |
H A D | cancelable_callback.h | 108 Reset( const CancelableCallback<void(V...)>::FunctionType& callback, bool needCancel, bool waitUntilCompleted) Reset() argument 118 Reset( CancelableCallback<void(V...)>::FunctionType&& callback, bool needCancel, bool waitUntilCompleted) Reset() argument
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.cpp | 40 int32_t CJ_StopWork(RetWorkInfo work, bool needCancel) in CJ_StopWork() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_manager.cpp | 83 bool needCancel = (static_cast<uint32_t>(wantSenderInfo.flags) & in GetWantSenderLocked() local
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_policy_manager.cpp | 205 StopWork(std::shared_ptr<WorkStatus> workStatus, int32_t uid, const bool needCancel, bool isTimeOut) StopWork() argument
|
H A D | work_scheduler_service.cpp | 696 StopWorkInner(std::shared_ptr<WorkStatus> workStatus, int32_t uid, const bool needCancel, bool isTimeOut) StopWorkInner() argument
|
Completed in 7 milliseconds