Home
last modified time | relevance | path

Searched refs:UpdateNotificationType (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.cpp186 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;
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h82 enum class UpdateNotificationType : uint8_t { enum
633 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()
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()
/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()