Home
last modified time | relevance | path

Searched refs:ExtractProfile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_extractor.h34 bool ExtractProfile(std::ostream &dest) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_extractor.cpp37 bool BundleExtractor::ExtractProfile(std::ostream &dest) const in ExtractProfile() function in OHOS::AppExecFwk::BundleExtractor
H A Dbundle_parser.cpp114 if (!bundleExtractor.ExtractProfile(outStream)) { in Parse()