Searched refs:waitUntilCompleted (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/thread/ |
H A D | cancelable_callback.h | 67 void Reset(const FunctionType& callback, bool needCancel = true, bool waitUntilCompleted = false); 68 void Reset(FunctionType&& callback, bool needCancel = true, bool waitUntilCompleted = false); 70 bool Cancel(bool waitUntilCompleted = false); 109 const CancelableCallback<void(V...)>::FunctionType& callback, bool needCancel, bool waitUntilCompleted) in Reset() 112 Cancel(waitUntilCompleted); in Reset() 119 CancelableCallback<void(V...)>::FunctionType&& callback, bool needCancel, bool waitUntilCompleted) in Reset() 122 Cancel(waitUntilCompleted); in Reset() 156 bool CancelableCallback<void(V...)>::Cancel(bool waitUntilCompleted) in Cancel() argument 171 if (waitUntilCompleted && status == RUNNING) { in Cancel() 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
|
Completed in 1 milliseconds