Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dnative_module.cpp51 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::ALARM), &prop) == n… in ConstantInit()
Dnative_module_manager.cpp51 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::ALARM), &prop) == n… in ConstantInit()
Dreminder_common.cpp181 case ReminderRequest::ReminderType::ALARM: in CreateReminder()
Dpublish.cpp493 case ReminderRequest::ReminderType::ALARM: { in ParseReminder()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_alarm.cpp38 : ReminderRequest(ReminderRequest::ReminderType::ALARM) in ReminderRequestAlarm()
335 if (reminder->GetReminderType() == ReminderRequest::ReminderType::ALARM) { in AppendValuesBucket()
Dreminder_store.cpp361 case (static_cast<int32_t>(ReminderRequest::ReminderType::ALARM)): { in BuildReminder()
Dreminder_request.cpp1591 (reminderType_ == ReminderRequest::ReminderType::ALARM)) { in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp282 ReminderRequest reminder = ReminderRequest(ReminderRequest::ReminderType::ALARM);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h49 ALARM, enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp517 reminderRequest->reminderType_ = ReminderRequest::ReminderType::ALARM;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp893 case (ReminderRequest::ReminderType::ALARM): { in PublishReminder()
Dans_manager_proxy.cpp2071 if (ReminderRequest::ReminderType::ALARM == reminderType) { in ReadReminders()
Dans_manager_stub.cpp1384 if (ReminderRequest::ReminderType::ALARM == reminderType) { in HandlePublishReminder()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp2592 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::ALARM);