Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp51 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/
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()
57 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
Dadvanced_notification_service_test.cpp101 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/
Dnotificationgetparam.h335 …void OnUpdate(const std::shared_ptr<OHOS::Notification::NotificationSortingMap> &sortingMap) overr… in OnUpdate()
354const 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/
Dansmanagerstubannexthree_fuzzer.cpp51 …sptr<Notification::NotificationSortingMap> sortingMap = new Notification::NotificationSortingMap(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp43 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/
Dnotification_sorting_map.cpp104 NotificationSortingMap *sortingMap = new (std::nothrow) NotificationSortingMap(sortings); in Unmarshalling() local
Dnotification_helper.cpp110 ErrCode NotificationHelper::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp411 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/
Dsubscribe.cpp39 std::shared_ptr<NotificationSortingMap> sortingMap; member
50const 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()
Dcommon.cpp693 …const napi_env &env, const std::shared_ptr<NotificationSortingMap> &sortingMap, napi_value &result) in SetNotificationSortingMap()
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/
Dnotificationfuzztestmanager.cpp91 …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/
Dansmanagerstub_fuzzer.cpp173 …sptr<Notification::NotificationSortingMap> sortingMap = new Notification::NotificationSortingMap(); in DoSomethingInterestingWithMyAPI() local
/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()
330 const std::shared_ptr<NotificationSortingMap> &sortingMap) override in OnConsumed()
Dans_innerkits_module_publish_test.cpp90 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/
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()
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/
Dans_notification_unit_test.cpp234 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(); variable
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp291 sptr<NotificationSortingMap> sortingMap = nullptr; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp256 ErrCode AnsNotification::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
Dans_manager_stub.cpp1166 sptr<NotificationSortingMap> sortingMap; in HandleGetCurrentAppSorting() local
2058 ErrCode AnsManagerStub::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
Dans_manager_proxy.cpp1479 ErrCode AnsManagerProxy::GetCurrentAppSorting(sptr<NotificationSortingMap> &sortingMap) in GetCurrentAppSorting()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp3906 sptr<NotificationSortingMap> sortingMap = new NotificationSortingMap(sortingList); variable