/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 54 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/ |
D | notification_subscriber_manager_test.cpp | 44 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()
|
D | advanced_notification_service_branch_test.cpp | 95 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()
|
D | advanced_notification_service_test.cpp | 106 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/ |
D | notification_service_test.cpp | 72 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/ |
D | notification_sorting_map.cpp | 106 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | subscribe.cpp | 40 std::shared_ptr<NotificationSortingMap> sortingMap; member 52 …const 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()
|
D | common.cpp | 695 …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/ |
D | ans_notification_unit_test.cpp | 82 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/ |
D | ans_fw_module_test.cpp | 131 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()
|
D | ans_innerkits_module_publish_test.cpp | 94 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/ |
D | advanced_notification_service.cpp | 531 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/ |
D | ans_manager_proxy_unit_test.cpp | 112 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()
|