Searched refs:userInfoMaps (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 224 std::map<std::string, std::vector<InnerBundleUserInfo>> userInfoMaps; variable 225 …userInfoMaps.insert(pair<std::string, std::vector<InnerBundleUserInfo>>("1", innerBundleUserInfos)… 226 auto res = handler->CombineBundleInfoAndUserInfo(installInfos, userInfoMaps); 231 res = handler->CombineBundleInfoAndUserInfo(installInfos1, userInfoMaps); 250 std::map<std::string, std::vector<InnerBundleUserInfo>> userInfoMaps; variable 251 bool res = handler->CombineBundleInfoAndUserInfo(installInfos, userInfoMaps); 344 std::map<std::string, std::vector<InnerBundleUserInfo>> userInfoMaps; variable 345 bool res = handler->CombineBundleInfoAndUserInfo(installInfos, userInfoMaps); 348 handler->ScanAndAnalyzeUserDatas(userInfoMaps); 349 res = handler->CombineBundleInfoAndUserInfo(installInfos, userInfoMaps);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 276 const std::map<std::string, std::vector<InnerBundleUserInfo>>& userInfoMaps) in CombineBundleInfoAndUserInfo() argument 283 if (installInfos.empty() || userInfoMaps.empty()) { in CombineBundleInfoAndUserInfo() 289 auto userIter = userInfoMaps.find(bundleName); in CombineBundleInfoAndUserInfo() 290 if (userIter == userInfoMaps.end()) { in CombineBundleInfoAndUserInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_service_event_handler.h | 233 const std::map<std::string, std::vector<InnerBundleUserInfo>> &userInfoMaps);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 737 const std::map<std::string, std::vector<InnerBundleUserInfo>> &userInfoMaps) in CombineBundleInfoAndUserInfo() argument 746 if (installInfos.empty() || userInfoMaps.empty()) { in CombineBundleInfoAndUserInfo() 753 auto userIter = userInfoMaps.find(bundleName); in CombineBundleInfoAndUserInfo() 754 if (userIter == userInfoMaps.end()) { in CombineBundleInfoAndUserInfo()
|