Home
last modified time | relevance | path

Searched refs:NotificationTimerInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_timer_info.cpp20 void NotificationTimerInfo::SetType(const int &timerInfoType) in SetType()
25 void NotificationTimerInfo::SetRepeat(bool timerInfoRepeat) in SetRepeat()
30 void NotificationTimerInfo::SetInterval(const uint64_t &timerInfoInterval) in SetInterval()
35 void NotificationTimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent… in SetWantAgent()
40 void NotificationTimerInfo::OnTrigger() in OnTrigger()
55 void NotificationTimerInfo::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo()
60 std::function<void()> NotificationTimerInfo::GetCallBack() in GetCallBack()
H A Dadvanced_notification_live_view_service.cpp587 …std::shared_ptr<NotificationTimerInfo> notificationTimerInfo = std::make_shared<NotificationTimerI… in StartDelayPublishTimer()
H A Dadvanced_notification_utils.cpp1792 …std::shared_ptr<NotificationTimerInfo> notificationTimerInfo = std::make_shared<NotificationTimerI… in StartAutoDelete()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_timer_info.h24 class NotificationTimerInfo : public MiscServices::ITimerInfo {
26 NotificationTimerInfo() {}; in NotificationTimerInfo() function
27 virtual ~NotificationTimerInfo() {}; in ~NotificationTimerInfo()
H A Dreport_timer_info.h24 class ReportTimerInfo : public NotificationTimerInfo {