Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp978 ASSERT_EQ(preferncesDB_->GetBatchKvsFromDb(string("test"), value, -1), NativeRdb::E_ERROR);
980 ASSERT_EQ(preferncesDB_->GetBatchKvsFromDb(string("test"), value, -1), NativeRdb::E_OK);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h377 int32_t GetBatchKvsFromDb(
H A Dnotification_preferences_database.h241 int32_t GetBatchKvsFromDb(
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp345 …NotificationPreferences::GetInstance()->GetBatchKvsFromDb(REQUEST_STORAGE_KEY_PREFIX, dbRecords, u… in GetBatchNotificationRequestsFromDb()
347 NotificationPreferences::GetInstance()->GetBatchKvsFromDb( in GetBatchNotificationRequestsFromDb()
H A Dnotification_preferences.cpp732 if (GetBatchKvsFromDb(KEY_BUNDLE_LABEL, bundlesMap, userId) != ERR_OK) { in GetAllCLoneBundlesInfo()
1211 int32_t NotificationPreferences::GetBatchKvsFromDb( in GetBatchKvsFromDb() function in OHOS::Notification::NotificationPreferences
1217 return preferncesDB_->GetBatchKvsFromDb(key, values, userId); in GetBatchKvsFromDb()
H A Dadvanced_notification_utils.cpp2002 NotificationPreferences::GetInstance()->GetBatchKvsFromDb( in ResetDistributedEnabled()
H A Dnotification_preferences_database.cpp1808 int32_t NotificationPreferencesDatabase::GetBatchKvsFromDb( in GetBatchKvsFromDb() function in OHOS::Notification::NotificationPreferencesDatabase