Home
last modified time | relevance | path

Searched refs:ExtractHapProfile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_extractor.h25 static uint8_t ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream);
H A Dgt_bundle_extractor.h27 static char *ExtractHapProfile(int32_t fp, uint32_t totalFileSize);
/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() function in OHOS::BundleExtractor
H A Dgt_bundle_extractor.cpp90 char *GtBundleExtractor::ExtractHapProfile(int32_t fp, uint32_t totalFileSize) in ExtractHapProfile() function in OHOS::GtBundleExtractor
H A Dbundle_parser.cpp191 if (BundleExtractor::ExtractHapProfile(path, profileStream) != ERR_OK) { in ParseBundleParam()
282 uint8_t errorCode = BundleExtractor::ExtractHapProfile(path, profileStream); in ParseHapProfile()
H A Dgt_bundle_parser.cpp106 char *profileStr = GtBundleExtractor::ExtractHapProfile(fp, totalFileSize); in ParseBundleAttr()
773 char *profileStr = GtBundleExtractor::ExtractHapProfile(fp, fileSize); in ParseHapProfile()