Home
last modified time | relevance | path

Searched refs:GetActiveNotificationNums (Results 1 - 25 of 28) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp25 // test GetActiveNotificationNums function in DoSomethingInterestingWithMyAPI()
27 Notification::NotificationHelper::GetActiveNotificationNums(num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp63 ansManagerStub.GetActiveNotificationNums(num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp119 ErrCode NotificationHelper::GetActiveNotificationNums(uint64_t &num) in GetActiveNotificationNums() function in OHOS::Notification::NotificationHelper
121 return DelayedSingleton<AnsNotification>::GetInstance()->GetActiveNotificationNums(num); in GetActiveNotificationNums()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h282 static ErrCode GetActiveNotificationNums(uint64_t &num);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dget_active.cpp275 NotificationHelper::GetActiveNotificationNums(asynccallbackinfo->num); in GetActiveNotificationCount()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h198 virtual ErrCode GetActiveNotificationNums(uint64_t &num) = 0;
H A Dans_manager_proxy.h184 ErrCode GetActiveNotificationNums(uint64_t &num) override;
H A Dans_notification.h217 ErrCode GetActiveNotificationNums(uint64_t &num);
H A Dans_manager_stub.h199 virtual ErrCode GetActiveNotificationNums(uint64_t &num) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp121 ErrCode AnsManagerStub::GetActiveNotificationNums(uint64_t &num) in GetActiveNotificationNums() function in OHOS::Notification::AnsManagerStub
123 ANS_LOGE("AnsManagerStub::GetActiveNotificationNums called!"); in GetActiveNotificationNums()
H A Dans_notification.cpp348 ErrCode AnsNotification::GetActiveNotificationNums(uint64_t &num) in GetActiveNotificationNums() function in OHOS::Notification::AnsNotification
355 return proxy->GetActiveNotificationNums(num); in GetActiveNotificationNums()
H A Dans_manager_proxy.cpp332 ErrCode AnsManagerProxy::GetActiveNotificationNums(uint64_t &num) in GetActiveNotificationNums() function in OHOS::Notification::AnsManagerProxy
336 ANS_LOGE("[GetActiveNotificationNums] fail: write interface token failed."); in GetActiveNotificationNums()
344 ANS_LOGE("[GetActiveNotificationNums] fail: transact ErrCode=%{public}d", result); in GetActiveNotificationNums()
349 ANS_LOGE("[GetActiveNotificationNums] fail: read result failed."); in GetActiveNotificationNums()
354 ANS_LOGE("[GetActiveNotificationNums] fail: read notification num failed."); in GetActiveNotificationNums()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp171 int code = NotificationHelper::GetActiveNotificationNums(num); in GetActiveNotificationCount()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_get_active.cpp278 NotificationHelper::GetActiveNotificationNums(asynccallbackinfo->num); in NapiGetActiveNotificationCount()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp76 service->GetActiveNotificationNums(num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1235 EXPECT_EQ((int)ERR_OK, NotificationHelper::GetActiveNotificationNums(countBefor)); in HWTEST_F()
1253 EXPECT_EQ((int)ERR_OK, NotificationHelper::GetActiveNotificationNums(countAfter)); in HWTEST_F()
1261 EXPECT_EQ((int)ERR_OK, NotificationHelper::GetActiveNotificationNums(countAfter)); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp343 ansManagerStub.GetActiveNotificationNums(num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp129 ErrCode GetActiveNotificationNums(uint64_t &num) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp351 ansManagerStub.GetActiveNotificationNums(num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp352 ansManagerStub.GetActiveNotificationNums(num); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp287 * @tc.desc: Test GetActiveNotificationNums parameters.
295 ErrCode ret = notificationHelper.GetActiveNotificationNums(num); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h247 ErrCode GetActiveNotificationNums(uint64_t &num) override;
/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp162 g_advancedNotificationService->GetActiveNotificationNums(num); in HWTEST_F()
1778 g_advancedNotificationService->GetActiveNotificationNums(nums); in HWTEST_F()
1828 g_advancedNotificationService->GetActiveNotificationNums(nums); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1414 ASSERT_EQ(advancedNotificationService_->GetActiveNotificationNums(num), ERR_ANS_INVALID_BUNDLE); in HWTEST_F()
3289 ret = advancedNotificationService_->GetActiveNotificationNums(num); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp538 * @tc.desc: test GetActiveNotificationNums ErrCode ERR_ANS_SERVICE_NOT_CONNECTED.
551 ErrCode ret1 = ans_->GetActiveNotificationNums(num); in HWTEST_F()

Completed in 42 milliseconds

12