Home
last modified time | relevance | path

Searched refs:TaskFunc (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c27 static int GapProcessHciEventInTask(TaskFunc run, const void *ctx, uint32_t ctxLen, TaskFunc free) in GapProcessHciEventInTask()
46 …int ret = GapProcessHciEventInTask((TaskFunc)GapInquiryCancelComplete, param, sizeof(*param), NULL… in GapRecvInquiryCancelComplete()
55 …int ret = GapProcessHciEventInTask((TaskFunc)GapLinkKeyRequestReplyComplete, param, sizeof(*param)… in GapRecvLinkKeyRequestReplyComplete()
120 (TaskFunc)GapUserConfirmationRequestNegativeReplyComplete, param, sizeof(*param), NULL); in GapRecvUserConfirmationRequestNegativeReplyComplete()
403 (TaskFunc)GapOnInquiryResultRssi, &hciParam, sizeof(hciParam), GapFreeInquiryResultRssi); in GapRecvInquiryResultRssi()
503 … (TaskFunc)GapOnAuthenticatedPayloadTimeoutExpiredEvent, eventParam, sizeof(*eventParam), NULL); in GapRecvAuthenticatedPayloadTimeoutExpiredEvent()
533 …int ret = GapProcessHciEventInTask((TaskFunc)GapLeAdvSetDataComplete, param, sizeof(*param), NULL); in GapRecvLeAdvSetDataComplete()
599 (TaskFunc)GapLeRemoteConnectionParameterRequestReplyComplete, param, sizeof(*param), NULL); in GapRecvLeRemoteConnectionParameterRequestReplyComplete()
681 (TaskFunc)GapLeReadNumberofSupportedAdvertisingSetsComplete, param, sizeof(*param), NULL); in GapRecvLeReadNumberofSupportedAdvertisingSetsComplete()
862 int ret = GapProcessHciEventInTask((TaskFunc)GapOnLeExtendedAdvertisingReportEvent, in GapRecvLeExtendedAdvertisingReportEvent()
[all …]
/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
36 using PushTaskFunc = std::function<void(const TaskFunc&)>;
42 void PushTask(const TaskFunc& task) in PushTask()
56 const std::list<TaskFunc>& GetTasks() const in GetTasks()
157 std::list<TaskFunc> tasks_;
H A Drender_custom_paint.cpp22 void RenderCustomPaint::PushTask(const TaskFunc& func) in PushTask()
52 pool_->SetPushToRenderNodeFunc([weak = AceType::WeakClaim(this)](const TaskFunc& taskFunc) { in Update()
H A Drender_custom_paint.h47 void PushTask(const TaskFunc& func);
54 const std::list<TaskFunc>& GetTasks() const in GetTasks()
59 void SetTasks(const std::list<TaskFunc>& tasks) in SetTasks()
327 std::list<TaskFunc> tasks_;
H A Dcustom_paint_element.h34 std::list<TaskFunc> tasks; in Update()
H A Drosen_render_custom_paint.cpp2375 TaskFunc func = [canvasImage](RenderCustomPaint& iface, const Offset& offset) {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h32 typedef void (*TaskFunc)(void *context); typedef
59 void ThreadPostTask(Thread *thread, TaskFunc func, void *context);
/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
43 void PushTask(const TaskFunc& task);
122 std::list<TaskFunc> tasks_;
H A Dcanvas_paint_method.cpp52 void CanvasPaintMethod::PushTask(const TaskFunc& task) in PushTask()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/task_group/
H A Dbase_task_group.h34 … BaseTaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadPool);
51 const TaskFunc func_;
H A Dtask_group.h26 TaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadPool);
H A Ddelayed_task_group.h31 DelayedTaskGroup(const std::string& name, TaskFunc func, const ThreadPool* threadPool);
H A Ditask_group.h28 using TaskFunc = std::function<void(std::any param)>; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
H A Dtask_manager.h38 …bool RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, TaskGroupHandle& handl…
47 bool RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, bool delayTask,
H A Dtask_registry.h36 bool RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, bool delayTask,
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation.h65 typedef void (*TaskFunc)(HcTaskBase *task); typedef
72 …nitAndPushGMTask(int32_t osAccountId, int32_t opCode, int64_t reqId, CJson *params, TaskFunc func);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dtask_manager.cpp98 bool TaskManager::RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, TaskGroupH… in RegisterTaskGroup()
156 bool TaskManager::RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, bool delay… in RegisterTaskGroup()
H A Dtask_registry.cpp38 bool TaskRegistry::RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, bool dela… in RegisterTaskGroup()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/task_group/
H A Dtask_group.cpp23 TaskGroup::TaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadP… in TaskGroup()
H A Ddelayed_task_group.cpp23 DelayedTaskGroup::DelayedTaskGroup(const std::string& name, TaskFunc func, const ThreadPool* thread… in DelayedTaskGroup()
H A Dbase_task_group.cpp22 BaseTaskGroup::BaseTaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool*… in BaseTaskGroup()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c191 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c1227 static int32_t InitGroupManagerTask(GroupManagerTask *task, GMTaskParams *taskParams, TaskFunc func) in InitGroupManagerTask()
1275 …InitAndPushGMTask(int32_t osAccountId, int32_t opCode, int64_t reqId, CJson *params, TaskFunc func) in InitAndPushGMTask()