Home
last modified time | relevance | path

Searched refs:ALARM (Results 1 - 15 of 15) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dnative_module_manager.cpp55 if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::ALARM), &prop) == napi_ok) { in ConstantInit()
H A Dnative_module.cpp52 if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::ALARM), &prop) == napi_ok) { in ConstantInit()
H A Dreminder_common.cpp435 case ReminderRequest::ReminderType::ALARM: in CreateReminder()
H A Dpublish.cpp516 case ReminderRequest::ReminderType::ALARM: { in ParseReminder()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp189 case (static_cast<int32_t>(ReminderRequest::ReminderType::ALARM)): { in GetOldReminders()
237 case ReminderRequest::ReminderType::ALARM: in InsertNewReminders()
623 case ReminderRequest::ReminderType::ALARM: { in Insert()
683 case ReminderRequest::ReminderType::ALARM: in Update()
768 case (static_cast<int32_t>(ReminderRequest::ReminderType::ALARM)): { in BuildReminder()
H A Dreminder_store_strategy.cpp418 if (reminder->GetReminderType() == ReminderRequest::ReminderType::ALARM) { in AppendValuesBucket()
439 if (reminder->GetReminderType() == ReminderRequest::ReminderType::ALARM) { in RecoverFromOldVersion()
459 if (reminder->GetReminderType() == ReminderRequest::ReminderType::ALARM) { in RecoverFromDb()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_alarm.cpp26 : ReminderRequest(ReminderRequest::ReminderType::ALARM) in ReminderRequestAlarm()
H A Dreminder_request.cpp1663 (reminderType_ == ReminderRequest::ReminderType::ALARM)) { in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp273 if (ReminderRequest::ReminderType::ALARM == reminderType) { in ReadReminders()
H A Dans_notification.cpp1329 case (ReminderRequest::ReminderType::ALARM): { in PublishReminder()
H A Dans_manager_stub.cpp1911 if (ReminderRequest::ReminderType::ALARM == reminderType) { in HandlePublishReminder()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h145 ALARM, member in OHOS::Notification::ReminderRequest::ReminderType
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp503 * 2.reminderType_ is ReminderRequest::ReminderType::ALARM
513 reminderRequest->reminderType_ = ReminderRequest::ReminderType::ALARM; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp505 reminder->reminderType_ = ReminderRequest::ReminderType::ALARM; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp3137 * @tc.desc: Test Reminder type ALARM.
3148 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::ALARM); in HWTEST_F()

Completed in 31 milliseconds