Home
last modified time | relevance | path

Searched refs:workerPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp98 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in OnStart() local
99 workerPath->packagePathStr = packagePathStr; in OnStart()
109 workerPath->assetBasePathStr = assetBasePathStr; in OnStart()
115 options.workerPath = workerPath; in OnStart()
H A Dace_data_ability.cpp99 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in OnStart() local
100 workerPath->packagePathStr = packagePathStr; in OnStart()
109 workerPath->assetBasePathStr = assetBasePathStr; in OnStart()
115 options.workerPath = workerPath; in OnStart()
H A Dace_form_ability.cpp93 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in LoadFormEnv() local
94 workerPath->packagePathStr = packagePathStr; in LoadFormEnv()
103 workerPath->assetBasePathStr = assetBasePathStr; in LoadFormEnv()
109 options.workerPath = workerPath; in LoadFormEnv()
H A Dpa_container.h49 std::shared_ptr<WorkerPath> workerPath = nullptr; member
H A Dpa_container.cpp54 workerPath_ = options.workerPath; in PaContainer()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine.h138 void SetWorkerPath(std::shared_ptr<Platform::WorkerPath> workerPath) in SetWorkerPath() argument
140 workerPath_ = workerPath; in SetWorkerPath()