Home
last modified time | relevance | path

Searched defs:threadModel (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/common/flutter/
Dflutter_test.cpp257 FlutterThreadModel* threadModel = new FlutterThreadModel(std::move(threadHost), taskRunner); variable
394 FlutterThreadModel* threadModel = new FlutterThreadModel(std::move(threadHost), taskRunner); variable
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_view_preview.cpp41 AceViewPreview::AceViewPreview(int32_t instanceId, std::unique_ptr<FlutterThreadModel> threadModel) in AceViewPreview()
/foundation/arkui/ace_engine/frameworks/core/common/flutter/
Dflutter_task_executor.cpp184 void FlutterTaskExecutor::InitOtherThreads(FlutterThreadModel* threadModel) in InitOtherThreads()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_view_ohos.cpp56 AceViewOhos::AceViewOhos(int32_t id, std::unique_ptr<FlutterThreadModel> threadModel) in AceViewOhos()