Home
last modified time | relevance | path

Searched refs:needProcessGroupInfoBundleNames (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h907 const std::map<std::string, std::set<std::string>> &needProcessGroupInfoBundleNames);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp7619 std::map<std::string, std::set<std::string>> needProcessGroupInfoBundleNames; in ScanAllBundleGroupInfo() local
7656 needProcessGroupInfoBundleNames[info.first].insert(dataGroupId); in ScanAllBundleGroupInfo()
7660 if (!HandleErrorDataGroupInfos(groupIdMap, needProcessGroupInfoBundleNames)) { in ScanAllBundleGroupInfo()
7691 const std::map<std::string, std::set<std::string>> &needProcessGroupInfoBundleNames) in HandleErrorDataGroupInfos() argument
7693 if (groupIdMap.empty() || needProcessGroupInfoBundleNames.empty()) { in HandleErrorDataGroupInfos()
7697 for (const auto &item : needProcessGroupInfoBundleNames) { in HandleErrorDataGroupInfos()