Home
last modified time | relevance | path

Searched refs:UpdateNotificationRequest (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp171 * @tc.desc: 1.Test UpdateNotificationRequest function
184 reminderRequest->UpdateNotificationRequest(type, extra); in HWTEST_F()
189 * @tc.desc: 1.Test UpdateNotificationRequest function
202 reminderRequest->UpdateNotificationRequest(type, extra); in HWTEST_F()
207 * @tc.desc: 1.Test UpdateNotificationRequest function
221 reminderRequest->UpdateNotificationRequest(type, extra); in HWTEST_F()
226 * @tc.desc: 1.Test UpdateNotificationRequest function
240 reminderRequest->UpdateNotificationRequest(type, extra); in HWTEST_F()
245 * @tc.desc: 1.Test UpdateNotificationRequest function
258 reminderRequest->UpdateNotificationRequest(typ in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1122 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::COMMON, "snooze"); in UpdateNotification()
1124 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::COMMON, ""); in UpdateNotification()
1126 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::REMOVAL_WANT_AGENT, ""); in UpdateNotification()
1127 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
1128 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT, ""); in UpdateNotification()
1129 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::BUNDLE_INFO, ""); in UpdateNotification()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h893 void UpdateNotificationRequest(UpdateNotificationType type, std::string extra);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1005 void ReminderRequest::UpdateNotificationRequest(UpdateNotificationType type, std::string extra) in UpdateNotificationRequest() function in OHOS::Notification::ReminderRequest

Completed in 14 milliseconds