Home
last modified time | relevance | path

Searched refs:GetUpdateDeadLine (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_live_view_service.cpp67 StartUpdateTimer(record, requestObj.request->GetUpdateDeadLine()); in RecoverLiveViewFromDb()
176 if (curTime > request->GetUpdateDeadLine() || curTime > request->GetFinishDeadLine()) { in IsLiveViewCanRecover()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h446 int64_t GetUpdateDeadLine() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp262 int64_t NotificationRequest::GetUpdateDeadLine() const in GetUpdateDeadLine() function in OHOS::Notification::NotificationRequest