Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp731 std::unordered_map<std::string, std::string> bundlesMap; in GetAllCLoneBundlesInfo() local
732 if (GetBatchKvsFromDb(KEY_BUNDLE_LABEL, bundlesMap, userId) != ERR_OK) { in GetAllCLoneBundlesInfo()
736 preferencesInfo.GetAllCLoneBundlesInfo(userId, bundlesMap, cloneBundles); in GetAllCLoneBundlesInfo()