Home
last modified time | relevance | path

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

1234

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dnotification_test.cpp51 std::shared_ptr<Notification> notification = DelayedSingleton<Notification>::GetInstance(); variable
75 std::shared_ptr<Notification> notification = DelayedSingleton<Notification>::GetInstance(); variable
101 std::shared_ptr<Notification> notification = DelayedSingleton<Notification>::GetInstance(); variable
125 std::shared_ptr<Notification> notification = DelayedSingleton<Notification>::GetInstance(); variable
149 std::shared_ptr<Notification> notification = DelayedSingleton<Notification>::GetInstance(); variable
173 std::shared_ptr<Notification> notification = DelayedSingleton<Notification>::GetInstance(); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp54 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
78 for (auto notification : notifications) { in OnConsumedList() local
84const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
110 for (auto notification : notifications) { in OnBatchCanceled() local
135 for (auto notification : notifications) { in OnCanceledList() local
H A Dans_subscriber_stub.cpp108 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnConsumedMap() local
164 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnCanceledMap() local
314 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
322const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
H A Dans_subscriber_proxy.cpp91 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
181const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
246 sptr<Notification> notification = notifications[i]; in OnCanceledList() local
/ohos5.0/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 = std::make_shared<IncomingCallWakeup>(); in IncomingCallWakeupFunc() local
91 std::shared_ptr<ProximitySensor> notification = std::make_shared<ProximitySensor>(); in ProximitySensorFunc() local
112 std::shared_ptr<StatusBar> notification = std::make_shared<StatusBar>(); in StatusBarFunc() local
136 std::shared_ptr<WiredHeadset> notification = std::make_shared<WiredHeadset>(); in WiredHeadsetHandlerFunc() local
185 … std::shared_ptr<MissedCallNotification> notification = std::make_shared<MissedCallNotification>(); in MissedCallNotificationFunc() local
209 std::shared_ptr<RejectCallSms> notification = std::make_shared<RejectCallSms>(); in RejectCallSmsFunc() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp146 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in OnConsumed()
169 for (auto notification : notifications) { in OnConsumedList() local
175const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in OnCanceled()
197 for (auto notification : notifications) { in OnBatchCanceled() local
220 for (auto notification : notifications) { in OnCanceledList() local
/ohos5.0/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(); variable
196 sptr<Notification> notification = new Notification(); variable
215 sptr<Notification> notification = new Notification(); variable
250 sptr<Notification> notification = new Notification(); variable
275 sptr<Notification> notification = new Notification(); variable
303 sptr<Notification> notification = new Notification(); variable
347 sptr<Notification> notification = new Notification(); variable
364 sptr<Notification> notification = new Notification(); variable
383 sptr<Notification> notification = new Notification(); variable
404 sptr<Notification> notification = new Notification(); variable
/ohos5.0/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::Notif… variable
117 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable
158 …sptr<OHOS::Notification::Notification> notification = new (std::nothrow) OHOS::Notification::Notif… variable
/ohos5.0/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 = 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
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp150 sptr<Notification> notification = new Notification(request); variable
170 sptr<Notification> notification = new Notification(request); variable
240 sptr<Notification> notification = new Notification(request); variable
280 sptr<Notification> notification = new Notification(request); variable
309 sptr<Notification> notification = new Notification(request); variable
H A Dadvanced_notification_flow_control_service_test.cpp54 sptr<Notification> notification = new (std::nothrow) Notification(request); variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A 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()
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp719 const std::shared_ptr<NotificationSortingMap>) { in __anonfcca8a570d02()
765 const std::shared_ptr<NotificationSortingMap>) { in __anonfcca8a570e02()
949 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anonfcca8a571202()
989 const std::shared_ptr<NotificationSortingMap>) { passed = true; }; in __anonfcca8a571302()
1460 sortingMap) { passed = true; }; in __anonfcca8a571c02()
1505 sortingMap) { passed = true; }; in __anonfcca8a571d02()
1543 sortingMap) { passed = true; }; in __anonfcca8a571e02()
1581 sortingMap) { passed = true; }; in __anonfcca8a571f02()
2229 sortingMap) { ret++; }; in __anonfcca8a572b02()
2414 sortingMap) { ret++; }; in __anonfcca8a573002()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp157 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumed()
192const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceled()
429 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) in NotifyConsumedInner()
482 sptr<Notification> notification = notifications[i]; in BatchNotifyConsumedInner() local
499const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32… in NotifyCanceledInner()
525 const std::shared_ptr<SubscriberRecord> &record, const sptr<Notification> &notification) in IsSubscribedBysubscriber()
565 for (auto notification : notifications) { in BatchNotifyCanceledInner() local
577 sptr<Notification> notification = notifications[i]; in BatchNotifyCanceledInner() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A 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()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_observer.h64 API_EXPORT virtual void OnSwitchChange(const SwitchNotification &notification) {} in OnSwitchChange()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_event_notifier_proxy_test.cpp108 ProfileChangeNotification notification; variable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/
H A Dnotificationannex_fuzzer.cpp31 Notification::Notification notification(stringData, request); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_record.h33 sptr<Notification> notification; member
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dtask_notification_subscriber.cpp47 void TaskNotificationSubscriber::OnCanceled(const std::shared_ptr<Notification::Notification> &noti… in OnCanceled()
91 void TaskNotificationSubscriber::OnConsumed(const std::shared_ptr<Notification::Notification> &noti… in OnConsumed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp53 … ErrCode Publish(const std::string &label, const sptr<NotificationRequest> &notification) override in Publish()
58 …ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification) override in PublishNotificationForIndirectProxy()
163const sptr<NotificationRequest> notification, const std::string &representativeBundle) override in PublishAsBundle()
749 auto notification = std::make_shared<AnsNotification>(); variable
768 auto notification = std::make_shared<AnsNotification>(); variable
786 auto notification = std::make_shared<AnsNotification>(); variable
805 auto notification = std::make_shared<AnsNotification>(); variable
824 auto notification = std::make_shared<AnsNotification>(); variable
843 auto notification = std::make_shared<AnsNotification>(); variable
857 auto notification = std::make_shared<AnsNotification>(); variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
H A Dgetallactivenotifications_fuzzer.cpp35 sptr<Notification::Notification> notification = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp30 Notification::NotificationRequest notification; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/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(); variable
150 sptr<NotificationBundleOption> notification = new (std::nothrow) NotificationBundleOption(); variable

1234