Searched refs:FillTaskTypeTable (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.cpp | 127 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 D | task_executor_impl.h | 83 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 D | thread_test.cpp | 165 taskExecutorImpl_->FillTaskTypeTable(nullptr, TaskExecutor::TaskType::UI); 229 taskExecutorImpl_->FillTaskTypeTable(taskExecutorImpl_, TaskExecutor::TaskType::UI);
|