Home
last modified time | relevance | path

Searched defs:sortingMap (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp54 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
62 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
69 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
242 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon9bfc377f0302()
325 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon9bfc377f0502()
568 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon9bfc377f0b02()
662 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon9bfc377f0d02()
809 int deleteReason) { passed = true; }; in __anon9bfc377f1002()
851 int deleteReason) { passed = true; }; in __anon9bfc377f1102()
891 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon9bfc377f1202()
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp44 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
52 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
55 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
Dadvanced_notification_service_branch_test.cpp95 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
103 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) override in OnCanceled()
106 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
Dadvanced_notification_service_test.cpp106 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
114 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) override in OnCanceled()
117 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp72 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
80 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
83 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_sorting_map.cpp106 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp40 std::shared_ptr<NotificationSortingMap> sortingMap; member
52const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason, napi_value &resul… in SetSubscribeCallbackData()
189 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) in OnCanceled()
287 const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnConsumed()
377 void SubscriberInstance::OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdate()
Dcommon.cpp695 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp82 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
90 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
93 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp131 explicit OnUpdatedEvent(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdatedEvent()
204 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) in OnOnCanceledWithSortingMapAndDeleteReasonEvent()
254 …const std::shared_ptr<Notification> &request, const std::shared_ptr<NotificationSortingMap> &sorti… in OnConsumedWithSortingMapEvent()
294 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
315 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
324 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
Dans_innerkits_module_publish_test.cpp94 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
105 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
111 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp531 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishPreparedNotification() local
697 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(sortingList); in GenerateSortingMap() local
1956 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishContinuousTaskNotification() local
3427 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnDistributedPublish() local
3501 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnDistributedUpdate() local
4489 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishNotificationBySa() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp112 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate()
120 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled()
123 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()