Searched refs:notificationList (Results 1 – 3 of 3) sorted by relevance
109 std::vector<std::shared_ptr<Notification>> notificationList; in OnBatchCanceled() local111 notificationList.emplace_back(std::make_shared<Notification>(*notification)); in OnBatchCanceled()114 subscriber->OnBatchCanceled(notificationList, in OnBatchCanceled()117 subscriber->OnBatchCanceled(notificationList, in OnBatchCanceled()
196 std::vector<std::shared_ptr<Notification>> notificationList; in OnBatchCanceled() local198 notificationList.emplace_back(std::make_shared<Notification>(*notification)); in OnBatchCanceled()201 subscriber_.OnBatchCanceled(notificationList, in OnBatchCanceled()204 subscriber_.OnBatchCanceled(notificationList, in OnBatchCanceled()
402 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(); variable2153 auto notificationList = parser.GetOnConsumedWithSortingMapReq(); variable2184 auto notificationList = parser.GetOnConsumedWithSortingMapReq(); variable[all …]