/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 116 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> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 210 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled() 213 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) in OnUpdated()
|
D | ans_subscriber_proxy.cpp | 118 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 158 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled() 202 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) in OnUpdated()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/ |
D | ans_subscriber_proxy_unit_test.cpp | 220 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/ |
D | notification_subscriber.cpp | 69 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 77 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled() 85 … NotificationSubscriber::SubscriberImpl::OnUpdated(const sptr<NotificationSortingMap> ¬ificatio… in OnUpdated()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_subscriber_manager.cpp | 111 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in NotifyConsumed() 125 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in NotifyCanceled() 139 void NotificationSubscriberManager::NotifyUpdated(const sptr<NotificationSortingMap> ¬ificationM… in NotifyUpdated() 313 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in NotifyConsumedInner() 337 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in NotifyCanceledInner() 358 … NotificationSubscriberManager::NotifyUpdatedInner(const sptr<NotificationSortingMap> ¬ificatio… in NotifyUpdatedInner()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_subscriber_manager_test.cpp | 140 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable 160 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
D | anssubscriberstub_fuzzer.cpp | 58 …sptr<Notification::NotificationSortingMap> notificationMap = new Notification::NotificationSorting… in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/ |
D | anssubscriberproxy_fuzzer.cpp | 44 …sptr<Notification::NotificationSortingMap> notificationMap = new Notification::NotificationSorting… in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/ |
D | ans_subscriber_stub_unit_test.cpp | 390 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(); variable
|