| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_subscriber.cpp | 63 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 74 for (auto notification : notifications) { in OnConsumedList() local 80 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled() 96 for (auto notification : notifications) { in OnBatchCanceled() local 117 for (auto notification : notifications) { in OnCanceledList() local
|
| /base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/ |
| D | callnotification_fuzzer.cpp | 44 …std::shared_ptr<IncomingCallNotification> notification = std::make_shared<IncomingCallNotification… in IncomingCallNotificationFunc() local 68 std::shared_ptr<IncomingCallWakeup> notification = std::make_shared<IncomingCallWakeup>(); in IncomingCallWakeupFunc() local 92 std::shared_ptr<ProximitySensor> notification = std::make_shared<ProximitySensor>(); in ProximitySensorFunc() local 113 std::shared_ptr<StatusBar> notification = std::make_shared<StatusBar>(); in StatusBarFunc() local 137 std::shared_ptr<WiredHeadset> notification = std::make_shared<WiredHeadset>(); in WiredHeadsetHandlerFunc() local 191 … std::shared_ptr<MissedCallNotification> notification = std::make_shared<MissedCallNotification>(); in MissedCallNotificationFunc() local 215 std::shared_ptr<RejectCallSms> notification = std::make_shared<RejectCallSms>(); in RejectCallSmsFunc() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/ |
| D | ans_subscriber_stub_unit_test.cpp | 197 sptr<Notification> notification = new Notification(); variable 214 sptr<Notification> notification = new Notification(); variable 233 sptr<Notification> notification = new Notification(); variable 268 sptr<Notification> notification = new Notification(); variable 293 sptr<Notification> notification = new Notification(); variable 321 sptr<Notification> notification = new Notification(); variable 365 sptr<Notification> notification = new Notification(); variable 382 sptr<Notification> notification = new Notification(); variable 401 sptr<Notification> notification = new Notification(); variable 422 sptr<Notification> notification = new Notification(); variable
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/ |
| D | ans_subscriber_proxy_branch_test.cpp | 91 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 114 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 155 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/ |
| D | ans_subscriber_proxy_unit_test.cpp | 164 sptr<OHOS::Notification::Notification> notification = variable 190 sptr<OHOS::Notification::Notification> notification = variable 236 sptr<OHOS::Notification::Notification> notification = variable 277 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 320 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 345 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 371 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 418 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | notification_subscriber_manager_test.cpp | 148 sptr<Notification> notification = new Notification(request); variable 168 sptr<Notification> notification = new Notification(request); variable 238 sptr<Notification> notification = new Notification(request); variable 278 sptr<Notification> notification = new Notification(request); variable 307 sptr<Notification> notification = new Notification(request); variable
|
| D | notification_local_live_view_subscriber_manager_test.cpp | 126 sptr<Notification> notification = new Notification(request); variable
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
| D | mock_ans_subscriber.h | 38 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) overr… in OnConsumed() 43 …void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ifi… in OnCanceled()
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 245 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anonc6dbf4800302() 328 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anonc6dbf4800502() 571 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anonc6dbf4800b02() 665 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anonc6dbf4800d02() 719 const std::shared_ptr<NotificationSortingMap>) { in __anonc6dbf4800e02() 765 const std::shared_ptr<NotificationSortingMap>) { in __anonc6dbf4800f02() 894 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anonc6dbf4801202() 949 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anonc6dbf4801302() 989 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anonc6dbf4801402() 1029 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anonc6dbf4801502() [all …]
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_subscriber_stub.cpp | 96 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnConsumedMap() local 152 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnCanceledMap() local 293 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 301 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled()
|
| D | ans_subscriber_proxy.cpp | 91 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 178 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | notification_subscriber_manager.cpp | 131 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in NotifyConsumed() 166 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in NotifyCanceled() 373 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in NotifyConsumedInner() 407 sptr<Notification> notification = notifications[i]; in BatchNotifyConsumedInner() local 433 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in NotifyCanceledInner() 479 sptr<Notification> notification = notifications[i]; in BatchNotifyCanceledInner() local
|
| D | advanced_notification_publish_service.cpp | 173 sptr<Notification> notification = nullptr; in CancelAll() local 244 const sptr<NotificationRequest> notification, const std::string &representativeBundle) in PublishAsBundle() 294 sptr<Notification> notification = nullptr; in Delete() local 352 sptr<Notification> notification = nullptr; in DeleteByBundle() local 409 sptr<Notification> notification = nullptr; in DeleteAll() local 913 sptr<Notification> notification = nullptr; in CancelContinuousTaskNotification() local 979 sptr<Notification> notification = nullptr; in TriggerLocalLiveView() local 1028 sptr<Notification> notification = nullptr; in RemoveNotification() local 1181 sptr<Notification> notification = nullptr; in RemoveNotifications() local 1237 sptr<Notification> notification = nullptr; in RemoveNotificationBySlot() local [all …]
|
| D | notification_local_live_view_subscriber_manager.cpp | 131 …cationLocalLiveViewSubscriberManager::NotifyTriggerResponse(const sptr<Notification> ¬ification, in NotifyTriggerResponse() 256 const sptr<Notification> ¬ification, const sptr<NotificationButtonOption> buttonOption) in NotifyTriggerResponseInner()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common_convert_notification.cpp | 34 const napi_env &env, const OHOS::Notification::Notification *notification, napi_value &result) in SetNotificationByDistributedOptions() 92 const napi_env &env, const OHOS::Notification::Notification *notification, napi_value &result) in SetNotification()
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| D | notification_record.h | 33 sptr<Notification> notification; member
|
| D | advanced_notification_service.h | 54 sptr<Notification> notification = nullptr; member
|
| /base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/ |
| D | notification_fuzzer.cpp | 31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/ |
| D | notificationannex_fuzzer.cpp | 31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
| D | ans_notification_branch_test.cpp | 53 … ErrCode Publish(const std::string &label, const sptr<NotificationRequest> ¬ification) override in Publish() 146 … const sptr<NotificationRequest> notification, const std::string &representativeBundle) override in PublishAsBundle() 626 auto notification = std::make_shared<AnsNotification>(); variable 645 auto notification = std::make_shared<AnsNotification>(); variable 663 auto notification = std::make_shared<AnsNotification>(); variable 682 auto notification = std::make_shared<AnsNotification>(); variable 701 auto notification = std::make_shared<AnsNotification>(); variable 720 auto notification = std::make_shared<AnsNotification>(); variable 734 auto notification = std::make_shared<AnsNotification>(); variable 757 auto notification = std::make_shared<AnsNotification>(); variable
|
| /base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/ |
| D | getallactivenotifications_fuzzer.cpp | 35 sptr<Notification::Notification> notification = nullptr; in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
| D | anssubscriberstub_fuzzer.cpp | 53 sptr<Notification::Notification> notification = new Notification::Notification(); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/ |
| D | anssubscriberproxy_fuzzer.cpp | 42 sptr<Notification::Notification> notification = new Notification::Notification(request); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/ |
| D | readfromparcel_fuzzer.cpp | 37 Notification::Notification notification(request); in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
| D | ansmanagerstubannextwo_fuzzer.cpp | 37 … sptr<Notification::NotificationRequest> notification = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
|