Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp330 std::unordered_map<std::string, std::string> dbRecords; in GetBatchNotificationRequestsFromDb() local
345 …cationPreferences::GetInstance()->GetBatchKvsFromDb(REQUEST_STORAGE_KEY_PREFIX, dbRecords, userId); in GetBatchNotificationRequestsFromDb()
348 REQUEST_STORAGE_SECURE_KEY_PREFIX, dbRecords, userId); in GetBatchNotificationRequestsFromDb()
354 for (const auto &iter : dbRecords) { in GetBatchNotificationRequestsFromDb()