Searched refs:DeleteNotificationRequestFromDb (Results 1 – 3 of 3) sorted by relevance
285 DeleteNotificationRequestFromDb(request->GetKey(), request->GetReceiverUserId()); in SetNotificationRequestToDb()399 result = DeleteNotificationRequestFromDb(key, userId); in DoubleDeleteNotificationFromDb()403 int32_t AdvancedNotificationService::DeleteNotificationRequestFromDb(const std::string &key, const … in DeleteNotificationRequestFromDb() function in OHOS::Notification::AdvancedNotificationService
1360 static int32_t DeleteNotificationRequestFromDb(const std::string &key, const int32_t userId);
2973 result = advancedNotificationService_->DeleteNotificationRequestFromDb(request->GetKey(), 0);