Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
Dmock_ans_subscriber.h38 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) overr… in OnConsumed()
43 …OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificatio… in OnCanceled()
47 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) override {}; in OnCanceledList()
49 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override {}; in OnUpdated()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp108 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnConsumedMap() local
137 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnConsumedListMap() local
164 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnCanceledMap() local
198 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnCanceledListMap() local
243 sptr<NotificationSortingMap> notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnUpdated() local
293 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
297 const sptr<NotificationSortingMap> &notificationMap) in OnConsumedList()
301 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
305 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnCanceledList()
308 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated()
Dans_subscriber_proxy.cpp91 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
137 const sptr<NotificationSortingMap> &notificationMap) in OnConsumedList()
178 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
229 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnCanceledList()
273 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp63 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
71 const sptr<NotificationSortingMap> &notificationMap) in OnConsumedList()
80 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
93 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnBatchCanceled()
110 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnCanceledList()
122 … NotificationSubscriber::SubscriberImpl::OnUpdated(const sptr<NotificationSortingMap> &notificatio… in OnUpdated()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
Dans_subscriber_proxy_unit_test.cpp167 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
193 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
213 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
298 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
323 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
347 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
373 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
394 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
439 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
459 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp131 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumed()
145const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &reco… in BatchNotifyConsumed()
166 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceled()
180 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in BatchNotifyCanceled()
194 void NotificationSubscriberManager::NotifyUpdated(const sptr<NotificationSortingMap> &notificationM… in NotifyUpdated()
373 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumedInner()
396const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &reco… in BatchNotifyConsumedInner()
433 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceledInner()
467 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in BatchNotifyCanceledInner()
505 … NotificationSubscriberManager::NotifyUpdatedInner(const sptr<NotificationSortingMap> &notificatio… in NotifyUpdatedInner()
Dadvanced_notification_utils.cpp1573 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in SendNotificationsOnCanceled()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
Dans_subscriber_proxy_branch_test.cpp71 sptr<NotificationSortingMap> notificationMap = nullptr; variable
94 sptr<NotificationSortingMap> notificationMap = nullptr; variable
117 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp149 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
169 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
242 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
282 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
301 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(); variable
/base/usb/usb_manager/services/native/include/
Dusb_mass_storage_notification.h46 std::map<std::string, std::string> notificationMap = { variable
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp54 …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/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp61 sptr<NotificationSortingMap> notificationMap = nullptr; variable
77 sptr<NotificationSortingMap> notificationMap = nullptr; variable
93 sptr<NotificationSortingMap> notificationMap = nullptr; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
Dans_subscriber_stub_unit_test.cpp459 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(); variable