Home
last modified time | relevance | path

Searched refs:runtimeExtractor_ (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp36 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(loadPath_, newCreate); in Initialize()
37 CHECK_NULL_RETURN(runtimeExtractor_, false); in Initialize()
47 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(loadPath_, newCreate); in Reload()
48 if (!runtimeExtractor_) { in Reload()
63 CHECK_NULL_RETURN(runtimeExtractor_, nullptr); in GetAsMapping()
66 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
71 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osstream); in GetAsMapping()
87 CHECK_NULL_RETURN(runtimeExtractor_, i18nVector); in GetAsMappingFromI18n()
90 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMappingFromI18n()
95 hasFile = runtimeExtractor_ in GetAsMappingFromI18n()
[all...]
H A Dhap_asset_provider_impl.h75 std::shared_ptr<AbilityBase::Extractor> runtimeExtractor_; member in OHOS::Ace::HapAssetProviderImpl
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp31 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(hapPath, newCreate); in Initialize()
32 CHECK_NULL_RETURN(runtimeExtractor_, false); in Initialize()
47 CHECK_NULL_RETURN(runtimeExtractor_, nullptr); in GetAsMapping()
50 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
55 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osStream); in GetAsMapping()
67 CHECK_NULL_RETURN(runtimeExtractor_, ""); in GetAssetPath()
70 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
82 if (!runtimeExtractor_) { in GetAssetList()
88 bool res = runtimeExtractor_->IsDirExist(assetPath); in GetAssetList()
92 res = runtimeExtractor_ in GetAssetList()
[all...]
H A Dhap_asset_provider.cpp31 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(hapPath, newCreate); in Initialize()
32 CHECK_NULL_RETURN_NOLOG(runtimeExtractor_, false); in Initialize()
47 CHECK_NULL_RETURN(runtimeExtractor_, nullptr); in GetAsMapping()
50 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
55 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osStream); in GetAsMapping()
67 CHECK_NULL_RETURN(runtimeExtractor_, ""); in GetAssetPath()
70 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
82 if (!runtimeExtractor_) { in GetAssetList()
87 bool res = runtimeExtractor_->IsDirExist(assetPath); in GetAssetList()
91 res = runtimeExtractor_ in GetAssetList()
[all...]
H A Dhap_asset_provider_impl.h65 std::shared_ptr<AbilityBase::Extractor> runtimeExtractor_; member in OHOS::Ace::Plugin::HapAssetProviderImpl

Completed in 2 milliseconds