Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth/stack/platform/include/
Dthread.h32 typedef void (*TaskFunc)(void *context); typedef
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_paint/
Dcanvas_paint_method.h24 using TaskFunc = std::function<void(CanvasPaintMethod&, PaintWrapper*)>; variable
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dcustom_paint_component.h35 using TaskFunc = std::function<void(RenderCustomPaint&, const Offset&)>; variable