Home
last modified time | relevance | path

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

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