| /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() 78 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled() 245 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonc6dbf4800302() 328 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonc6dbf4800502() 571 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonc6dbf4800b02() 665 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anonc6dbf4800d02() 812 int deleteReason) { passed = true; }; in __anonc6dbf4801002() 854 int deleteReason) { passed = true; }; in __anonc6dbf4801102() [all …]
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | notification_subscriber_manager_test.cpp | 51 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 54 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 56 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 63 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| D | advanced_notification_utils_test.cpp | 104 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 109 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) override in OnCanceled() 115 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 120 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| D | advanced_notification_service_branch_test.cpp | 113 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 118 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) override in OnCanceled() 124 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 129 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| D | advanced_notification_service_test.cpp | 116 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 124 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) override in OnCanceled() 127 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 130 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
| D | notification_service_test.cpp | 70 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() 88 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| /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 | 43 std::shared_ptr<NotificationSortingMap> sortingMap; member 55 …const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason, napi_value &resul… in SetSubscribeCallbackData() 195 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) in OnCanceled() 302 &requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) in OnBatchCanceled() 400 const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnConsumed() 490 void SubscriberInstance::OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdate()
|
| D | common.cpp | 43 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_sorting_map_test.cpp | 115 auto sortingMap = std::make_shared<NotificationSortingMap>(sortingList); variable
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_live_view_service.cpp | 140 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnSubscriberAdd() local
|
| D | advanced_notification_utils.cpp | 162 … sptr<NotificationSortingMap> sortingMap = new (std::nothrow) NotificationSortingMap(sortingList); in GenerateSortingMap() local 854 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnDistributedPublish() local 932 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnDistributedUpdate() local
|
| D | advanced_notification_publish_service.cpp | 888 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishContinuousTaskNotification() local 1656 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishNotificationBySa() local
|
| D | advanced_notification_service.cpp | 519 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishPreparedNotification() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| D | ans_notification_unit_test.cpp | 80 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() 98 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| /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() 337 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| D | ans_innerkits_module_publish_test.cpp | 130 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 134 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 140 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 194 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
| D | ans_manager_proxy_unit_test.cpp | 111 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 121 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 126 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 130 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
|