Home
last modified time | relevance | path

Searched refs:SetNotificationSorting (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_sorting_map_test.cpp47 rrc->SetNotificationSorting(sortingList);
132 rrc->SetNotificationSorting(sortingList);
149 rrc->SetNotificationSorting(sortingList);
/base/notification/distributed_notification_service/test/fuzztest/notificationsortingmap_fuzzer/
Dnotificationsortingmap_fuzzer.cpp35 notificationSortingMap.SetNotificationSorting(sortingList); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_sorting_map.h81 void SetNotificationSorting(const std::vector<NotificationSorting> &sortingList);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_sorting_map.cpp56 void NotificationSortingMap::SetNotificationSorting(const std::vector<NotificationSorting> &sorting… in SetNotificationSorting() function in OHOS::Notification::NotificationSortingMap
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h377 static napi_value SetNotificationSorting(
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp724 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