/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/ |
D | getallactivenotifications_fuzzer.cpp | 38 Notification::NotificationHelper::GetAllActiveNotifications(notifications); in DoSomethingInterestingWithMyAPI() 42 … return Notification::NotificationHelper::GetAllActiveNotifications(keys, notifications) == ERR_OK; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | get_active.h | 34 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | init.cpp | 49 DECLARE_NAPI_FUNCTION("getAllActiveNotifications", GetAllActiveNotifications), in NotificationInit()
|
D | get_active.cpp | 69 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info) in GetAllActiveNotifications() function 97 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in GetAllActiveNotifications()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_helper.h | 429 static ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification); 441 static ErrCode GetAllActiveNotifications(
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_helper.cpp | 228 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification) in GetAllActiveNotifications() function in OHOS::Notification::NotificationHelper 230 … return DelayedSingleton<AnsNotification>::GetInstance()->GetAllActiveNotifications(notification); in GetAllActiveNotifications() 233 ErrCode NotificationHelper::GetAllActiveNotifications( in GetAllActiveNotifications() function in OHOS::Notification::NotificationHelper 236 …return DelayedSingleton<AnsNotification>::GetInstance()->GetAllActiveNotifications(key, notificati… in GetAllActiveNotifications()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 428 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification); 440 ErrCode GetAllActiveNotifications(
|
D | ans_manager_interface.h | 165 virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) = 0;
|
D | ans_manager_proxy.h | 154 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override;
|
D | ans_manager_stub.h | 169 …virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override;
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
D | ansmanagerstubannextwo_fuzzer.cpp | 67 ansManagerStub.GetAllActiveNotifications(notificationes); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 707 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 753 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 814 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 978 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 1029 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 2327 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 2331 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 2363 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 2369 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); 2401 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK); [all …]
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 58 advancedNotificationService.GetAllActiveNotifications(notificationss); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 329 ErrCode errCode = advancedNotificationService_->GetAllActiveNotifications(notifications); in BENCHMARK_F()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 565 ErrCode AnsNotification::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification) in GetAllActiveNotifications() function in OHOS::Notification::AnsNotification 571 return ansManagerProxy_->GetAllActiveNotifications(notification); in GetAllActiveNotifications() 574 ErrCode AnsNotification::GetAllActiveNotifications( in GetAllActiveNotifications() function in OHOS::Notification::AnsNotification
|
D | ans_manager_stub.cpp | 504 ErrCode result = GetAllActiveNotifications(notifications); in HandleGetAllActiveNotifications() 1877 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) in GetAllActiveNotifications() function in OHOS::Notification::AnsManagerStub
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_get_active.cpp | 99 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in NapiGetAllActiveNotifications()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 130 ansManagerStub.GetAllActiveNotifications(notificationss); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_helper_test.cpp | 558 ErrCode ret = notificationHelper.GetAllActiveNotifications(notification); 573 ErrCode ret = notificationHelper.GetAllActiveNotifications(key, notification);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
D | ans_notification_branch_test.cpp | 117 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override in GetAllActiveNotifications() function in OHOS::Notification::MockAnsManagerInterface
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 809 ErrCode ret1 = ans_->GetAllActiveNotifications(notification); 831 ErrCode ret1 = ans_->GetAllActiveNotifications(key, notification);
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | advanced_notification_service.h | 182 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_service_branch_test.cpp | 487 …EXPECT_EQ(advancedNotificationService_->GetAllActiveNotifications(allNotifications), ERR_ANS_PERMI…
|
D | advanced_notification_service_test.cpp | 654 … EXPECT_EQ(advancedNotificationService_->GetAllActiveNotifications(allNotifications), (int)ERR_OK); 990 EXPECT_EQ(advancedNotificationService_->GetAllActiveNotifications(notifications), ERR_OK); 2404 EXPECT_EQ(advancedNotificationService_->GetAllActiveNotifications(notifications), ERR_OK);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
D | notification_subscriber_manager_branch_test.cpp | 638 …EXPECT_EQ(advancedNotificationService.GetAllActiveNotifications(notifications), ERR_ANS_NON_SYSTEM…
|