Home
last modified time | relevance | path

Searched refs:PreScanInfo (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h101 struct PreScanInfo { struct
106 bool operator < (const PreScanInfo &preScanInfo) const in operator <()
115 friend bool operator == (const PreScanInfo& oldPreScanInfo, const PreScanInfo& newPreScanInfo) in operator ==()
H A Dpre_bundle_profile.h37 std::set<PreScanInfo> &scanInfos) const;
H A Dbundle_parser.h60 const std::string &configFile, std::set<PreScanInfo> &scanInfos) const;
H A Dbundle_mgr_service_event_handler.h127 const PreScanInfo &preScanInfo,
502 void AddTasks(const std::map<int32_t, std::vector<PreScanInfo>,
505 int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId);
556 void ProcessSystemHspInstall(const PreScanInfo &preScanInfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp377 void BMSEventHandler::ProcessSystemHspInstall(const PreScanInfo& preScanInfo) {} in ProcessSystemHspInstall()
382 const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>>& taskMap, int32_t userId) in AddTasks()
385 void BMSEventHandler::AddTaskParallel(int32_t taskPriority, const std::vector<PreScanInfo>& tasks, int32_t userId) {} in AddTaskParallel()
388 const PreScanInfo& preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp55 std::set<PreScanInfo> &scanInfos) const in TransformTo()
73 PreScanInfo preScanInfo; in TransformTo()
H A Dbundle_parser.cpp220 const std::string &configFile, std::set<PreScanInfo> &scanInfos) const in ParsePreInstallConfig()
H A Dbundle_mgr_service_event_handler.cpp110 std::set<PreScanInfo> installList_;
111 std::set<PreScanInfo> systemHspList_;
925 void BMSEventHandler::ProcessSystemHspInstall(const PreScanInfo &preScanInfo) in ProcessSystemHspInstall()
964 std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>> taskMap; in InnerProcessBootPreBundleProFileInstall()
992 const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>> &taskMap, int32_t userId) in AddTasks()
1000 int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId) in AddTaskParallel()
1052 const PreScanInfo &preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall()
2373 auto it = std::find_if(installList_.begin(), installList_.end(), [&bundleDir](const PreScanInfo& info) { in GetRemovableInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp308 PreScanInfo preScanInfo; in HWTEST_F()
324 PreScanInfo preScanInfo; in HWTEST_F()
964 std::vector<PreScanInfo> tasks; in HWTEST_F()
965 PreScanInfo preScanInfo; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3747 std::set<PreScanInfo> scanInfos; in HWTEST_F()
3760 std::set<PreScanInfo> scanInfos; in HWTEST_F()
3773 std::set<PreScanInfo> scanInfos; in HWTEST_F()
3788 std::set<PreScanInfo> scanInfos; in HWTEST_F()
3855 std::set<PreScanInfo> scanInfos; in HWTEST_F()
3881 std::set<PreScanInfo> scanInfos; in HWTEST_F()

Completed in 26 milliseconds