Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 21 of 21) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
Dans_subscriber_proxy_branch_test.cpp70 std::vector<sptr<OHOS::Notification::Notification>> notifications; variable
92 std::vector<sptr<OHOS::Notification::Notification>> notifications; variable
115 std::vector<sptr<OHOS::Notification::Notification>> notifications; variable
136 std::vector<sptr<OHOS::Notification::Notification>> notifications; variable
156 std::vector<sptr<OHOS::Notification::Notification>> notifications; variable
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dget_active.h29 std::vector<sptr<OHOS::Notification::Notification>> notifications; member
/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
Dgetallactivenotifications_fuzzer.cpp36 std::vector<sptr<Notification::Notification>> notifications; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp327 std::vector<sptr<OHOS::Notification::Notification>> notifications; in BENCHMARK_F() local
344 std::vector<sptr<OHOS::Notification::Notification>> notifications; in BENCHMARK_F() local
361 std::vector<sptr<OHOS::Notification::Notification>> notifications; in BENCHMARK_F() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
Dansmanagerstubannextwo_fuzzer.cpp60 std::vector<sptr<Notification::NotificationRequest>> notifications; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp155 std::vector<sptr<Notification>> notifications; in HandleOnCanceledListMap() local
269 void AnsSubscriberStub::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList()
Dans_subscriber_proxy.cpp175 void AnsSubscriberProxy::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList()
Dans_manager_stub.cpp476 std::vector<sptr<NotificationRequest>> notifications; in HandleGetActiveNotifications() local
503 std::vector<sptr<Notification>> notifications; in HandleGetAllActiveNotifications() local
520 std::vector<sptr<Notification>> notifications; in HandleGetSpecialActiveNotifications() local
1865 ErrCode AnsManagerStub::GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notification… in GetActiveNotifications()
1877 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) in GetAllActiveNotifications()
1884 const std::vector<std::string> &key, std::vector<sptr<Notification>> &notifications) in GetSpecialActiveNotifications()
Dans_manager_proxy.cpp396 ErrCode AnsManagerProxy::GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notificatio… in GetActiveNotifications()
449 ErrCode AnsManagerProxy::GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) in GetAllActiveNotifications()
474 const std::vector<std::string> &key, std::vector<sptr<Notification>> &notifications) in GetSpecialActiveNotifications()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp84 …icationSubscriber::SubscriberImpl::OnCanceledList(const std::vector<sptr<Notification>> &notificat… in OnCanceledList()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp126 std::vector<sptr<Notification::NotificationRequest>> notifications; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp54 std::vector<sptr<Notification::NotificationRequest>> notifications; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp706 std::vector<sptr<Notification>> notifications; variable
752 std::vector<sptr<Notification>> notifications; variable
813 std::vector<sptr<Notification>> notifications; variable
977 std::vector<sptr<Notification>> notifications; variable
1028 std::vector<sptr<Notification>> notifications; variable
2326 std::vector<sptr<Notification>> notifications; variable
2362 std::vector<sptr<Notification>> notifications; variable
2400 std::vector<sptr<Notification>> notifications; variable
2511 std::vector<sptr<Notification>> notifications; variable
2550 std::vector<sptr<Notification>> notifications; variable
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp164 …otificationSubscriberManager::BatchNotifyCanceled(const std::vector<sptr<Notification>> &notificat… in BatchNotifyCanceled()
409 …cationSubscriberManager::BatchNotifyCanceledInner(const std::vector<sptr<Notification>> &notificat… in BatchNotifyCanceledInner()
Dadvanced_notification_service.cpp756 std::vector<sptr<Notification>> notifications; in CancelAll() local
900 …vancedNotificationService::GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notifica… in GetActiveNotifications()
1150 std::vector<sptr<Notification>> notifications; in DeleteAll() local
1555 …vancedNotificationService::GetAllActiveNotifications(std::vector<sptr<Notification>> &notification… in GetAllActiveNotifications()
1602 const std::vector<std::string> &key, std::vector<sptr<Notification>> &notifications) in GetSpecialActiveNotifications()
2398 std::vector<sptr<Notification>> notifications; in OnBundleRemoved() local
2635 std::vector<sptr<Notification>> notifications; in RemoveAllNotifications() local
2681 std::vector<sptr<Notification>> notifications; in RemoveNotifications() local
2785 std::vector<sptr<Notification>> notifications; in CancelGroup() local
2860 std::vector<sptr<Notification>> notifications; in RemoveGroupByBundle() local
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp575 std::vector<sptr<NotificationRequest>> notifications; variable
895 std::vector<sptr<NotificationRequest>> notifications; variable
989 std::vector<sptr<Notification>> notifications; variable
1012 std::vector<sptr<Notification>> notifications; variable
1071 std::vector<sptr<Notification>> notifications; variable
2315 std::vector<sptr<NotificationRequest>> notifications; variable
2403 std::vector<sptr<Notification>> notifications; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp107 ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notifications) override in GetActiveNotifications()
117 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override in GetAllActiveNotifications()
123 … const std::vector<std::string> &key, std::vector<sptr<Notification>> &notifications) override in GetSpecialActiveNotifications()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp1542 std::vector<sptr<NotificationRequest>> notifications; variable
1565 std::vector<sptr<NotificationRequest>> notifications; variable
1586 std::vector<sptr<NotificationRequest>> notifications; variable
1608 std::vector<sptr<NotificationRequest>> notifications; variable
1630 std::vector<sptr<NotificationRequest>> notifications; variable
1759 std::vector<sptr<Notification>> notifications; variable
1782 std::vector<sptr<Notification>> notifications; variable
1803 std::vector<sptr<Notification>> notifications; variable
1825 std::vector<sptr<Notification>> notifications; variable
1847 std::vector<sptr<Notification>> notifications; variable
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp631 std::vector<sptr<Notification>> notifications; variable
649 std::vector<sptr<Notification>> notifications; variable
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp179 std::vector<sptr<Notification>> notifications; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp3447 std::vector<sptr<Notification>> notifications; variable