Searched refs:notificationRequest_ (Results 1 – 3 of 3) sorted by relevance
185 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);203 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);221 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);240 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);259 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);293 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);317 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);345 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);370 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);395 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_);[all …]
131 this->notificationRequest_ = other.notificationRequest_; in ReminderRequest()780 return notificationRequest_; in GetNotificationRequest()1267 notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in InitNotificationRequest()1268 if (notificationRequest_ == nullptr) { in InitNotificationRequest()1460 notificationRequest_->AddActionButton(actionButton); in AddActionButtons()1487 notificationRequest_->SetRemovalWantAgent(wantAgent); in AddRemovalWantAgent()1516 notificationRequest_->SetMaxScreenWantAgent(wantAgent); in SetMaxScreenWantAgent()1522 notificationRequest_->SetWantAgent(wantAgent); in SetWantAgent()1539 if (notificationRequest_ == nullptr) { in UpdateActionButtons()1543 notificationRequest_->ClearActionButtons(); in UpdateActionButtons()[all …]
823 sptr<NotificationRequest> notificationRequest_ = nullptr; variable