Home
last modified time | relevance | path

Searched refs:GetAllActiveNotifications (Results 1 – 25 of 29) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
Dgetallactivenotifications_fuzzer.cpp38 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/
Dget_active.h34 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dinit.cpp49 DECLARE_NAPI_FUNCTION("getAllActiveNotifications", GetAllActiveNotifications), in NotificationInit()
Dget_active.cpp69 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/
Dnotification_helper.h429 static ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notification);
441 static ErrCode GetAllActiveNotifications(
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp228 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> &notification) 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/
Dans_notification.h428 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notification);
440 ErrCode GetAllActiveNotifications(
Dans_manager_interface.h165 virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) = 0;
Dans_manager_proxy.h154 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override;
Dans_manager_stub.h169 …virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override;
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
Dansmanagerstubannextwo_fuzzer.cpp67 ansManagerStub.GetAllActiveNotifications(notificationes); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp707 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/
Dadvancednotificationservice_fuzzer.cpp58 advancedNotificationService.GetAllActiveNotifications(notificationss); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp329 ErrCode errCode = advancedNotificationService_->GetAllActiveNotifications(notifications); in BENCHMARK_F()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp565 ErrCode AnsNotification::GetAllActiveNotifications(std::vector<sptr<Notification>> &notification) 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
Dans_manager_stub.cpp504 ErrCode result = GetAllActiveNotifications(notifications); in HandleGetAllActiveNotifications()
1877 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) in GetAllActiveNotifications() function in OHOS::Notification::AnsManagerStub
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_get_active.cpp99 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in NapiGetAllActiveNotifications()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp130 ansManagerStub.GetAllActiveNotifications(notificationss); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp558 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/
Dans_notification_branch_test.cpp117 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override in GetAllActiveNotifications() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp809 ErrCode ret1 = ans_->GetAllActiveNotifications(notification);
831 ErrCode ret1 = ans_->GetAllActiveNotifications(key, notification);
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h182 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp487 …EXPECT_EQ(advancedNotificationService_->GetAllActiveNotifications(allNotifications), ERR_ANS_PERMI…
Dadvanced_notification_service_test.cpp654 … 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/
Dnotification_subscriber_manager_branch_test.cpp638 …EXPECT_EQ(advancedNotificationService.GetAllActiveNotifications(notifications), ERR_ANS_NON_SYSTEM…

12