/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_hci_receive.c | 27 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 D | custom_paint_component.h | 35 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 D | render_custom_paint.cpp | 22 void RenderCustomPaint::PushTask(const TaskFunc& func) in PushTask() 52 pool_->SetPushToRenderNodeFunc([weak = AceType::WeakClaim(this)](const TaskFunc& taskFunc) { in Update()
|
H A D | render_custom_paint.h | 47 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 D | custom_paint_element.h | 34 std::list<TaskFunc> tasks; in Update()
|
H A D | rosen_render_custom_paint.cpp | 2375 TaskFunc func = [canvasImage](RenderCustomPaint& iface, const Offset& offset) {
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | thread.h | 32 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 D | canvas_paint_method.h | 29 using TaskFunc = std::function<void(CanvasPaintMethod&)>; variable 43 void PushTask(const TaskFunc& task); 122 std::list<TaskFunc> tasks_;
|
H A D | canvas_paint_method.cpp | 52 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 D | base_task_group.h | 34 … BaseTaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadPool); 51 const TaskFunc func_;
|
H A D | task_group.h | 26 TaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadPool);
|
H A D | delayed_task_group.h | 31 DelayedTaskGroup(const std::string& name, TaskFunc func, const ThreadPool* threadPool);
|
H A D | itask_group.h | 28 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 D | task_manager.h | 38 …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 D | task_registry.h | 36 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 D | group_operation.h | 65 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 D | task_manager.cpp | 98 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 D | task_registry.cpp | 38 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 D | task_group.cpp | 23 TaskGroup::TaskGroup(const std::string& name, TaskFunc func, bool serial, const ThreadPool* threadP… in TaskGroup()
|
H A D | delayed_task_group.cpp | 23 DelayedTaskGroup::DelayedTaskGroup(const std::string& name, TaskFunc func, const ThreadPool* thread… in DelayedTaskGroup()
|
H A D | base_task_group.cpp | 22 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 D | thread_linux.c | 191 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 D | group_operation.c | 1227 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()
|