Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h380 int32_t DeleteBatchKvFromDb(const std::vector<std::string> &keys, const int &userId);
H A Dnotification_preferences_database.h244 int32_t DeleteBatchKvFromDb(const std::vector<std::string> &keys, const int &userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1228 int32_t NotificationPreferences::DeleteBatchKvFromDb(const std::vector<std::string> &keys, const i… in DeleteBatchKvFromDb() function in OHOS::Notification::NotificationPreferences
1233 return preferncesDB_->DeleteBatchKvFromDb(keys, userId); in DeleteBatchKvFromDb()
H A Dadvanced_notification_utils.cpp2035 NotificationPreferences::GetInstance()->DeleteBatchKvFromDb(delKeys, FIRST_USERID); in ResetDistributedEnabled()
H A Dnotification_preferences_database.cpp1843 int32_t NotificationPreferencesDatabase::DeleteBatchKvFromDb(const std::vector<std::string> &keys, in DeleteBatchKvFromDb() function in OHOS::Notification::NotificationPreferencesDatabase