Searched refs:sortingList (Results 1 – 6 of 6) sorted by relevance
43 std::vector<NotificationSorting> sortingList; variable47 rrc->SetNotificationSorting(sortingList);59 std::vector<NotificationSorting> sortingList; variable73 std::vector<NotificationSorting> sortingList; variable109 std::vector<NotificationSorting> sortingList; variable112 sortingList.emplace_back(sorting);132 std::vector<NotificationSorting> sortingList; variable168 sortingList.emplace_back(sorting);169 rrc->SetNotificationSorting(sortingList);185 sortingList.emplace_back(sorting);[all …]
28 NotificationSortingMap::NotificationSortingMap(const std::vector<NotificationSorting> &sortingList) in NotificationSortingMap() argument30 for (auto item : sortingList) { in NotificationSortingMap()56 …NotificationSortingMap::SetNotificationSorting(const std::vector<NotificationSorting> &sortingList) in SetNotificationSorting() argument58 for (auto item : sortingList) { in SetNotificationSorting()
33 std::vector<Notification::NotificationSorting> sortingList; in DoSomethingInterestingWithMyAPI() local34 sortingList.emplace_back(notificationSorting); in DoSomethingInterestingWithMyAPI()35 notificationSortingMap.SetNotificationSorting(sortingList); in DoSomethingInterestingWithMyAPI()
112 const std::vector<NotificationSorting> sortingList; variable113 sptr<NotificationSortingMap> map = new NotificationSortingMap(sortingList);148 std::vector<NotificationSorting> sortingList; variable151 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList);168 std::vector<NotificationSorting> sortingList; variable171 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList);
35 NotificationSortingMap(const std::vector<NotificationSorting> &sortingList);81 void SetNotificationSorting(const std::vector<NotificationSorting> &sortingList);
163 std::vector<NotificationSorting> sortingList; in GenerateSortingMap() local166 sorting.SetRanking(static_cast<uint64_t>(sortingList.size())); in GenerateSortingMap()169 sortingList.push_back(sorting); in GenerateSortingMap()172 … sptr<NotificationSortingMap> sortingMap = new (std::nothrow) NotificationSortingMap(sortingList); in GenerateSortingMap()