Searched refs:PreScanInfo (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 101 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 D | pre_bundle_profile.h | 37 std::set<PreScanInfo> &scanInfos) const;
|
H A D | bundle_parser.h | 60 const std::string &configFile, std::set<PreScanInfo> &scanInfos) const;
|
H A D | bundle_mgr_service_event_handler.h | 127 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 D | bundle_mgr_service_event_handler.cpp | 377 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 D | pre_bundle_profile.cpp | 55 std::set<PreScanInfo> &scanInfos) const in TransformTo() 73 PreScanInfo preScanInfo; in TransformTo()
|
H A D | bundle_parser.cpp | 220 const std::string &configFile, std::set<PreScanInfo> &scanInfos) const in ParsePreInstallConfig()
|
H A D | bundle_mgr_service_event_handler.cpp | 110 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 D | bms_event_handler_test.cpp | 308 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 D | bms_bundle_data_mgr_test.cpp | 3747 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