Home
last modified time | relevance | path

Searched defs:notificationMap (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp116 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnConsumedMap() local
143 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnCanceledMap() local
164 sptr<NotificationSortingMap> notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnUpdated() local
206 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
210 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
213 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated()
Dans_subscriber_proxy.cpp118 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
158 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
202 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
Dans_subscriber_proxy_unit_test.cpp220 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
242 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
262 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
304 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
327 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
348 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
390 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
410 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp69 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
77 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
85 … NotificationSubscriber::SubscriberImpl::OnUpdated(const sptr<NotificationSortingMap> &notificatio… in OnUpdated()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp111 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumed()
125 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceled()
139 void NotificationSubscriberManager::NotifyUpdated(const sptr<NotificationSortingMap> &notificationM… in NotifyUpdated()
313 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumedInner()
337 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceledInner()
358 … NotificationSubscriberManager::NotifyUpdatedInner(const sptr<NotificationSortingMap> &notificatio… in NotifyUpdatedInner()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp140 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
160 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp58 …sptr<Notification::NotificationSortingMap> notificationMap = new Notification::NotificationSorting… in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp44 …sptr<Notification::NotificationSortingMap> notificationMap = new Notification::NotificationSorting… in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
Dans_subscriber_stub_unit_test.cpp390 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(); variable