Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.cpp243 thread_local TaskExecutor::TaskType TaskExecutorImpl::localTaskType = TaskExecutor::TaskType::UNKNO… member in OHOS::Ace::TaskExecutorImpl
279 DumpDeadSyncTask(localTaskType, type); in OnPreSyncTask()
328 localTaskType = type; in FillTaskTypeTable()
H A Dtask_executor_impl.h96 static thread_local TaskType localTaskType; variable