Home
last modified time | relevance | path

Searched defs:oldRequest (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_utils_test.cpp149 sptr<NotificationRequest> oldRequest = new (std::nothrow) NotificationRequest(); variable
233 sptr<NotificationRequest> oldRequest = new (std::nothrow) NotificationRequest(); variable
Dadvanced_notification_live_view_service_test.cpp212 sptr<NotificationRequest> oldRequest = new (std::nothrow) NotificationRequest(); variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_live_view_service.cpp448 const sptr<NotificationRequest> &oldRequest) in FillLockScreenPicture()
Dadvanced_notification_utils.cpp224 ErrCode AdvancedNotificationService::FillRequestByKeys(const sptr<NotificationRequest> &oldRequest, in FillRequestByKeys()
Dadvanced_notification_service.cpp1403 auto oldRequest = item->notification->GetNotificationRequest(); in GetFromNotificationList() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp2524 void NotificationRequest::FillMissingParameters(const sptr<NotificationRequest> &oldRequest) in FillMissingParameters()