Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h466 void SetUpdateDeadLine(int64_t updateDeadLine);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp527 record->request->SetUpdateDeadLine(maxExpiredTime); in SetUpdateTimer()
533 record->request->SetUpdateDeadLine(0); in CancelUpdateTimer()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp1190 newNotificationRequest.SetUpdateDeadLine(updateDeadLine); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp270 void NotificationRequest::SetUpdateDeadLine(int64_t updateDeadLine) in SetUpdateDeadLine() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2902 request->SetUpdateDeadLine(duration.count() + NotificationConstant::MAX_UPDATE_TIME);