Home
last modified time | relevance | path

Searched defs:notification (Results 1 - 25 of 59) sorted by relevance

123

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_record.h33 sptr<Notification> notification; member
/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
H A Dgetallactivenotifications_fuzzer.cpp35 sptr<Notification::Notification> notification = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp30 Notification::NotificationRequest notification; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
H A Dans_subscriber_proxy_branch_test.cpp93 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); in HWTEST_F() local
117 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); in HWTEST_F() local
158 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(); in HWTEST_F() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_local_live_view_subscriber_manager_test.cpp126 sptr<Notification> notification = new Notification(request); in HWTEST_F() local
H A Dnotification_subscriber_manager_test.cpp151 sptr<Notification> notification = new Notification(request); in HWTEST_F() local
171 sptr<Notification> notification = new Notification(request); in HWTEST_F() local
241 sptr<Notification> notification = new Notification(request); in HWTEST_F() local
281 sptr<Notification> notification = new Notification(request); in HWTEST_F() local
310 sptr<Notification> notification in HWTEST_F() local
[all...]
H A Dadvanced_notification_utils_test.cpp285 auto notification = new (std::nothrow) Notification(request); in HWTEST_F() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp56 sptr<Notification::Notification> notification = new Notification::Notification(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H A Danssubscriberproxy_fuzzer.cpp44 sptr<Notification::Notification> notification = new Notification::Notification(request); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp164 sptr<OHOS::Notification::Notification> notification = in HWTEST_F() local
190 sptr<OHOS::Notification::Notification> notification = in HWTEST_F() local
236 sptr<OHOS::Notification::Notification> notification = in HWTEST_F() local
277 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); HWTEST_F() local
320 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); HWTEST_F() local
345 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); HWTEST_F() local
371 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); HWTEST_F() local
418 sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notification(request); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp33 SetNotificationByDistributedOptions( const napi_env &env, const OHOS::Notification::Notification *notification, napi_value &result) SetNotificationByDistributedOptions() argument
91 SetNotification( const napi_env &env, const OHOS::Notification::Notification *notification, napi_value &result) SetNotification() argument
[all...]
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp52 OnConsumed( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) OnConsumed() argument
82 OnCanceled( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceled() argument
[all...]
H A Dans_subscriber_proxy.cpp90 OnConsumed( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) OnConsumed() argument
177 OnCanceled( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceled() argument
243 sptr<Notification> notification = notifications[i]; OnCanceledList() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_do_not_disturb_profile_test.cpp129 sptr<NotificationBundleOption> notification = new (std::nothrow) NotificationBundleOption(); in HWTEST_F() local
150 sptr<NotificationBundleOption> notification = new (std::nothrow) NotificationBundleOption(); in HWTEST_F() local
H A Dnotification_helper_test.cpp583 std::vector<sptr<Notification>> notification; in HWTEST_F() local
598 std::vector<sptr<Notification>> notification; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
H A Dans_subscriber_stub_unit_test.cpp179 sptr<Notification> notification = new Notification(); in HWTEST_F() local
196 sptr<Notification> notification = new Notification(); in HWTEST_F() local
215 sptr<Notification> notification = new Notification(); in HWTEST_F() local
250 sptr<Notification> notification = new Notification(); in HWTEST_F() local
275 sptr<Notification> notification = new Notification(); HWTEST_F() local
303 sptr<Notification> notification = new Notification(); HWTEST_F() local
347 sptr<Notification> notification = new Notification(); HWTEST_F() local
364 sptr<Notification> notification = new Notification(); HWTEST_F() local
383 sptr<Notification> notification = new Notification(); HWTEST_F() local
404 sptr<Notification> notification = new Notification(); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp37 sptr<Notification::NotificationRequest> notification = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp307 ErrCode AdvancedNotificationService::SetNotificationRemindType(sptr<Notification> notification, bool isLocal) in SetNotificationRemindType() argument
H A Dadvanced_notification_inline.cpp140 inline void ReportDeleteFailedEventPushByNotification(const sptr<Notification> &notification, in ReportDeleteFailedEventPushByNotification() argument
H A Dnotification_local_live_view_subscriber_manager.cpp130 void NotificationLocalLiveViewSubscriberManager::NotifyTriggerResponse(const sptr<Notification> &notification, in NotifyTriggerResponse() argument
255 NotifyTriggerResponseInner( const sptr<Notification> &notification, const sptr<NotificationButtonOption> buttonOption) NotifyTriggerResponseInner() argument
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp739 auto notification = std::make_shared<AnsNotification>(); in HWTEST_F() local
758 auto notification = std::make_shared<AnsNotification>(); in HWTEST_F() local
776 auto notification = std::make_shared<AnsNotification>(); in HWTEST_F() local
795 auto notification = std::make_shared<AnsNotification>(); HWTEST_F() local
814 auto notification = std::make_shared<AnsNotification>(); HWTEST_F() local
833 auto notification = std::make_shared<AnsNotification>(); HWTEST_F() local
847 auto notification = std::make_shared<AnsNotification>(); HWTEST_F() local
862 auto notification = std::make_shared<AnsNotification>(); HWTEST_F() local
[all...]
/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp44 std::shared_ptr<IncomingCallNotification> notification = std::make_shared<IncomingCallNotification>(); in IncomingCallNotificationFunc() local
68 std::shared_ptr<IncomingCallWakeup> notification in IncomingCallWakeupFunc() local
91 std::shared_ptr<ProximitySensor> notification = std::make_shared<ProximitySensor>(); ProximitySensorFunc() local
112 std::shared_ptr<StatusBar> notification = std::make_shared<StatusBar>(); StatusBarFunc() local
136 std::shared_ptr<WiredHeadset> notification = std::make_shared<WiredHeadset>(); WiredHeadsetHandlerFunc() local
184 std::shared_ptr<MissedCallNotification> notification = std::make_shared<MissedCallNotification>(); MissedCallNotificationFunc() local
208 std::shared_ptr<RejectCallSms> notification = std::make_shared<RejectCallSms>(); RejectCallSmsFunc() local
[all...]
/base/location/services/location_gnss/gnss/source/
H A Dgnss_event_callback.cpp277 int32_t GnssEventCallback::ReportGnssNiNotification(const GnssNiNotificationRequest& notification) in ReportGnssNiNotification() argument
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp56 sptr<Notification::NotificationRequest> notification = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1164 std::shared_ptr<Notification> notification = std::make_shared<Notification>(req); HWTEST_F() local
1316 sptr<NotificationRequest> notification = nullptr; HWTEST_F() local
1375 sptr<Notification> notification = new (std::nothrow) Notification(req); HWTEST_F() local
[all...]

Completed in 17 milliseconds

123