Home
last modified time | relevance | path

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

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