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/
Dreminder_request_branch_test.cpp188 reminderRequest->UpdateNotificationRequest(type, extra);
206 reminderRequest->UpdateNotificationRequest(type, extra);
225 reminderRequest->UpdateNotificationRequest(type, extra);
244 reminderRequest->UpdateNotificationRequest(type, extra);
262 reminderRequest->UpdateNotificationRequest(type, extra);
278 reminderRequest->UpdateNotificationRequest(type, extra);
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp795 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::COMMON, ""); in UpdateNotification()
796 …reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::REMOVAL_WANT_AGENT, "… in UpdateNotification()
797 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
798 …reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT… in UpdateNotification()
799 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::BUNDLE_INFO, ""); in UpdateNotification()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h633 void UpdateNotificationRequest(UpdateNotificationType type, std::string extra);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp929 void ReminderRequest::UpdateNotificationRequest(UpdateNotificationType type, std::string extra) in UpdateNotificationRequest() function in OHOS::Notification::ReminderRequest