Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine.h140 workerPath_ = workerPath; in SetWorkerPath()
145 return workerPath_; in GetWorkerPath()
157 std::shared_ptr<Platform::WorkerPath> workerPath_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h204 std::shared_ptr<WorkerPath> workerPath_; variable
H A Dpa_container.cpp54 workerPath_ = options.workerPath; in PaContainer()
73 jsEngine->SetWorkerPath(workerPath_); in InitializeBackend()