Searched refs:GetExtractor (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | hap_asset_provider_impl.cpp | 36 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(loadPath_, newCreate); in Initialize() 47 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(loadPath_, newCreate); in Reload() 49 LOGW("GetExtractor failed:%{public}s", loadPath_.c_str()); in Reload()
|
H A D | utils.cpp | 68 std::shared_ptr<AbilityBase::Extractor> extractor = AbilityBase::ExtractorUtil::GetExtractor(loadPath, newCreate); in GetStringFromHap()
|
/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 98 * Function: GetExtractor 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> extractor4 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | hap_asset_provider_impl.cpp | 31 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(hapPath, newCreate); in Initialize()
|
H A D | hap_asset_provider.cpp | 31 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(hapPath, newCreate); in Initialize()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | extractor.h | 111 static std::shared_ptr<Extractor> GetExtractor(const std::string &hapPath, bool &newCreate, bool cache = false);
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 62 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(realHapPath, newCreate); in operator ()() 65 TAG_LOGE(AAFwkTag::JSRUNTIME, "realHapPath %{private}s GetExtractor failed", realHapPath.c_str()); in operator ()()
|
H A D | js_runtime_lite.cpp | 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 D | js_worker.cpp | 399 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in ReadFilePathData() 401 TAG_LOGE(AAFwkTag::JSRUNTIME, "LoadPath %{private}s GetExtractor failed", loadPath.c_str()); in ReadFilePathData() 471 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in GetAmi() 473 TAG_LOGE(AAFwkTag::JSRUNTIME, "loadPath %{private}s GetExtractor failed", loadPath.c_str()); in GetAmi()
|
H A D | js_runtime.cpp | 404 auto extractor = ExtractorUtil::GetExtractor(path, newCreate, true); in GetSafeData() 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/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extractor.cpp | 261 std::shared_ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate, bool cache) in GetExtractor() function in OHOS::AbilityBase::ExtractorUtil
|
Completed in 8 milliseconds