Searched refs:SetNotificationSorting (Results 1 – 6 of 6) sorted by relevance
47 rrc->SetNotificationSorting(sortingList);132 rrc->SetNotificationSorting(sortingList);149 rrc->SetNotificationSorting(sortingList);
35 notificationSortingMap.SetNotificationSorting(sortingList); in DoSomethingInterestingWithMyAPI()
81 void SetNotificationSorting(const std::vector<NotificationSorting> &sortingList);
56 void NotificationSortingMap::SetNotificationSorting(const std::vector<NotificationSorting> &sorting… in SetNotificationSorting() function in OHOS::Notification::NotificationSortingMap
377 static napi_value SetNotificationSorting(
724 if (!SetNotificationSorting(env, sorting, sortingResult)) { in SetNotificationSortingMap()740 napi_value Common::SetNotificationSorting(const napi_env &env, const NotificationSorting &sorting, … in SetNotificationSorting() function in OHOS::NotificationNapi::Common