Home
last modified time | relevance | path

Searched refs:Extractor (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp32 Extractor::Extractor(const std::string &source) : zipFile_(source) in Extractor() function in OHOS::AbilityBase::Extractor
37 Extractor::~Extractor() in ~Extractor()
40 bool Extractor::Init() in Init()
51 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer()
64 bool Extractor::GetFileList(const std::string& srcPath, std::vector<std::string>& assetList) in GetFileList()
84 bool Extractor::HasEntry(const std::string &fileName) const in HasEntry()
94 bool Extractor::IsDirExist(const std::string &dir) in IsDirExist()
107 bool Extractor
[all...]
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp79 * Feature: Extractor
89 std::shared_ptr<Extractor> extractor1 = std::make_shared<Extractor>(loadPath); in HWTEST_F()
92 std::shared_ptr<Extractor> extractor2 = std::make_shared<Extractor>(testPath_); in HWTEST_F()
97 * Feature: Extractor
108 std::shared_ptr<Extractor> extractor1 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F()
113 std::shared_ptr<Extractor> extractor2 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F()
117 std::shared_ptr<Extractor> extractor3 = ExtractorUtil::GetExtractor(testPath_, newCreate); in HWTEST_F()
121 std::shared_ptr<Extractor> extractor in HWTEST_F()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h40 class Extractor { class
42 explicit Extractor(const std::string &source);
43 virtual ~Extractor();
111 static std::shared_ptr<Extractor> GetExtractor(const std::string &hapPath, bool &newCreate, bool cache = false);
116 static std::unordered_map<std::string, std::shared_ptr<Extractor>> extractorMap_;
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_module_reader_test.cpp24 using Extractor = OHOS::AbilityBase::Extractor;
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.h25 using Extractor = OHOS::AbilityBase::Extractor;
H A Djs_runtime_lite.cpp32 using Extractor = OHOS::AbilityBase::Extractor;
296 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in LoadAotFile()
442 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in GetPkgContextInfoListMap()
H A Djs_worker.cpp139 using Extractor = AbilityBase::Extractor;
399 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in ReadFilePathData()
471 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in GetAmi()
H A Djs_module_reader.cpp62 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(realHapPath, newCreate); in operator ()()
H A Djs_runtime.cpp73 using Extractor = OHOS::AbilityBase::Extractor;
370 Extractor extractor(filePath); in GetFileBuffer()
372 TAG_LOGE(AAFwkTag::JSRUNTIME, "Extractor of %{private}s init failed", filePath.c_str()); in GetFileBuffer()
482 Extractor extractor(hqfFile); in UnLoadRepairPatch()
484 TAG_LOGE(AAFwkTag::JSRUNTIME, "Extractor of %{private}s init failed", hqfFile.c_str()); in UnLoadRepairPatch()
633 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in LoadAotFile()
1080 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in RunScript()
1343 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in ReadSourceMapData()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.h65 std::shared_ptr<AbilityBase::Extractor> runtimeExtractor_;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.h75 std::shared_ptr<AbilityBase::Extractor> runtimeExtractor_;
H A Dutils.cpp68 std::shared_ptr<AbilityBase::Extractor> extractor = AbilityBase::ExtractorUtil::GetExtractor(loadPath, newCreate); in GetStringFromHap()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h41 class Extractor;

Completed in 16 milliseconds