Searched refs:PreScanInfo (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/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 argument 115 friend bool operator == (const PreScanInfo& oldPreScanInfo, const PreScanInfo& newPreScanInfo)
|
H A D | bundle_mgr_service_event_handler.h | 109 const PreScanInfo &preScanInfo, 480 void AddTasks(const std::map<int32_t, std::vector<PreScanInfo>, 483 int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId); 533 void ProcessSystemHspInstall(const PreScanInfo &preScanInfo);
|
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;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 380 void BMSEventHandler::ProcessSystemHspInstall(const PreScanInfo& preScanInfo) {} in ProcessSystemHspInstall() 385 … const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>>& taskMap, int32_t userId) in AddTasks() argument 388 void BMSEventHandler::AddTaskParallel(int32_t taskPriority, const std::vector<PreScanInfo>& tasks, … in AddTaskParallel() 391 const PreScanInfo& preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_bundle_profile.cpp | 57 std::set<PreScanInfo> &scanInfos) const in TransformTo() 75 PreScanInfo preScanInfo; in TransformTo()
|
H A D | bundle_parser.cpp | 221 const std::string &configFile, std::set<PreScanInfo> &scanInfos) const in ParsePreInstallConfig()
|
H A D | bundle_mgr_service_event_handler.cpp | 99 std::set<PreScanInfo> installList_; 100 std::set<PreScanInfo> systemHspList_; 911 void BMSEventHandler::ProcessSystemHspInstall(const PreScanInfo &preScanInfo) in ProcessSystemHspInstall() 929 std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>> taskMap; in InnerProcessBootPreBundleProFileInstall() 957 … const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>> &taskMap, int32_t userId) in AddTasks() argument 965 int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId) in AddTaskParallel() 1017 const PreScanInfo &preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_test.cpp | 308 PreScanInfo preScanInfo; 324 PreScanInfo preScanInfo; 957 std::vector<PreScanInfo> tasks; 958 PreScanInfo preScanInfo;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 3726 std::set<PreScanInfo> scanInfos; 3739 std::set<PreScanInfo> scanInfos; 3752 std::set<PreScanInfo> scanInfos; 3767 std::set<PreScanInfo> scanInfos; 3834 std::set<PreScanInfo> scanInfos; 3860 std::set<PreScanInfo> scanInfos;
|