Home
last modified time | relevance | path

Searched refs:PostDelayedTask (Results 1 - 25 of 85) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dtask_executor.h76 return PostDelayedTask(std::move(task), type, 0, name, priorityType); in PostTask()
90 return PostDelayedTask(task, type, 0, name, priorityType); in PostTask()
105 return PostDelayedTask(std::move(wrappedTask), type, 0, name); in PostTaskWithTraceId()
120 return PostDelayedTask(std::move(wrappedTask), type, 0, name); in PostTaskWithTraceId()
133 bool PostDelayedTask(Task&& task, TaskType type, uint32_t delayTime, const std::string& name, in PostDelayedTask() function in OHOS::Ace::TaskExecutor
152 bool PostDelayedTask(const Task& task, TaskType type, uint32_t delayTime, const std::string& name, in PostDelayedTask() function in OHOS::Ace::TaskExecutor
155 return PostDelayedTask(Task(task), type, delayTime, name, priorityType); in PostDelayedTask()
251 * The task use PostDelayedTask will new an object TraceId, when use
385 bool PostDelayedTask(Task&& task, uint32_t delayTime, const std::string& name) const in PostDelayedTask() function in OHOS::Ace::final
387 return taskExecutor_ ? taskExecutor_->PostDelayedTask(st in PostDelayedTask()
399 bool PostDelayedTask(const Task& task, uint32_t delayTime, const std::string& name) const PostDelayedTask() function in OHOS::Ace::final
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_utils.cpp37 void ImageUtils::PostDelayedTask(std::function<void()>&& task, TaskExecutor::TaskType taskType, uint32_t delayTime, in PostDelayedTask() function in OHOS::Ace::NG::ImageUtils
45 taskExecutor->PostDelayedTask( in PostDelayedTask()
59 ImageUtils::PostDelayedTask(std::move(task), TaskExecutor::TaskType::UI, delayTime, name.c_str(), priorityType); in PostDelayedTaskToUI()
H A Dimage_utils.h44 static void PostDelayedTask(std::function<void()>&& task, TaskExecutor::TaskType taskType, uint32_t delayTime,
/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp88 thread->PostDelayedTask([this]() { PostCheckTask([this]() { VsyncCountFirstCheck(); }, period); }, period, {}); in PostInitializeTask()
93 thread->PostDelayedTask(std::move(task), delay, {}); in PostCheckTask()
H A Dtest_task_scheduler.cpp62 testTaskSchedulerThread_->PostDelayedTask( in PushTask()
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drosen_render_text_clock.cpp48 pipelineContext->GetTaskExecutor()->PostDelayedTask( in RequestRenderForNextSecond()
/foundation/arkui/ace_engine/adapter/preview/osal/task/
H A Dtask_runner_adapter_impl.h33 void PostDelayedTask(std::function<void()> task, uint32_t delay, const std::string& caller,
H A Dtask_runner_adapter_impl.cpp37 void TaskRunnerAdapterImpl::PostDelayedTask( in PostDelayedTask() function in OHOS::Ace::TaskRunnerAdapterImpl
/foundation/arkui/ace_engine/frameworks/core/common/
H A Danr_thread.cpp47 g_anrThread->PostDelayedTask(std::move(task), delayTime, name); in PostTaskToTaskRunner()
H A Dtask_runner_adapter.h37 virtual void PostDelayedTask(std::function<void()> task, uint32_t delay, const std::string& name, in PostDelayedTask() function in OHOS::Ace::TaskRunnerAdapter
H A Dtask_runner_adapter_impl.h33 void PostDelayedTask(
H A Dtask_runner_adapter_impl.cpp41 void TaskRunnerAdapterImpl::PostDelayedTask( in PostDelayedTask() function in OHOS::Ace::TaskRunnerAdapterImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.cpp51 taskExecutor->PostDelayedTask( in Start()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp109 taskExecutor.PostDelayedTask(thumbnailTimer_, time, "ArkUIGestureLongPressThumbnailTimer"); in ThumbnailTimer()
296 taskExecutor.PostDelayedTask(deadlineTimer_, time, "ArkUIGestureLongPressDeadlineTimer"); in DeadlineTimer()
323 taskExecutor.PostDelayedTask(timer_, duration_, "ArkUIGestureLongPressRepeatTimer"); in StartRepeatTimer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp81 executor->PostDelayedTask(std::move(task), TaskExecutor::TaskType::UI, DELAY_TIME, "ExtensionTransparentDetector"); in PostCheckNodeTransparentTask()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp167 taskExecutor->PostDelayedTask( in PrintVsyncInfoIfNeed()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpress_recognizer.cpp71 taskExecutor.PostDelayedTask(deadlineTimer_, PRESS_TIMEOUT, "ArkUIGesturePressDeadlineTimer"); in HandleTouchDownEvent()
H A Dlong_press_recognizer.cpp192 taskExecutor.PostDelayedTask(deadlineTimer_, time, "ArkUIGestureLongPressDeadlineTimer"); in DeadlineTimer()
218 taskExecutor.PostDelayedTask(timer_, duration_, "ArkUIGestureLongPressRepeatTimer"); in StartRepeatTimer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp86 taskExecutor->PostDelayedTask( in RosenWindow()
155 taskExecutor->PostDelayedTask( in RequestFrame()
H A Dform_render_window.cpp106 taskExecutor->PostDelayedTask( in FormRenderWindow()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_controller.cpp188 context->GetTaskExecutor()->PostDelayedTask( in SchedulePullHoldTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_controller.cpp188 context->GetTaskExecutor()->PostDelayedTask(pullTask_, TaskExecutor::TaskType::UI, PULL_HOLD_TIME, in SchedulePullHoldTask()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.cpp104 taskExecutor_->PostDelayedTask( in DispatchPointerEvent()
116 taskExecutor_->PostDelayedTask( in DispatchPointerEvent()
406 taskExecutor_->PostDelayedTask( in Send()
425 taskExecutor_->PostDelayedTask( in Send()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.cpp214 taskExecutor->PostDelayedTask(pressStyleTask_, TaskExecutor::TaskType::UI, delayTime, "ArkUIPressStateStyle"); in PostPressStyleTask()
238 taskExecutor->PostDelayedTask( in PostPressCancelStyleTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp327 taskExecutor->PostDelayedTask(std::move(checkContextTransparentTask_), TaskExecutor::TaskType::UI, in PostCheckContextTransparentTask()
347 taskExecutor->PostDelayedTask( in PostFaultInjectTask()

Completed in 13 milliseconds

1234