Home
last modified time | relevance | path

Searched defs:sortingMap (Results 1 – 18 of 18) 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()
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/
Dnotification_subscriber_manager_test.cpp51 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()
Dadvanced_notification_utils_test.cpp104 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()
Dadvanced_notification_service_branch_test.cpp113 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()
Dadvanced_notification_service_test.cpp116 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/
Dnotification_service_test.cpp70 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/
Dnotification_sorting_map.cpp106 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp43 std::shared_ptr<NotificationSortingMap> sortingMap; member
55const 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()
Dcommon.cpp43 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_sorting_map_test.cpp115 auto sortingMap = std::make_shared<NotificationSortingMap>(sortingList); variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_live_view_service.cpp140 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnSubscriberAdd() local
Dadvanced_notification_utils.cpp162 … 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
Dadvanced_notification_publish_service.cpp888 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishContinuousTaskNotification() local
1656 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishNotificationBySa() local
Dadvanced_notification_service.cpp519 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishPreparedNotification() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp80 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/
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()
337 …&requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) ove… in OnBatchCanceled()
Dans_innerkits_module_publish_test.cpp130 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/
Dans_manager_proxy_unit_test.cpp111 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()