Home
last modified time | relevance | path

Searched refs:newCreate (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp31 bool newCreate = false; in Initialize() local
36 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(loadPath_, newCreate); in Initialize()
45 bool newCreate = false; in Reload() local
47 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(loadPath_, newCreate); in Reload()
H A Dutils.cpp66 bool newCreate = false; in GetStringFromHap() local
68 std::shared_ptr<AbilityBase::Extractor> extractor = AbilityBase::ExtractorUtil::GetExtractor(loadPath, newCreate); in GetStringFromHap()
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp106 bool newCreate = false; in HWTEST_F() local
108 std::shared_ptr<Extractor> extractor1 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F()
110 EXPECT_FALSE(newCreate); in HWTEST_F()
113 std::shared_ptr<Extractor> extractor2 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F()
115 EXPECT_FALSE(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()
123 EXPECT_FALSE(newCreate); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp30 bool newCreate = false; in Initialize() local
31 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(hapPath, newCreate); in Initialize()
H A Dhap_asset_provider.cpp30 bool newCreate = false; in Initialize() local
31 runtimeExtractor_ = AbilityBase::ExtractorUtil::GetExtractor(hapPath, newCreate); in Initialize()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp261 std::shared_ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate, bool cache) in GetExtractor() argument
263 newCreate = false; in GetExtractor()
289 newCreate = true; in GetExtractor()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp294 bool newCreate = false; in LoadAotFile() local
296 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in LoadAotFile()
297 if (extractor != nullptr && newCreate) { in LoadAotFile()
441 bool newCreate = false; in GetPkgContextInfoListMap() local
443 ExtractorUtil::GetLoadFilePath(filePath), newCreate, false); in GetPkgContextInfoListMap()
H A Djs_module_reader.cpp61 bool newCreate = false; in operator ()() local
62 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(realHapPath, newCreate); in operator ()()
H A Djs_worker.cpp397 bool newCreate = false; in ReadFilePathData() local
399 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in ReadFilePathData()
470 bool newCreate = false; in GetAmi() local
471 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in GetAmi()
H A Djs_runtime.cpp403 bool newCreate = false; in GetSafeData() local
404 auto extractor = ExtractorUtil::GetExtractor(path, newCreate, true); in GetSafeData()
631 bool newCreate = false; in LoadAotFile() local
633 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in LoadAotFile()
634 if (extractor != nullptr && newCreate) { in LoadAotFile()
1078 bool newCreate = false; in RunScript() local
1080 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in RunScript()
1085 if (newCreate) { in RunScript()
1342 bool newCreate = false; in ReadSourceMapData() local
1344 ExtractorUtil::GetLoadFilePath(hapPath), newCreate); in ReadSourceMapData()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h111 static std::shared_ptr<Extractor> GetExtractor(const std::string &hapPath, bool &newCreate, bool cache = false);

Completed in 9 milliseconds