Searched refs:UpdateNotificationType (Results 1 – 4 of 4) sorted by relevance
186 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::COMMON;204 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::REMOVAL_WA…223 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT;242 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::MAX_SCREEN…260 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::BUNDLE_INF…276 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::CONTENT;
82 enum class UpdateNotificationType : uint8_t { enum633 void UpdateNotificationRequest(UpdateNotificationType type, std::string extra);
929 void ReminderRequest::UpdateNotificationRequest(UpdateNotificationType type, std::string extra) in UpdateNotificationRequest()932 case UpdateNotificationType::COMMON: { in UpdateNotificationRequest()937 case UpdateNotificationType::REMOVAL_WANT_AGENT: { in UpdateNotificationRequest()942 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()948 case UpdateNotificationType::MAX_SCREEN_WANT_AGENT: { in UpdateNotificationRequest()955 case UpdateNotificationType::BUNDLE_INFO: { in UpdateNotificationRequest()960 case UpdateNotificationType::CONTENT: { in UpdateNotificationRequest()
795 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()