Home
last modified time | relevance | path

Searched refs:GetActiveNotifications (Results 1 - 25 of 32) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dget_active.h35 napi_value GetActiveNotifications(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h34 static CArrayNotificationRequest GetActiveNotifications(int32_t &errCode);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp50 DECLARE_NAPI_FUNCTION("getActiveNotifications", GetActiveNotifications), in NotificationInit()
H A Dget_active.cpp169 napi_value GetActiveNotifications(napi_env env, napi_callback_info info) in GetActiveNotifications() function
195 ANS_LOGD("GetActiveNotifications work excute."); in GetActiveNotifications()
199 NotificationHelper::GetActiveNotifications(asynccallbackinfo->requests); in GetActiveNotifications()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp62 ansManagerStub.GetActiveNotifications(notifications, 0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp79 // test GetActiveNotifications function in DoSomethingInterestingWithMyAPI()
83 Notification::NotificationHelper::GetActiveNotifications(requested); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp83 CArrayNotificationRequest ret = NotificationManagerImpl::GetActiveNotifications(*errCode); in FfiOHOSNotificationManagerGetActiveNotifications()
H A Dnotification_manager_impl.cpp177 CArrayNotificationRequest NotificationManagerImpl::GetActiveNotifications(int32_t &errCode) in GetActiveNotifications() function in OHOS::CJSystemapi::NotificationManagerImpl
181 int code = NotificationHelper::GetActiveNotifications(requests); in GetActiveNotifications()
200 LOGE("NotificationManagerImpl::GetActiveNotifications malloc CNotificationRequest failed"); in GetActiveNotifications()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp124 ErrCode NotificationHelper::GetActiveNotifications(std::vector<sptr<NotificationRequest>> &request) in GetActiveNotifications() function in OHOS::Notification::NotificationHelper
126 return DelayedSingleton<AnsNotification>::GetInstance()->GetActiveNotifications(request); in GetActiveNotifications()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h290 static ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> &request);
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h189 virtual ErrCode GetActiveNotifications(
H A Dans_manager_proxy.h176 ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notifications, int32_t instanceKey) override;
H A Dans_notification.h225 ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> &request);
H A Dans_manager_stub.h190 virtual ErrCode GetActiveNotifications(
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp114 ErrCode AnsManagerStub::GetActiveNotifications( in GetActiveNotifications() function in OHOS::Notification::AnsManagerStub
117 ANS_LOGE("AnsManagerStub::GetActiveNotifications called!"); in GetActiveNotifications()
H A Dans_notification.cpp358 ErrCode AnsNotification::GetActiveNotifications(std::vector<sptr<NotificationRequest>> &request) in GetActiveNotifications() function in OHOS::Notification::AnsNotification
366 return proxy->GetActiveNotifications(request, instanceKey); in GetActiveNotifications()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_get_active.cpp156 ANS_LOGI("GetActiveNotifications count = %{public}d", count); in AsyncCompleteCallbackNapiGetActiveNotifications()
205 NotificationHelper::GetActiveNotifications(asynccallbackinfo->requests); in NapiGetActiveNotifications()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp75 service->GetActiveNotifications(notifications, fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp279 * @tc.desc : Test GetActiveNotifications function
284 ASSERT_EQ((int)advancedNotificationService_->GetActiveNotifications(notifications, 0), (int)ERR_OK); in HWTEST_F()
610 * @tc.desc : Test GetActiveNotifications function
615 ASSERT_EQ((int)advancedNotificationService_->GetActiveNotifications(notifications, 0), (int)ERR_OK); in HWTEST_F()
1412 ASSERT_EQ(advancedNotificationService_->GetActiveNotifications(notifications, 0), ERR_ANS_INVALID_BUNDLE); in HWTEST_F()
3285 ret = advancedNotificationService_->GetActiveNotifications(requests, 0); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp342 ansManagerStub.GetActiveNotifications(notifications, 0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp124 ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notifications, int32_t instanceKey) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp350 ansManagerStub.GetActiveNotifications(notifications, 0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp351 ansManagerStub.GetActiveNotifications(notifications, 0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp301 * @tc.desc: Test GetActiveNotifications parameters.
309 ErrCode ret = notificationHelper.GetActiveNotifications(request); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h239 ErrCode GetActiveNotifications(std::vector<sptr<NotificationRequest>> &notifications, int32_t instanceKey) override;

Completed in 40 milliseconds

12