Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_sorting_map_test.cpp47 rrc->SetNotificationSorting(sortingList);
169 rrc->SetNotificationSorting(sortingList);
186 rrc->SetNotificationSorting(sortingList);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_sorting_map.h81 void SetNotificationSorting(const std::vector<NotificationSorting> &sortingList);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationsortingmap_fuzzer/
H A Dnotificationsortingmap_fuzzer.cpp35 notificationSortingMap.SetNotificationSorting(sortingList); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting_map.cpp56 void NotificationSortingMap::SetNotificationSorting(const std::vector<NotificationSorting> &sorting… in SetNotificationSorting() function in OHOS::Notification::NotificationSortingMap
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp72 if (!SetNotificationSorting(env, sorting, sortingResult)) { in SetNotificationSortingMap()
88 napi_value Common::SetNotificationSorting(const napi_env &env, NotificationSorting &sorting, napi_v… in SetNotificationSorting() function in OHOS::NotificationNapi::Common
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h339 static napi_value SetNotificationSorting(