Home
last modified time | relevance | path

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

/ohos5.0/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
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.cpp106 BundleExtractor bundleExtractor(pathName); in Parse()
150 BundleExtractor bundleExtractor(pathName); in ParsePackInfo()
178 BundleExtractor bundleExtractor(pathName); in ParseSysCap()
H A Dmodule_profile.cpp1790 const BundleExtractor &bundleExtractor, in ParserNativeSo()
1938 const BundleExtractor &bundleExtractor, in ParserArkNativeFilePath()
2006 const BundleExtractor &bundleExtractor, in ToInnerProfileConfiguration()
2036 const BundleExtractor &bundleExtractor, in ToApplicationInfo()
2496 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo()
2718 const BundleExtractor &bundleExtractor, in TransformTo()
H A Dbundle_profile.cpp2074 const BundleExtractor &bundleExtractor, in ParserNativeSo()
2159 const BundleExtractor &bundleExtractor, in ToApplicationInfo()
2448 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo()
2613 const BundleExtractor &bundleExtractor, in TransformTo()
H A Dbundle_data_mgr.cpp7182 BundleExtractor bundleExtractor(hapPath); in GetJsonProfileByExtractor()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_extractor.h23 class BundleExtractor {
27 BundleExtractor() = default;
28 ~BundleExtractor() = default;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_extractor.h25 class BundleExtractor : public BaseExtractor {
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,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h104 const BundleExtractor &extractor,
110 const BundleExtractor &extractor,
308 static bool ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuAbi,
314 …static bool ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extracto…
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_extractor.cpp27 uint8_t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileS… 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp341 BundleExtractor extractor(sourcePath); in ExtractFiles()
363 BundleExtractor extractor(extractParam.srcPath); in ExtractFiles()
419 BundleExtractor extractor(extractParam.srcPath); in ExtractFiles()
608 void InstalldOperator::ExtractTargetFile(const BundleExtractor &extractor, const std::string &entry… in ExtractTargetFile()
1283 BundleExtractor extractor(filePath); in ExtractDiffFiles()
1446 BundleExtractor extractor(filePath); in GetNativeLibraryFileNames()
1516 BundleExtractor extractor(codeSignatureParam.modulePath); in VerifyCodeSignature()
1559 BundleExtractor extractor(checkEncryptionParam.modulePath); in CheckEncryption()
1617 bool InstalldOperator::ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuA… in ObtainNativeSoFile()
1853 BundleExtractor extractor(hapPath); in ExtractSoFilesToTmpHapPath()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp87 BundleExtractor bundleExtractor(hapPath); in GetUtdProfileFromHap()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp950 BundleExtractor extractor("");
965 BundleExtractor extractor("");
1151 BundleExtractor extractor("");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp99 BundleExtractor extractor(hapPath); in GetAbcFileInfo()