/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/ |
D | callnotification_fuzzer.cpp | 59 …std::shared_ptr<IncomingCallNotification> notification = std::make_shared<IncomingCallNotification… in IncomingCallNotificationFunc() local 83 std::shared_ptr<IncomingCallWakeup> notification = std::make_shared<IncomingCallWakeup>(); in IncomingCallWakeupFunc() local 107 std::shared_ptr<ProximitySensor> notification = std::make_shared<ProximitySensor>(); in ProximitySensorFunc() local 128 std::shared_ptr<StatusBar> notification = std::make_shared<StatusBar>(); in StatusBarFunc() local 152 std::shared_ptr<WiredHeadset> notification = std::make_shared<WiredHeadset>(); in WiredHeadsetHandlerFunc() local 206 … std::shared_ptr<MissedCallNotification> notification = std::make_shared<MissedCallNotification>(); in MissedCallNotificationFunc() local 230 std::shared_ptr<RejectCallSms> notification = std::make_shared<RejectCallSms>(); in RejectCallSmsFunc() local
|
/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_stub_test/ |
D | ans_subscriber_stub_unit_test.cpp | 195 sptr<Notification> notification = new Notification(); variable 212 sptr<Notification> notification = new Notification(); variable 231 sptr<Notification> notification = new Notification(); variable 266 sptr<Notification> notification = new Notification(); variable 283 sptr<Notification> notification = new Notification(); variable 302 sptr<Notification> notification = new Notification(); variable 323 sptr<Notification> notification = new Notification(); variable
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 63 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 71 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled() 88 for (auto notification : notifications) { in OnCanceledList() local
|
D | notification_helper.cpp | 228 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification) in GetAllActiveNotifications() 234 const std::vector<std::string> key, std::vector<sptr<Notification>> ¬ification) in GetAllActiveNotifications()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/ |
D | ans_subscriber_proxy_unit_test.cpp | 160 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 182 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 224 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 244 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 267 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable 311 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 242 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anon9ab73b9e0302() 325 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anon9ab73b9e0502() 568 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anon9ab73b9e0b02() 662 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anon9ab73b9e0d02() 716 const std::shared_ptr<NotificationSortingMap>) { in __anon9ab73b9e0e02() 762 const std::shared_ptr<NotificationSortingMap>) { in __anon9ab73b9e0f02() 891 …[](const std::shared_ptr<Notification> notification, const std::shared_ptr<NotificationSortingMap>… in __anon9ab73b9e1202() 946 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anon9ab73b9e1302() 986 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anon9ab73b9e1402() 1026 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anon9ab73b9e1502() [all …]
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 94 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnConsumedMap() local 121 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnCanceledMap() local 262 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in OnConsumed() 266 …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() 131 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in OnCanceled()
|
/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/services/ans/include/ |
D | notification_record.h | 33 sptr<Notification> notification; member
|
/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/services/ans/src/ |
D | notification_subscriber_manager.cpp | 133 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in NotifyConsumed() 149 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in NotifyCanceled() 363 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) in NotifyConsumedInner() 387 …const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, int32… in NotifyCanceledInner() 422 sptr<Notification> notification = notifications[i]; in BatchNotifyCanceledInner() local
|
D | advanced_notification_service.cpp | 102 sptr<Notification> notification = nullptr; member 443 sptr<Notification> notification = nullptr; in CancelPreparedNotification() local 753 sptr<Notification> notification = nullptr; in CancelAll() local 971 const sptr<NotificationRequest> notification, const std::string &representativeBundle) in PublishAsBundle() 1047 sptr<Notification> notification = nullptr; in Delete() local 1103 sptr<Notification> notification = nullptr; in DeleteByBundle() local 1157 sptr<Notification> notification = nullptr; in DeleteAll() local 1377 … const std::string &label, int32_t notificationId, sptr<Notification> ¬ification, bool isCancel) in RemoveFromNotificationList() 1405 const std::string &key, sptr<Notification> ¬ification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList() 1426 const std::string &key, const int32_t &userId, sptr<Notification> ¬ification) in RemoveFromNotificationListForDeleteAll() [all …]
|
/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/services/ans/test/unittest/ |
D | notification_subscriber_manager_test.cpp | 142 sptr<Notification> notification = new Notification(request); variable 162 sptr<Notification> notification = new Notification(request); variable
|
D | advanced_notification_service_test.cpp | 657 for (auto notification : allNotifications) { variable 1707 sptr<NotificationRequest> notification = nullptr; variable 2495 std::shared_ptr<Notification> notification = std::make_shared<Notification>(req); variable 3275 sptr<Notification> notification = new (std::nothrow) Notification(req); variable 3497 sptr<Notification> notification = new (std::nothrow) Notification(request); variable 3536 sptr<Notification> notification = new (std::nothrow) Notification(request); variable 3558 sptr<Notification> notification = new (std::nothrow) Notification(request); variable
|
/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 | 41 sptr<Notification::Notification> notification = new Notification::Notification(); 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
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 106 … sptr<Notification::NotificationRequest> notification = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 34 … sptr<Notification::NotificationRequest> notification = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
D | ans_manager_proxy_unit_test.cpp | 233 sptr<NotificationRequest> notification = nullptr; variable 255 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 278 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 303 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 326 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 351 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 2347 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 2368 sptr<NotificationRequest> notification = nullptr; variable 2390 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable 2414 sptr<NotificationRequest> notification = new (std::nothrow) NotificationRequest(request); variable [all …]
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
D | ans_notification_branch_test.cpp | 51 … ErrCode Publish(const std::string &label, const sptr<NotificationRequest> ¬ification) override in Publish() 144 … const sptr<NotificationRequest> notification, const std::string &representativeBundle) override in PublishAsBundle()
|