Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 45) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp63 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
74 for (auto notification : notifications) { in OnConsumedList() local
80const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, 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/
Dcallnotification_fuzzer.cpp44 …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/
Dans_subscriber_stub_unit_test.cpp197 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/
Dans_subscriber_proxy_branch_test.cpp91 …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/
Dans_subscriber_proxy_unit_test.cpp164 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/
Dnotification_subscriber_manager_test.cpp148 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
Dnotification_local_live_view_subscriber_manager_test.cpp126 sptr<Notification> notification = new Notification(request); variable
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
Dmock_ans_subscriber.h38const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) overr… in OnConsumed()
43 …void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notifi… in OnCanceled()
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp245 …[](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/
Dans_subscriber_stub.cpp96 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnConsumedMap() local
152 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnCanceledMap() local
293 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
301const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
Dans_subscriber_proxy.cpp91 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
178const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp131 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumed()
166const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceled()
373 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumedInner()
407 sptr<Notification> notification = notifications[i]; in BatchNotifyConsumedInner() local
433const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceledInner()
479 sptr<Notification> notification = notifications[i]; in BatchNotifyCanceledInner() local
Dadvanced_notification_publish_service.cpp173 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 …]
Dnotification_local_live_view_subscriber_manager.cpp131 …cationLocalLiveViewSubscriberManager::NotifyTriggerResponse(const sptr<Notification> &notification, in NotifyTriggerResponse()
256 const sptr<Notification> &notification, const sptr<NotificationButtonOption> buttonOption) in NotifyTriggerResponseInner()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_notification.cpp34 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/
Dnotification_record.h33 sptr<Notification> notification; member
Dadvanced_notification_service.h54 sptr<Notification> notification = nullptr; member
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/
Dnotificationannex_fuzzer.cpp31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp53 … ErrCode Publish(const std::string &label, const sptr<NotificationRequest> &notification) override in Publish()
146const 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/
Dgetallactivenotifications_fuzzer.cpp35 sptr<Notification::Notification> notification = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp53 sptr<Notification::Notification> notification = new Notification::Notification(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp42 sptr<Notification::Notification> notification = new Notification::Notification(request); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp37 Notification::Notification notification(request); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
Dansmanagerstubannextwo_fuzzer.cpp37 … sptr<Notification::NotificationRequest> notification = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local

12