Home
last modified time | relevance | path

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 Dbms_service_startup_test.cpp224 std::map<std::string, std::vector<InnerBundleUserInfo>> userInfoMaps; variable
225userInfoMaps.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 Dbundle_mgr_service_event_handler.cpp276 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 Dbundle_mgr_service_event_handler.h233 const std::map<std::string, std::vector<InnerBundleUserInfo>> &userInfoMaps);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp737 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()