Home
last modified time | relevance | path

Searched refs:TaskFunc (Results 1 - 21 of 21) sorted by relevance

/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), NULL); in GapRecvLinkKeyRequestReplyComplete()
64 int ret = GapProcessHciEventInTask((TaskFunc)GapLinkKeyRequestNegativeReplyComplete, param, sizeof(*param), NULL); in GapRecvLinkKeyRequestNegativeReplyComplete()
73 int ret = GapProcessHciEventInTask((TaskFunc)GapPINCodeRequestReplyComplete, param, sizeof(*param), NULL); in GapRecvPINCodeRequestReplyComplete()
82 int ret = GapProcessHciEventInTask((TaskFunc)GapPINCodeRequestNegativeReplyComplete, param, sizeof(*param), NULL); in GapRecvPINCodeRequestNegativeReplyComplete()
91 int ret = GapProcessHciEventInTask((TaskFunc)GapGetRemoteNameCancelComplete, param, sizeof(*param), NULL); in GapRecvGetRemoteNameCancelComplete()
100 int ret = GapProcessHciEventInTask((TaskFunc)GapIOCapabilityRequestReplyComplete, param, sizeof(*param), NULL); in GapRecvIOCapabilityRequestReplyComplete()
109 int ret = GapProcessHciEventInTask((TaskFunc)GapUserConfirmationRequestReplyComplet in GapRecvUserConfirmationRequestReplyComplete()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dthread.h32 typedef void (*TaskFunc)(void *context); typedef
55 * @param func TaskFunc.
56 * @param parameter TaskFunc's context.
59 void ThreadPostTask(Thread *thread, TaskFunc func, void *context);
/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)>;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h35 using TaskFunc = std::function<void(RenderCustomPaint&, const Offset&)>;
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;
H A Drosen_render_custom_paint.cpp2376 TaskFunc func = [canvasImage](RenderCustomPaint& iface, const Offset& offset) {
/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& handle);
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,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h29 using TaskFunc = std::function<void(CanvasPaintMethod&)>;
43 void PushTask(const TaskFunc& task);
122 std::list<TaskFunc> tasks_;
H A Dcanvas_paint_method.cpp46 void CanvasPaintMethod::PushTask(const TaskFunc& task) in PushTask()
/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* threadPool) in TaskGroup()
H A Ddelayed_task_group.cpp23 DelayedTaskGroup::DelayedTaskGroup(const std::string& name, TaskFunc func, const ThreadPool* threadPool) in DelayedTaskGroup()
H A Dbase_task_group.cpp22 BaseTaskGroup::BaseTaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadPool) in BaseTaskGroup()
/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, TaskGroupHandle& handle) in RegisterTaskGroup()
147 bool TaskManager::RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, bool delayTask, in RegisterTaskGroup()
H A Dtask_registry.cpp38 bool TaskRegistry::RegisterTaskGroup(const std::string& name, TaskFunc func, bool serial, bool delayTask, in RegisterTaskGroup()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c191 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask()

Completed in 12 milliseconds