Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp45 MatchingSkills customMatchingSkills; in init() local
46 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in init()
47 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in init()
48 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CLOSE_ALERT); in init()
49 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_SNOOZE_ALERT); in init()
50 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_REMOVE_NOTIFICATION); in init()
51 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CUSTOM_ALERT); in init()
52 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CLICK_ALERT); in init()
53 CommonEventSubscribeInfo customSubscriberInfo(customMatchingSkills); in init()