Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp703 std::unordered_map<std::string, std::string> bundleEntries; in GetBundleInfo() local
704 rdbDataManager_->QueryDataBeginWithKey((GenerateBundleKey(bundleKey)), bundleEntries, userId); in GetBundleInfo()
708 for (auto bundleEntry : bundleEntries) { in GetBundleInfo()
1037 std::unordered_map<std::string, std::string> bundleEntries; in ParseBundleFromDistureDB() local
1038 … rdbDataManager_->QueryDataBeginWithKey((GenerateBundleKey(bundleKey)), bundleEntries, userId); in ParseBundleFromDistureDB()
1043 for (auto bundleEntry : bundleEntries) { in ParseBundleFromDistureDB()