Home
last modified time | relevance | path

Searched refs:notificationRequest_ (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp181 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
199 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
217 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
236 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
255 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
289 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
313 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
341 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId); in HWTEST_F()
366 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
391 reminderRequest->notificationRequest_ in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp136 this->notificationRequest_ = other.notificationRequest_; in ReminderRequest()
795 return notificationRequest_; in GetNotificationRequest()
1288 notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in InitNotificationRequest()
1289 if (notificationRequest_ == nullptr) { in InitNotificationRequest()
1494 notificationRequest_->AddActionButton(actionButton); in AddActionButtons()
1521 notificationRequest_->SetRemovalWantAgent(wantAgent); in AddRemovalWantAgent()
1574 notificationRequest_->SetMaxScreenWantAgent(wantAgent); in SetMaxScreenWantAgent()
1580 notificationRequest_->SetWantAgent(wantAgent); in SetWantAgent()
1603 if (notificationRequest_ in UpdateActionButtons()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h1139 sptr<NotificationRequest> notificationRequest_ = nullptr; member in OHOS::Notification::ReminderRequest

Completed in 5 milliseconds