Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/common/taskProcessor/include/
Dtask_impl.h36 template <class T> using TaskFunc = int32_t (T::*)(const std::string &); 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_ng/pattern/custom_paint/
Dcanvas_paint_method.h25 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