Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dreminder_event_manager.cpp43 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_REMOVE_NOTIFICATION); in init()
121 if (action == ReminderRequest::REMINDER_EVENT_REMOVE_NOTIFICATION) { in OnReceiveEvent()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h603 static const std::string REMINDER_EVENT_REMOVE_NOTIFICATION; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dreminder_data_manager_test.cpp398 want.SetAction(ReminderRequest::REMINDER_EVENT_REMOVE_NOTIFICATION); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp51 const std::string ReminderRequest::REMINDER_EVENT_REMOVE_NOTIFICATION = member in OHOS::Notification::ReminderRequest
1302 want->SetAction(REMINDER_EVENT_REMOVE_NOTIFICATION); in AddRemovalWantAgent()