Home
last modified time | relevance | path

Searched defs:installInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c470 static int HapReadAndInstall(const char *dstPath, HapInstallInfo *installInfo, HnpSignMapInfo *hnpS… in HapReadAndInstall()
627 static int CheckInstallPath(char *dstPath, HapInstallInfo *installInfo) in CheckInstallPath()
645 static int HnpInsatllPre(HapInstallInfo *installInfo) in HnpInsatllPre()
698 static int ParseInstallArgs(int argc, char *argv[], HapInstallInfo *installInfo) in ParseInstallArgs()
746 HapInstallInfo installInfo = {0}; in HnpCmdInstall() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp676 for (const auto &installInfo : installList_) { in GetPreInstallDirFromLoadProFile() local
931 for (const auto &installInfo : installList_) { in InnerProcessBootPreBundleProFileInstall() local
990 for (const auto &installInfo : tasks) { in AddTaskParallel() local
1629 for (const auto &installInfo : installList_) { in ProcessReBootPreBundleProFileInstall() local
2555 auto installInfo = std::find_if(installList_.begin(), installList_.end(), in IsPreInstallRemovable() local
2556 [path](const auto &installInfo) { in IsPreInstallRemovable()