Home
last modified time | relevance | path

Searched defs:PostSyncTask (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/thread/
Dtask_executor.h140 bool PostSyncTask(Task&& task, TaskType type) const in PostSyncTask() function
179 bool PostSyncTask(const Task& task, TaskType type) const in PostSyncTask() function
192 bool PostSyncTask(CancelableTask&& task, TaskType type) const in PostSyncTask() function
212 bool PostSyncTask(const CancelableTask& task, TaskType type) const in PostSyncTask() function
341 bool PostSyncTask(Task&& task) const in PostSyncTask() function
353 bool PostSyncTask(const Task& task) const in PostSyncTask() function
365 bool PostSyncTask(CancelableTask&& task) const in PostSyncTask() function
377 bool PostSyncTask(const CancelableTask& task) const in PostSyncTask() function
/foundation/window/window_manager/window_scene/common/include/
Dtask_scheduler.h32 Return PostSyncTask(SyncTask&& task) in PostSyncTask() function
/foundation/window/window_manager/wmserver/include/
Dwindow_manager_service.h172 Return PostSyncTask(SyncTask&& task) in PostSyncTask() function
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dohos_js_environment_impl.cpp54 void OHOSJsEnvironmentImpl::PostSyncTask(const std::function<void()>& task, const std::string& name) in PostSyncTask() function in OHOS::AbilityRuntime::OHOSJsEnvironmentImpl
Djs_runtime.cpp911 void JsRuntime::PostSyncTask(const std::function<void()>& task, const std::string& name) in PostSyncTask() function in OHOS::AbilityRuntime::JsRuntime
/foundation/multimodalinput/input/service/delegate_task/src/
Ddelegate_tasks.cpp89 int32_t DelegateTasks::PostSyncTask(DTaskCallback callback) in PostSyncTask() function in OHOS::MMI::DelegateTasks
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
Drs_sub_thread.cpp81 void RSSubThread::PostSyncTask(const std::function<void()>& task) in PostSyncTask() function in OHOS::Rosen::RSSubThread
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
Djs_environment.cpp102 void JsEnvironment::PostSyncTask(const std::function<void()>& task, const std::string& name) in PostSyncTask() function in OHOS::JsEnv::JsEnvironment
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
Drs_render_thread.cpp469 void RSRenderThread::PostSyncTask(RSTaskMessage::RSTask task) in PostSyncTask() function in OHOS::Rosen::RSRenderThread
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_main_thread.cpp1563 void RSMainThread::PostSyncTask(RSTaskMessage::RSTask task) in PostSyncTask() function in OHOS::Rosen::RSMainThread
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp1538 void JsiPaEngine::PostSyncTask(const std::function<void()>& task, const std::string& name) in PostSyncTask() function in OHOS::Ace::JsiPaEngine