Home
last modified time | relevance | path

Searched refs:WorkerPath (Results 1 – 5 of 5) sorted by relevance

/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()
143 std::shared_ptr<Platform::WorkerPath> GetWorkerPath() in GetWorkerPath()
157 std::shared_ptr<Platform::WorkerPath> workerPath_;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h40 struct WorkerPath { struct
49 std::shared_ptr<WorkerPath> workerPath = nullptr; argument
204 std::shared_ptr<WorkerPath> workerPath_;
H A Dace_service_ability.cpp98 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in OnStart()
H A Dace_data_ability.cpp99 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in OnStart()
H A Dace_form_ability.cpp93 std::shared_ptr<Platform::WorkerPath> workerPath = std::make_shared<Platform::WorkerPath>(); in LoadFormEnv()