Home
last modified time | relevance | path

Searched defs:packagePath (Results 1 – 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
Ddevice_config.h49 std::string packagePath; member
Dresource_configuration.h145 void SetPackagePath(const std::string& packagePath) in SetPackagePath()
/foundation/arkui/ace_engine/frameworks/core/common/flutter/
Dflutter_asset_manager.h85 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
Drosen_asset_manager.h87 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
/foundation/arkui/ace_engine/frameworks/base/test/mock/
Dmock_asset_manager.h55 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dutils.cpp88 const std::string& packagePath, const std::vector<std::string>& assetBasePaths, bool useCache) in CreateAssetProvider()
Dfile_asset_provider.cpp29 bool FileAssetProvider::Initialize(const std::string& packagePath, const std::vector<std::string>& … in Initialize()
Dform_module_preloader.cpp165 std::string packagePath = "/data/bundles/" + bundleName + "/"; in GetHapPathsByBundleName() local
Dace_ability.cpp77 FrontendType GetFrontendTypeFromManifest(const std::string& packagePath, const std::string& srcPath… in GetFrontendTypeFromManifest()
317 std::string& packagePath = isHap ? moduleInfo->hapPath : packagePathStr; in OnStart() local
Dace_container.h201 void SetPackagePathStr(const std::string& packagePath) in SetPackagePathStr()
Dpa_container.cpp242 void PaContainer::AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::strin… in AddAssetPath()
Dace_container.cpp1020 void AceContainer::AddAssetPath(int32_t instanceId, const std::string& packagePath, const std::stri… in AddAssetPath()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dfile_asset_provider.cpp25 bool FileAssetProvider::Initialize(const std::string& packagePath, const std::vector<std::string>& … in Initialize()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Doptions.h62 std::string packagePath; member
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_container.cpp673 int32_t instanceId, const std::string& packagePath, const std::vector<std::string>& paths) in AddAssetPath()
696 int32_t instanceId, const std::string& packagePath, const std::vector<std::string>& paths) in AddAssetPath()
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp734 …ngine::SetPackagePath(const std::string appLibPathKey, const std::vector<std::string>& packagePath) in SetPackagePath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp429 std::vector<std::string> packagePath = jsBackendAssetManager_->GetLibPath(); in InitializeInner() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_engine.cpp3170 std::vector<std::string> packagePath = delegate->GetAssetManager()->GetLibPath(); in Initialize() local