/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_extractor.cpp | 27 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 D | bundle_parser.cpp | 105 BundleExtractor bundleExtractor(pathName); in Parse() 149 BundleExtractor bundleExtractor(pathName); in ParsePackInfo() 177 BundleExtractor bundleExtractor(pathName); in ParseSysCap()
|
H A D | module_profile.cpp | 1618 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 D | bundle_profile.cpp | 1892 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 D | bundle_data_mgr.cpp | 7235 BundleExtractor bundleExtractor(hapPath); in GetJsonProfileByExtractor()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_extractor.h | 23 class BundleExtractor { class 27 BundleExtractor() = default; 28 ~BundleExtractor() = default;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_extractor.h | 25 class BundleExtractor : public BaseExtractor { class 27 explicit BundleExtractor(const std::string &source); 28 virtual ~BundleExtractor() override;
|
H A D | bundle_profile.h | 37 const BundleExtractor &bundleExtractor,
|
H A D | module_profile.h | 43 const BundleExtractor &bundleExtractor,
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_extractor.cpp | 27 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 D | bundle_parser.cpp | 191 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 D | installd_operator.h | 92 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 D | utd_handler.cpp | 87 BundleExtractor bundleExtractor(hapPath); in GetUtdProfileFromHap()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 228 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 D | bms_install_daemon_operator_test.cpp | 989 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 D | aot_executor.cpp | 99 BundleExtractor extractor(hapPath); in GetAbcFileInfo() 101 APP_LOGE("init BundleExtractor failed"); in GetAbcFileInfo()
|