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.cpp120 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnConsumedMap() local
149 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnConsumedListMap() local
176 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnCanceledMap() local
210 sptr<NotificationSortingMap> notificationMap = nullptr; in HandleOnCanceledListMap() local
255 sptr<NotificationSortingMap> notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnUpdated() local
314 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
318 const sptr<NotificationSortingMap> &notificationMap) in OnConsumedList()
322 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
326 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnCanceledList()
329 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()
181 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
232 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnCanceledList()
282 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp146 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
163 const sptr<NotificationSortingMap> &notificationMap) in OnConsumedList()
175 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
191 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnBatchCanceled()
210 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in OnCanceledList()
225 … 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/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
Dans_subscriber_proxy_branch_test.cpp72 sptr<NotificationSortingMap> notificationMap = nullptr; variable
96 sptr<NotificationSortingMap> notificationMap = nullptr; variable
120 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp157 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumed()
171const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &reco… in BatchNotifyConsumed()
192 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceled()
212 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in BatchNotifyCanceled()
230 void NotificationSubscriberManager::NotifyUpdated(const sptr<NotificationSortingMap> &notificationM… in NotifyUpdated()
429 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumedInner()
471const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &reco… in BatchNotifyConsumedInner()
499 …const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceledInner()
556 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in BatchNotifyCanceledInner()
614 … NotificationSubscriberManager::NotifyUpdatedInner(const sptr<NotificationSortingMap> &notificatio… in NotifyUpdatedInner()
Dadvanced_notification_utils.cpp1816 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) in SendNotificationsOnCanceled()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp151 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
171 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(sortingList); variable
244 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
284 sptr<NotificationSortingMap> notificationMap = new (std::nothrow) NotificationSortingMap(); variable
303 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.cpp57 …sptr<Notification::NotificationSortingMap> notificationMap = new Notification::NotificationSorting… in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp46 …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.cpp62 sptr<NotificationSortingMap> notificationMap = nullptr; variable
78 sptr<NotificationSortingMap> notificationMap = nullptr; variable
94 sptr<NotificationSortingMap> notificationMap = nullptr; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
Dans_subscriber_stub_unit_test.cpp441 sptr<NotificationSortingMap> notificationMap = new NotificationSortingMap(); variable