Home
last modified time | relevance | path

Searched refs:TIMER (Results 1 – 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dnative_module_manager.cpp48 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::TIMER), &prop) == n… in ConstantInit()
Dnative_module.cpp48 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ReminderType::TIMER), &prop) == n… in ConstantInit()
Dreminder_common.cpp178 case ReminderRequest::ReminderType::TIMER: in CreateReminder()
Dpublish.cpp489 case ReminderRequest::ReminderType::TIMER: { in ParseReminder()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_timer.cpp27 : ReminderRequest(ReminderRequest::ReminderType::TIMER) in ReminderRequestTimer()
Dreminder_store.cpp177 if (reminder->GetReminderType() == ReminderRequest::ReminderType::TIMER) { in UpdateOrInsert()
353 case (static_cast<int32_t>(ReminderRequest::ReminderType::TIMER)): { in BuildReminder()
Dreminder_request.cpp1339 if (reminderType_ == ReminderType::TIMER) { in GetShowTime()
1590 if ((reminderType_ == ReminderRequest::ReminderType::TIMER) || in UpdateNotificationCommon()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp268 ReminderRequest reminder = ReminderRequest(ReminderRequest::ReminderType::TIMER);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h39 TIMER, enumerator
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp338 reminderRequest->GetReminderType() == ReminderRequest::ReminderType::TIMER)) { in InitTimerInfo()
343 … DevStandbyMgr::StandbyServiceClient::GetInstance().GetAllowList(DevStandbyMgr::AllowType::TIMER, in InitTimerInfo()
1085 if (reminderSptr->GetReminderType() != ReminderRequest::ReminderType::TIMER) { in GetImmediatelyShowRemindersLocked()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp713 …DevStandbyMgr::StandbyServiceClient::GetInstance().GetRestrictList(DevStandbyMgr::AllowType::TIMER, in CheckAllowWhileIdle()
729 …DevStandbyMgr::StandbyServiceClient::GetInstance().GetRestrictList(DevStandbyMgr::AllowType::TIMER, in CheckAllowWhileIdle()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp500 reminderRequest->reminderType_ = ReminderRequest::ReminderType::TIMER;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp887 case (ReminderRequest::ReminderType::TIMER): { in PublishReminder()
Dans_manager_proxy.cpp2074 } else if (ReminderRequest::ReminderType::TIMER == reminderType) { in ReadReminders()
Dans_manager_stub.cpp1387 } else if (ReminderRequest::ReminderType::TIMER == reminderType) { in HandlePublishReminder()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp998 ReminderRequest reminder = ReminderRequest(ReminderRequest::ReminderType::TIMER);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp2662 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::TIMER);