/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 70 ansManagerStub.GetSpecialActiveNotifications(key, notificationes);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 493 * @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 D | advanced_notification_service_test.cpp | 1501 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 D | ans_manager_interface.h | 219 virtual ErrCode GetSpecialActiveNotifications(
|
H A D | ans_manager_proxy.h | 205 ErrCode GetSpecialActiveNotifications(
|
H A D | ans_manager_stub.h | 220 virtual ErrCode GetSpecialActiveNotifications(
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 133 ErrCode AnsManagerStub::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AnsManagerStub 136 ANS_LOGE("AnsManagerStub::GetSpecialActiveNotifications called!"); in GetSpecialActiveNotifications()
|
H A D | ans_manager_proxy.cpp | 385 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 D | ans_notification.cpp | 920 return proxy->GetSpecialActiveNotifications(key, notification); in GetAllActiveNotifications()
|
H A D | ans_manager_stub.cpp | 827 ErrCode result = GetSpecialActiveNotifications(key, notifications); in HandleGetSpecialActiveNotifications()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 80 service->GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 347 ansManagerStub.GetSpecialActiveNotifications(key, notificationss);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 139 ErrCode GetSpecialActiveNotifications(
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/ |
H A D | ansmanagerstubannex_fuzzer.cpp | 355 ansManagerStub.GetSpecialActiveNotifications(key, notificationss);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 356 ansManagerStub.GetSpecialActiveNotifications(key, notificationss);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 268 ErrCode GetSpecialActiveNotifications(
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 601 * @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 D | ans_manager_proxy_unit_test.cpp | 2315 * @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 D | advanced_notification_service_publish_test.cpp | 1174 * @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 D | advanced_notification_service.cpp | 1445 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 D | ans_manager_stub_test.cpp | 4096 * @tc.desc: Test GetSpecialActiveNotifications return. 4109 ErrCode result = ansManagerStub_->GetSpecialActiveNotifications(keys, notifications); in HWTEST_F()
|