Home
last modified time | relevance | path

Searched refs:FillTaskTypeTable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.cpp127 FillTaskTypeTable(TaskType::PLATFORM); in InitPlatformThread()
139 jsRunner_, [weak = AceType::WeakClaim(this)] { FillTaskTypeTable(weak, TaskType::JS); }, 0, in InitJsThread()
162 uiRunner_, [weak = AceType::WeakClaim(this)] { FillTaskTypeTable(weak, TaskType::UI); }, 0, in InitOtherThreads()
165 ioRunner_, [weak = AceType::WeakClaim(this)] { FillTaskTypeTable(weak, TaskType::IO); }, 0, in InitOtherThreads()
168 … gpuRunner_, [weak = AceType::WeakClaim(this)] { FillTaskTypeTable(weak, TaskType::GPU); }, 0, in InitOtherThreads()
311 void TaskExecutorImpl::FillTaskTypeTable(TaskType type) in FillTaskTypeTable() function in OHOS::Ace::TaskExecutorImpl
341 void TaskExecutorImpl::FillTaskTypeTable(const WeakPtr<TaskExecutorImpl>& weak, TaskType type) in FillTaskTypeTable() function in OHOS::Ace::TaskExecutorImpl
345 taskExecutor->FillTaskTypeTable(type); in FillTaskTypeTable()
H A Dtask_executor_impl.h83 void FillTaskTypeTable(TaskType type);
84 static void FillTaskTypeTable(const WeakPtr<TaskExecutorImpl>& weak, TaskType type);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/task/
H A Dthread_test.cpp165 taskExecutorImpl_->FillTaskTypeTable(nullptr, TaskExecutor::TaskType::UI);
229 taskExecutorImpl_->FillTaskTypeTable(taskExecutorImpl_, TaskExecutor::TaskType::UI);