Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dnative_module_manager.cpp54 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::CALENDAR), &prop) =… in ConstantInit()
Dnative_module.cpp54 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::CALENDAR), &prop) =… in ConstantInit()
Dreminder_common.cpp184 case ReminderRequest::ReminderType::CALENDAR: in CreateReminder()
Dpublish.cpp497 case ReminderRequest::ReminderType::CALENDAR: { in ParseReminder()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp296 ReminderRequest reminder = ReminderRequest(ReminderRequest::ReminderType::CALENDAR);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp50 : ReminderRequest(ReminderRequest::ReminderType::CALENDAR) in ReminderRequestCalendar()
573 if (reminder->GetReminderType() == ReminderRequest::ReminderType::CALENDAR) { in AppendValuesBucket()
Dreminder_store.cpp357 case (static_cast<int32_t>(ReminderRequest::ReminderType::CALENDAR)): { in BuildReminder()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h44 CALENDAR, enumerator
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp899 case (ReminderRequest::ReminderType::CALENDAR): { in PublishReminder()
Dans_manager_proxy.cpp2077 } else if (ReminderRequest::ReminderType::CALENDAR == reminderType) { in ReadReminders()
Dans_manager_stub.cpp1390 } else if (ReminderRequest::ReminderType::CALENDAR == reminderType) { in HandlePublishReminder()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp337 (reminderRequest->GetReminderType() == ReminderRequest::ReminderType::CALENDAR || in InitTimerInfo()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp2689 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::CALENDAR);