Home
last modified time | relevance | path

Searched refs:localTaskType (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
Dtask_executor_impl.cpp262 thread_local TaskExecutor::TaskType TaskExecutorImpl::localTaskType = TaskExecutor::TaskType::UNKNO… member in OHOS::Ace::TaskExecutorImpl
298 DumpDeadSyncTask(localTaskType, type); in OnPreSyncTask()
347 localTaskType = type; in FillTaskTypeTable()
Dtask_executor_impl.h91 static thread_local TaskType localTaskType; variable