Home
last modified time | relevance | path

Searched refs:HapAssetProviderImpl (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp22 bool HapAssetProviderImpl::Initialize(const std::string& hapPath, const std::vector<std::string>& assetBasePaths) in Initialize()
38 bool HapAssetProviderImpl::IsValid() const in IsValid()
43 std::unique_ptr<AssetMapping> HapAssetProviderImpl::GetAsMapping(const std::string& assetName) const in GetAsMapping()
64 std::string HapAssetProviderImpl::GetAssetPath(const std::string& assetName, bool isAddHapPath) in GetAssetPath()
79 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList()
99 bool HapAssetProviderImpl::GetFileInfo(const std::string& /* fileName */, MediaFileInfo& /* fileInfo */) const in GetFileInfo()
H A Dhap_asset_provider_impl.h33 class ACE_EXPORT HapAssetProviderImpl : public AssetProviderImpl { class
34 DECLARE_ACE_TYPE(HapAssetProviderImpl, AssetProviderImpl);
37 HapAssetProviderImpl() = default;
38 ~HapAssetProviderImpl() override = default;
H A Dplugin_sub_container.cpp375 auto assetProvider = AceType::MakeRefPtr<Plugin::HapAssetProviderImpl>(); in GetDecompressedAssetManager()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp22 bool HapAssetProviderImpl::Initialize( in Initialize()
43 void HapAssetProviderImpl::Reload() in Reload()
53 bool HapAssetProviderImpl::IsValid() const in IsValid()
58 std::unique_ptr<AssetMapping> HapAssetProviderImpl::GetAsMapping(const std::string& assetName) const in GetAsMapping()
80 std::vector<std::unique_ptr<AssetMapping>> HapAssetProviderImpl::GetAsMappingFromI18n( in GetAsMappingFromI18n()
104 std::string HapAssetProviderImpl::GetAssetPath(const std::string& assetName, bool isAddHapPath) in GetAssetPath()
120 void HapAssetProviderImpl::GetAssetList(const std::string& path, std::vector<std::string>& assetList) in GetAssetList()
142 bool HapAssetProviderImpl::GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const in GetFileInfo()
H A Dhap_asset_provider_impl.h32 class ACE_EXPORT HapAssetProviderImpl : public AssetProviderImpl { class
33 DECLARE_ACE_TYPE(HapAssetProviderImpl, AssetProviderImpl);
35 HapAssetProviderImpl() = default;
36 ~HapAssetProviderImpl() override = default;
H A Dutils.cpp116 auto assetProviderImpl = AceType::MakeRefPtr<HapAssetProviderImpl>(); in CreateAssetProviderImpl()
H A Dpa_container.cpp245 auto assetProvider = AceType::MakeRefPtr<HapAssetProviderImpl>(); in AddAssetPath()
H A Dui_content_impl.cpp1112 auto hapAssetProviderImpl = AceType::MakeRefPtr<HapAssetProviderImpl>(); in CommonInitializeForm()
1660 auto hapAssetProvider = AceType::MakeRefPtr<HapAssetProviderImpl>(); in CommonInitialize()
3193 auto hapAssetProviderImpl = AceType::MakeRefPtr<HapAssetProviderImpl>(); in SetResourcePaths()
H A Dace_container.cpp1944 auto assetProvider = AceType::MakeRefPtr<HapAssetProviderImpl>(); in AddAssetPath()

Completed in 16 milliseconds