Searched refs:UpdateNotificationType (Results 1 – 4 of 4) sorted by relevance
182 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;
1007 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()
178 enum class UpdateNotificationType : uint8_t { enum893 void UpdateNotificationRequest(UpdateNotificationType type, std::string extra);
1112 … 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()