Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp109 std::vector<std::shared_ptr<Notification>> notificationList; in OnBatchCanceled() local
111 notificationList.emplace_back(std::make_shared<Notification>(*notification)); in OnBatchCanceled()
114 subscriber->OnBatchCanceled(notificationList, in OnBatchCanceled()
117 subscriber->OnBatchCanceled(notificationList, in OnBatchCanceled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp196 std::vector<std::shared_ptr<Notification>> notificationList; in OnBatchCanceled() local
198 notificationList.emplace_back(std::make_shared<Notification>(*notification)); in OnBatchCanceled()
201 subscriber_.OnBatchCanceled(notificationList, in OnBatchCanceled()
204 subscriber_.OnBatchCanceled(notificationList, in OnBatchCanceled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp402 for (auto notification : notificationList) { in GetRequestInNotificationList()
1983 EXPECT_NE(notificationList.size(), std::size_t(0));
1993 notificationList = parser2.GetOnConsumedWithSortingMapReq();
1994 EXPECT_NE(notificationList.size(), std::size_t(0));
2003 notificationList = parser3.GetOnCanceledReq();
2004 EXPECT_NE(notificationList.size(), std::size_t(0));
2044 EXPECT_NE(notificationList.size(), std::size_t(0));
2122 auto notificationList = parser.GetOnConsumedWithSortingMapReq(); variable
2153 auto notificationList = parser.GetOnConsumedWithSortingMapReq(); variable
2184 auto notificationList = parser.GetOnConsumedWithSortingMapReq(); variable
[all …]