Home
last modified time | relevance | path

Searched refs:SetArchiveDeadLine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h498 void SetArchiveDeadLine(int64_t archiveDeadLine);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp1205 notificationRequest.SetArchiveDeadLine(archiveDeadLine); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp290 void NotificationRequest::SetArchiveDeadLine(int64_t archiveDeadLine) in SetArchiveDeadLine() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp561 record->request->SetArchiveDeadLine(0); in CancelArchiveTimer()