Home
last modified time | relevance | path

Searched refs:GetSpecialActiveNotifications (Results 1 - 21 of 21) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp70 ansManagerStub.GetSpecialActiveNotifications(key, notificationes); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp493 * @tc.desc : Test GetSpecialActiveNotifications function return ERR_ANS_NON_SYSTEM_APP.
503 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications( in HWTEST_F()
510 * @tc.desc : Test GetSpecialActiveNotifications function return ERR_ANS_PERMISSION_DENIED.
520 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications( in HWTEST_F()
H A Dadvanced_notification_service_test.cpp1501 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications(keys, notifications), in HWTEST_F()
3301 ret = advancedNotificationService_->GetSpecialActiveNotifications(keys, notifications); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h219 virtual ErrCode GetSpecialActiveNotifications(
H A Dans_manager_proxy.h205 ErrCode GetSpecialActiveNotifications(
H A Dans_manager_stub.h220 virtual ErrCode GetSpecialActiveNotifications(
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp133 ErrCode AnsManagerStub::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AnsManagerStub
136 ANS_LOGE("AnsManagerStub::GetSpecialActiveNotifications called!"); in GetSpecialActiveNotifications()
H A Dans_manager_proxy.cpp385 ErrCode AnsManagerProxy::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AnsManagerProxy
389 ANS_LOGE("[GetSpecialActiveNotifications] fail: key is empty."); in GetSpecialActiveNotifications()
395 ANS_LOGE("[GetSpecialActiveNotifications] fail: write interface token failed."); in GetSpecialActiveNotifications()
400 ANS_LOGE("[GetSpecialActiveNotifications] fail:: write key failed"); in GetSpecialActiveNotifications()
408 ANS_LOGE("[GetSpecialActiveNotifications] fail: transact ErrCode=%{public}d", result); in GetSpecialActiveNotifications()
413 ANS_LOGE("[GetSpecialActiveNotifications] fail: read notifications failed."); in GetSpecialActiveNotifications()
H A Dans_notification.cpp920 return proxy->GetSpecialActiveNotifications(key, notification); in GetAllActiveNotifications()
H A Dans_manager_stub.cpp827 ErrCode result = GetSpecialActiveNotifications(key, notifications); in HandleGetSpecialActiveNotifications()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp80 service->GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp347 ansManagerStub.GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp139 ErrCode GetSpecialActiveNotifications(
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp355 ansManagerStub.GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp356 ansManagerStub.GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h268 ErrCode GetSpecialActiveNotifications(
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp601 * @tc.desc : Test GetSpecialActiveNotifications function and CheckPermission is false
612 advancedNotificationService.GetSpecialActiveNotifications(key, notifications), ERR_ANS_NON_SYSTEM_APP); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2315 * @tc.desc: test GetSpecialActiveNotifications function
2329 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); in HWTEST_F()
2335 * @tc.desc: test GetSpecialActiveNotifications function
2350 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); in HWTEST_F()
2356 * @tc.desc: test GetSpecialActiveNotifications function
2374 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); in HWTEST_F()
2380 * @tc.desc: test GetSpecialActiveNotifications function
2396 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); in HWTEST_F()
2402 * @tc.desc: test GetSpecialActiveNotifications function
2419 int32_t result = proxy->GetSpecialActiveNotifications(ke in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1174 * @tc.desc : Test GetSpecialActiveNotifications function
1204 advancedNotificationService_->GetSpecialActiveNotifications(keys, specialActiveNotifications), (int)ERR_OK); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1445 ErrCode AdvancedNotificationService::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4096 * @tc.desc: Test GetSpecialActiveNotifications return.
4109 ErrCode result = ansManagerStub_->GetSpecialActiveNotifications(keys, notifications); in HWTEST_F()

Completed in 54 milliseconds