| /foundation/arkui/ace_engine/frameworks/base/thread/ |
| D | task_executor.h | 140 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/ |
| D | task_scheduler.h | 32 Return PostSyncTask(SyncTask&& task) in PostSyncTask() function
|
| /foundation/window/window_manager/wmserver/include/ |
| D | window_manager_service.h | 172 Return PostSyncTask(SyncTask&& task) in PostSyncTask() function
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| D | ohos_js_environment_impl.cpp | 54 void OHOSJsEnvironmentImpl::PostSyncTask(const std::function<void()>& task, const std::string& name) in PostSyncTask() function in OHOS::AbilityRuntime::OHOSJsEnvironmentImpl
|
| D | js_runtime.cpp | 911 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/ |
| D | delegate_tasks.cpp | 89 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/ |
| D | rs_sub_thread.cpp | 81 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/ |
| D | js_environment.cpp | 102 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/ |
| D | rs_render_thread.cpp | 469 void RSRenderThread::PostSyncTask(RSTaskMessage::RSTask task) in PostSyncTask() function in OHOS::Rosen::RSRenderThread
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_main_thread.cpp | 1563 void RSMainThread::PostSyncTask(RSTaskMessage::RSTask task) in PostSyncTask() function in OHOS::Rosen::RSMainThread
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
| D | jsi_pa_engine.cpp | 1538 void JsiPaEngine::PostSyncTask(const std::function<void()>& task, const std::string& name) in PostSyncTask() function in OHOS::Ace::JsiPaEngine
|