Searched refs:dataItemIdsToBeSent (Results 1 – 5 of 5) sorted by relevance
388 list<DataItemId> dataItemIdsToBeSent(0); in notify() local393 dataItemIdsToBeSent.push_back(item->getId()); in notify()399 for (auto each : dataItemIdsToBeSent) { in notify()414 dataItemIdsToBeSent.sort(); in notify()416 set_intersection(dataItemIdsToBeSent.begin(), in notify()417 dataItemIdsToBeSent.end(), in notify()
311 unordered_set<DataItemId> dataItemIdsToBeSent(0); in notify() local314 dataItemIdsToBeSent.insert(item->getId()); in notify()320 for (auto each : dataItemIdsToBeSent) { in notify()332 if (dataItemIdsToBeSent.find(*itr) == dataItemIdsToBeSent.end()) { in notify()
314 unordered_set<DataItemId> dataItemIdsToBeSent = {}; in notify() local317 dataItemIdsToBeSent.insert(item->getId()); in notify()323 for (auto each : dataItemIdsToBeSent) { in notify()335 if (dataItemIdsToBeSent.find(*itr) == dataItemIdsToBeSent.end()) { in notify()