Home
last modified time | relevance | path

Searched refs:UpdateNotificationType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp182 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::COMMON;
200 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::REMOVAL_WA…
219 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT;
238 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::MAX_SCREEN…
256 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::BUNDLE_INF…
272 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::CONTENT;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1007 void ReminderRequest::UpdateNotificationRequest(UpdateNotificationType type, std::string extra) in UpdateNotificationRequest()
1010 case UpdateNotificationType::COMMON: { in UpdateNotificationRequest()
1019 case UpdateNotificationType::REMOVAL_WANT_AGENT: { in UpdateNotificationRequest()
1024 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()
1031 case UpdateNotificationType::MAX_SCREEN_WANT_AGENT: { in UpdateNotificationRequest()
1038 case UpdateNotificationType::BUNDLE_INFO: { in UpdateNotificationRequest()
1043 case UpdateNotificationType::CONTENT: { in UpdateNotificationRequest()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h178 enum class UpdateNotificationType : uint8_t { enum
893 void UpdateNotificationRequest(UpdateNotificationType type, std::string extra);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1112 … reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::COMMON, "snooze"); in UpdateNotification()
1114 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::COMMON, ""); in UpdateNotification()
1116 …reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::REMOVAL_WANT_AGENT, "… in UpdateNotification()
1117 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
1118 …reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT… in UpdateNotification()
1119 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::BUNDLE_INFO, ""); in UpdateNotification()