/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/ |
D | ans_subscriber_proxy_branch_test.cpp | 70 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/ |
D | get_active.h | 29 std::vector<sptr<OHOS::Notification::Notification>> notifications; member
|
/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/ |
D | getallactivenotifications_fuzzer.cpp | 36 std::vector<sptr<Notification::Notification>> notifications; in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 327 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/ |
D | ansmanagerstubannextwo_fuzzer.cpp | 60 std::vector<sptr<Notification::NotificationRequest>> notifications; in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 155 std::vector<sptr<Notification>> notifications; in HandleOnCanceledListMap() local 269 void AnsSubscriberStub::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList()
|
D | ans_subscriber_proxy.cpp | 175 void AnsSubscriberProxy::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList()
|
D | ans_manager_stub.cpp | 476 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>> ¬ification… in GetActiveNotifications() 1877 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) in GetAllActiveNotifications() 1884 const std::vector<std::string> &key, std::vector<sptr<Notification>> ¬ifications) in GetSpecialActiveNotifications()
|
D | ans_manager_proxy.cpp | 396 ErrCode AnsManagerProxy::GetActiveNotifications(std::vector<sptr<NotificationRequest>> ¬ificatio… in GetActiveNotifications() 449 ErrCode AnsManagerProxy::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) in GetAllActiveNotifications() 474 const std::vector<std::string> &key, std::vector<sptr<Notification>> ¬ifications) in GetSpecialActiveNotifications()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 84 …icationSubscriber::SubscriberImpl::OnCanceledList(const std::vector<sptr<Notification>> ¬ificat… in OnCanceledList()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 126 std::vector<sptr<Notification::NotificationRequest>> notifications; in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 54 std::vector<sptr<Notification::NotificationRequest>> notifications; in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 706 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/ |
D | notification_subscriber_manager.cpp | 164 …otificationSubscriberManager::BatchNotifyCanceled(const std::vector<sptr<Notification>> ¬ificat… in BatchNotifyCanceled() 409 …cationSubscriberManager::BatchNotifyCanceledInner(const std::vector<sptr<Notification>> ¬ificat… in BatchNotifyCanceledInner()
|
D | advanced_notification_service.cpp | 756 std::vector<sptr<Notification>> notifications; in CancelAll() local 900 …vancedNotificationService::GetActiveNotifications(std::vector<sptr<NotificationRequest>> ¬ifica… in GetActiveNotifications() 1150 std::vector<sptr<Notification>> notifications; in DeleteAll() local 1555 …vancedNotificationService::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification… in GetAllActiveNotifications() 1602 const std::vector<std::string> &key, std::vector<sptr<Notification>> ¬ifications) 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/ |
D | advanced_notification_service_test.cpp | 575 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/ |
D | ans_notification_branch_test.cpp | 107 ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> ¬ifications) override in GetActiveNotifications() 117 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override in GetAllActiveNotifications() 123 … const std::vector<std::string> &key, std::vector<sptr<Notification>> ¬ifications) override in GetSpecialActiveNotifications()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
D | ans_manager_proxy_unit_test.cpp | 1542 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/ |
D | notification_subscriber_manager_branch_test.cpp | 631 std::vector<sptr<Notification>> notifications; variable 649 std::vector<sptr<Notification>> notifications; variable
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 179 std::vector<sptr<Notification>> notifications; variable
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
D | ans_manager_stub_test.cpp | 3447 std::vector<sptr<Notification>> notifications; variable
|