Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
Dreminderrequestannex_fuzzer.cpp61 reminderRequest.GetReminderType(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_alarm.cpp335 if (reminder->GetReminderType() == ReminderRequest::ReminderType::ALARM) { in AppendValuesBucket()
Dreminder_store.cpp177 if (reminder->GetReminderType() == ReminderRequest::ReminderType::TIMER) { in UpdateOrInsert()
Dreminder_request_calendar.cpp573 if (reminder->GetReminderType() == ReminderRequest::ReminderType::CALENDAR) { in AppendValuesBucket()
Dreminder_request.cpp909 ReminderRequest::ReminderType ReminderRequest::GetReminderType() const in GetReminderType() function in OHOS::Notification::ReminderRequest
1739 values.PutInt(REMINDER_TYPE, static_cast<int32_t>(reminder->GetReminderType())); in AppendValuesBucket()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h245 ReminderType GetReminderType() const;
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp337 (reminderRequest->GetReminderType() == ReminderRequest::ReminderType::CALENDAR || in InitTimerInfo()
338 reminderRequest->GetReminderType() == ReminderRequest::ReminderType::TIMER)) { in InitTimerInfo()
1085 if (reminderSptr->GetReminderType() != ReminderRequest::ReminderType::TIMER) { in GetImmediatelyShowRemindersLocked()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp886 switch (reminder.GetReminderType()) { in PublishReminder()
Dans_manager_proxy.cpp1943 if (!data.WriteUint8(static_cast<uint8_t>(reminder->GetReminderType()))) { in PublishReminder()
Dans_manager_stub.cpp1456 uint8_t reminderType = static_cast<uint8_t>(reminder->GetReminderType()); in HandleGetValidReminders()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp586 ReminderRequest::ReminderType type = reminder.GetReminderType(); in SetValidReminder()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp514 EXPECT_EQ(rrc->GetReminderType(), ReminderRequest::ReminderType::INVALID);