/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/ |
H A D | getallactivenotifications_fuzzer.cpp | 38 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 D | get_active.h | 34 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | notification_tools.cpp | 142 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 D | ans_fw_module_test.cpp | 714 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 D | get_active.cpp | 71 napi_value GetAllActiveNotifications(napi_env env, napi_callback_info info) in GetAllActiveNotifications() function 101 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in GetAllActiveNotifications()
|
H A D | init.cpp | 49 DECLARE_NAPI_FUNCTION("getAllActiveNotifications", GetAllActiveNotifications), in NotificationInit()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 320 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification) 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 D | notification_helper.h | 631 static ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification); 643 static ErrCode GetAllActiveNotifications(
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_notification_helper.cpp | 86 ErrCode NotificationHelper::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification) in GetAllActiveNotifications() function in OHOS::Notification::NotificationHelper
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 632 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification); 644 ErrCode GetAllActiveNotifications(
|
H A D | ans_manager_interface.h | 207 virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) = 0;
|
H A D | ans_manager_proxy.h | 193 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override;
|
H A D | ans_manager_stub.h | 208 …virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override;
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 67 ansManagerStub.GetAllActiveNotifications(notificationes); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 334 ErrCode errCode = advancedNotificationService_->GetAllActiveNotifications(notifications); in BENCHMARK_F()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 585 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 D | napi_get_active.cpp | 107 NotificationHelper::GetAllActiveNotifications(asynccallbackinfo->notifications); in NapiGetAllActiveNotifications()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 946 ErrCode AnsNotification::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ification) 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 D | ans_manager_stub_invalid.cpp | 127 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) in GetAllActiveNotifications() function in OHOS::Notification::AnsManagerStub
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 136 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override in GetAllActiveNotifications() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 348 ansManagerStub.GetAllActiveNotifications(notificationss); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 1107 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 D | advanced_notification_service_branch_test.cpp | 484 …ASSERT_EQ(advancedNotificationService_->GetAllActiveNotifications(allNotifications), ERR_ANS_PERMI…
|
H A D | advanced_notification_service_test.cpp | 704 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 D | advanced_notification_service.h | 255 ErrCode GetAllActiveNotifications(std::vector<sptr<Notification>> ¬ifications) override;
|