Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
H A Dgetallactivenotifications_fuzzer.cpp38 Notification::NotificationHelper::GetAllActiveNotifications(notifications); in DoSomethingInterestingWithMyAPI()
42 … return Notification::NotificationHelper::GetAllActiveNotifications(keys, notifications) == ERR_OK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dget_active.h34 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp142 ErrCode ret = Notification::NotificationHelper::GetAllActiveNotifications(notifications); in GetAllActiveNotificationsLabels()
158 ErrCode ret = Notification::NotificationHelper::GetAllActiveNotifications(notifications); in RefreshContinuousNotifications()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp714 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
760 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
821 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
985 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
1036 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
2334 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
2338 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
2370 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
2376 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
2408 EXPECT_EQ(NotificationHelper::GetAllActiveNotifications(notifications), ERR_OK);
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dget_active.cpp71 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info) in GetAllActiveNotifications() function
101 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in GetAllActiveNotifications()
H A Dinit.cpp49 DECLARE_NAPI_FUNCTION("getAllActiveNotifications", GetAllActiveNotifications), in NotificationInit()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp320 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> &notification) in GetAllActiveNotifications() function in OHOS::Notification::NotificationHelper
322 … return DelayedSingleton<AnsNotification>::GetInstance()->GetAllActiveNotifications(notification); in GetAllActiveNotifications()
325 ErrCode NotificationHelper::GetAllActiveNotifications( in GetAllActiveNotifications() function in OHOS::Notification::NotificationHelper
328 …return DelayedSingleton<AnsNotification>::GetInstance()->GetAllActiveNotifications(key, notificati… in GetAllActiveNotifications()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h631 static ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notification);
643 static ErrCode GetAllActiveNotifications(
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_notification_helper.cpp86 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> &notification) in GetAllActiveNotifications() function in OHOS::Notification::NotificationHelper
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h632 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notification);
644 ErrCode GetAllActiveNotifications(
H A Dans_manager_interface.h207 virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) = 0;
H A Dans_manager_proxy.h193 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override;
H A Dans_manager_stub.h208 …virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override;
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp67 ansManagerStub.GetAllActiveNotifications(notificationes); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp334 ErrCode errCode = advancedNotificationService_->GetAllActiveNotifications(notifications); in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp585 ErrCode ret = notificationHelper.GetAllActiveNotifications(notification);
600 ErrCode ret = notificationHelper.GetAllActiveNotifications(key, notification);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_get_active.cpp107 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in NapiGetAllActiveNotifications()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp946 ErrCode AnsNotification::GetAllActiveNotifications(std::vector<sptr<Notification>> &notification) in GetAllActiveNotifications() function in OHOS::Notification::AnsNotification
953 return proxy->GetAllActiveNotifications(notification); in GetAllActiveNotifications()
956 ErrCode AnsNotification::GetAllActiveNotifications( in GetAllActiveNotifications() function in OHOS::Notification::AnsNotification
H A Dans_manager_stub_invalid.cpp127 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) in GetAllActiveNotifications() function in OHOS::Notification::AnsManagerStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp136 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override in GetAllActiveNotifications() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp348 ansManagerStub.GetAllActiveNotifications(notificationss); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1107 ErrCode ret1 = ans_->GetAllActiveNotifications(notification);
1129 ErrCode ret1 = ans_->GetAllActiveNotifications(key, notification);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp484 …ASSERT_EQ(advancedNotificationService_->GetAllActiveNotifications(allNotifications), ERR_ANS_PERMI…
H A Dadvanced_notification_service_test.cpp704 ASSERT_EQ(advancedNotificationService_->GetAllActiveNotifications(notifications), ERR_OK);
1496 ASSERT_EQ(advancedNotificationService_->GetAllActiveNotifications(notifications), ERR_OK);
3294 ret = advancedNotificationService_->GetAllActiveNotifications(notifications);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h255 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> &notifications) override;

12