Home
last modified time | relevance | path

Searched refs:SaveBundleInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_info_creator.h32 static uint8_t SaveBundleInfo(const BundleProfile &bundleProfile, BundleInfo **bundleInfo);
H A Dgt_bundle_parser.h52 static uint8_t SaveBundleInfo(const BundleProfile &bundleProfile, const BundleRes &bundleRes,
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp30 uint8_t BundleInfoCreator::SaveBundleInfo(const BundleProfile &bundleProfile, BundleInfo **bundleIn… in SaveBundleInfo() function in OHOS::BundleInfoCreator
H A Dgt_bundle_parser.cpp806 errorCode = SaveBundleInfo(bundleProfile, bundleRes, bundleInfo); in ParseHapProfile()
814 uint8_t GtBundleParser::SaveBundleInfo(const BundleProfile &bundleProfile, const BundleRes &bundleR… in SaveBundleInfo() function in OHOS::GtBundleParser
H A Dbundle_parser.cpp310 errorCode = BundleInfoCreator::SaveBundleInfo(bundleProfile, bundleInfo); in ParseHapProfile()