Searched refs:DeleteBatchKvFromDb (Results 1 – 5 of 5) sorted by relevance
380 int32_t DeleteBatchKvFromDb(const std::vector<std::string> &keys, const int &userId);
244 int32_t DeleteBatchKvFromDb(const std::vector<std::string> &keys, const int &userId);
1228 int32_t NotificationPreferences::DeleteBatchKvFromDb(const std::vector<std::string> &keys, const i… in DeleteBatchKvFromDb() function in OHOS::Notification::NotificationPreferences1233 return preferncesDB_->DeleteBatchKvFromDb(keys, userId); in DeleteBatchKvFromDb()
2035 NotificationPreferences::GetInstance()->DeleteBatchKvFromDb(delKeys, FIRST_USERID); in ResetDistributedEnabled()
1843 int32_t NotificationPreferencesDatabase::DeleteBatchKvFromDb(const std::vector<std::string> &keys, in DeleteBatchKvFromDb() function in OHOS::Notification::NotificationPreferencesDatabase