Home
last modified time | relevance | path

Searched defs:TaskFunc (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/task_group/
Ditask_group.h28 using TaskFunc = std::function<void(std::any param)>; variable
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
Dthread.h32 typedef void (*TaskFunc)(void *context); typedef
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dcustom_paint_component.h35 using TaskFunc = std::function<void(RenderCustomPaint&, const Offset&)>; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Dcanvas_paint_method.h29 using TaskFunc = std::function<void(CanvasPaintMethod&)>; variable