| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 51 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 59 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 68 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 235 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon7fb4e89f0302() 317 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon7fb4e89f0502() 555 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon7fb4e89f0b02() 648 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon7fb4e89f0d02() 793 int deleteReason) { passed = true; }; in __anon7fb4e89f1002() 834 int deleteReason) { passed = true; }; in __anon7fb4e89f1102() 874 …nst std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap> sort… in __anon7fb4e89f1202() [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() 57 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| D | advanced_notification_service_test.cpp | 101 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 109 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) override in OnCanceled() 114 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /base/notification/distributed_notification_service/test/resource/notificationfuzztest/include/ |
| D | notificationgetparam.h | 335 …void OnUpdate(const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap) overr… in OnUpdate() 354 …const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap, int deleteReason) o… in OnCanceled() 372 const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
| D | ansmanagerstubannexthree_fuzzer.cpp | 51 …sptr<Notification::NotificationSortingMap> sortingMap = new Notification::NotificationSortingMap(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
| D | notification_service_test.cpp | 43 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 51 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 56 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_sorting_map.cpp | 104 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
|
| D | notification_helper.cpp | 110 ErrCode NotificationHelper::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_service.cpp | 411 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in CancelPreparedNotification() local 484 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishPreparedNotification() local 619 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(sortingList); in GenerateSortingMap() local 676 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in CancelAll() local 945 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in Delete() local 992 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in DeleteByBundle() local 1039 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in DeleteAll() local 1745 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in PublishContinuousTaskNotification() local 1777 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in CancelContinuousTaskNotification() local 2147 sptr<NotificationSortingMap> sortingMap = GenerateSortingMap(); in OnBundleRemoved() local [all …]
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | subscribe.cpp | 39 std::shared_ptr<NotificationSortingMap> sortingMap; member 50 …const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason, napi_value &resul… in SetSubscribeCallbackData() 187 const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) in OnCanceled() 287 const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnConsumed() 376 void SubscriberInstance::OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) in OnUpdate()
|
| D | common.cpp | 693 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
|
| /base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/ |
| D | notificationfuzztestmanager.cpp | 91 …sptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificationSortingMapSptr(); in RegisterNotificationHelper() local 434 …const std::shared_ptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificatio… in RegisterNotificationSubscriber() local 453 …std::shared_ptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificationSorti… in RegisterNotificationSubscriber() local 464 …const std::shared_ptr<OHOS::Notification::NotificationSortingMap> sortingMap = GetParamNotificatio… in RegisterNotificationSubscriber() local
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
| D | ansmanagerstub_fuzzer.cpp | 173 …sptr<Notification::NotificationSortingMap> sortingMap = new Notification::NotificationSortingMap(); in DoSomethingInterestingWithMyAPI() local
|
| /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() 330 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| D | ans_innerkits_module_publish_test.cpp | 90 void OnUpdate(const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnUpdate() 101 const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) override in OnCanceled() 153 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
|
| /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() 125 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed() 4851 sptr<NotificationSortingMap> sortingMap; variable 4874 sptr<NotificationSortingMap> sortingMap; variable 4894 sptr<NotificationSortingMap> sortingMap; variable 4916 sptr<NotificationSortingMap> sortingMap; variable
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| D | ans_notification_unit_test.cpp | 234 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(); variable
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_helper_test.cpp | 291 sptr<NotificationSortingMap> sortingMap = nullptr; variable
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_notification.cpp | 256 ErrCode AnsNotification::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| D | ans_manager_stub.cpp | 1166 sptr<NotificationSortingMap> sortingMap; in HandleGetCurrentAppSorting() local 2058 ErrCode AnsManagerStub::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| D | ans_manager_proxy.cpp | 1479 ErrCode AnsManagerProxy::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
| D | ans_manager_stub_test.cpp | 3906 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(sortingList); variable
|