Home
last modified time | relevance | path

Searched refs:BundleExtractor (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_extractor.cpp27 BundleExtractor::BundleExtractor(const std::string &source) : BaseExtractor(source) in BundleExtractor() function in OHOS::AppExecFwk::BundleExtractor
29 APP_LOGD("BundleExtractor is created"); in BundleExtractor()
32 BundleExtractor::~BundleExtractor() in ~BundleExtractor()
37 bool BundleExtractor::ExtractProfile(std::ostream &dest) const in ExtractProfile()
47 bool BundleExtractor::ExtractPackFile(std::ostream &dest) const in ExtractPackFile()
H A Dbundle_parser.cpp105 BundleExtractor bundleExtractor(pathName); in Parse()
149 BundleExtractor bundleExtractor(pathName); in ParsePackInfo()
177 BundleExtractor bundleExtractor(pathName); in ParseSysCap()
H A Dmodule_profile.cpp1618 const BundleExtractor &bundleExtractor, in ParserNativeSo()
1766 const BundleExtractor &bundleExtractor, in ParserArkNativeFilePath()
1834 const BundleExtractor &bundleExtractor, in ToInnerProfileConfiguration()
1863 const BundleExtractor &bundleExtractor, in ToApplicationInfo()
2326 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo()
2558 const BundleExtractor &bundleExtractor, in TransformTo()
H A Dbundle_profile.cpp1892 const BundleExtractor &bundleExtractor, in ParserNativeSo()
1977 const BundleExtractor &bundleExtractor, in ToApplicationInfo()
2271 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo()
2442 const BundleExtractor &bundleExtractor, in TransformTo()
H A Dbundle_data_mgr.cpp7235 BundleExtractor bundleExtractor(hapPath); in GetJsonProfileByExtractor()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_extractor.h23 class BundleExtractor { class
27 BundleExtractor() = default;
28 ~BundleExtractor() = default;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_extractor.h25 class BundleExtractor : public BaseExtractor { class
27 explicit BundleExtractor(const std::string &source);
28 virtual ~BundleExtractor() override;
H A Dbundle_profile.h37 const BundleExtractor &bundleExtractor,
H A Dmodule_profile.h43 const BundleExtractor &bundleExtractor,
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_extractor.cpp27 uint8_t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream) in ExtractHapProfile()
31 HILOG_ERROR(HILOG_MODULE_APP, "BundleExtractor ExtractHapProfile init fail"); in ExtractHapProfile()
H A Dbundle_parser.cpp191 if (BundleExtractor::ExtractHapProfile(path, profileStream) != ERR_OK) { in ParseBundleParam()
282 uint8_t errorCode = BundleExtractor::ExtractHapProfile(path, profileStream); in ParseHapProfile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h92 const BundleExtractor &extractor,
98 const BundleExtractor &extractor,
310 static bool ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuAbi,
316 static bool ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extractor);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp87 BundleExtractor bundleExtractor(hapPath); in GetUtdProfileFromHap()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp228 BundleExtractor extractor(sourcePath); in ExtractFiles()
250 BundleExtractor extractor(extractParam.srcPath); in ExtractFiles()
306 BundleExtractor extractor(extractParam.srcPath); in ExtractFiles()
428 void InstalldOperator::ExtractTargetHnpFile(const BundleExtractor &extractor, const std::string &entryName, in ExtractTargetHnpFile()
495 void InstalldOperator::ExtractTargetFile(const BundleExtractor &extractor, const std::string &entryName, in ExtractTargetFile()
1161 BundleExtractor extractor(filePath); in ExtractDiffFiles()
1324 BundleExtractor extractor(filePath); in GetNativeLibraryFileNames()
1395 BundleExtractor extractor(codeSignatureParam.modulePath); in VerifyCodeSignature()
1439 BundleExtractor extractor(checkEncryptionParam.modulePath); in CheckEncryption()
1497 bool InstalldOperator::ObtainNativeSoFile(const BundleExtractor
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp989 BundleExtractor extractor(""); in HWTEST_F()
1004 BundleExtractor extractor(""); in HWTEST_F()
1190 BundleExtractor extractor(""); in HWTEST_F()
1446 BundleExtractor extractor(""); in HWTEST_F()
1461 BundleExtractor extractor(""); in HWTEST_F()
1476 BundleExtractor extractor(""); in HWTEST_F()
1652 BundleExtractor extractor(""); in HWTEST_F()
1902 BundleExtractor extractor(""); in HWTEST_F()
1971 BundleExtractor extractor(""); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp99 BundleExtractor extractor(hapPath); in GetAbcFileInfo()
101 APP_LOGE("init BundleExtractor failed"); in GetAbcFileInfo()

Completed in 56 milliseconds