/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 70 ansManagerStub.GetSpecialActiveNotifications(key, notificationes); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 500 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications( 517 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications(
|
H A D | advanced_notification_service_test.cpp | 1499 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications(keys, notifications), 3298 ret = advancedNotificationService_->GetSpecialActiveNotifications(keys, notifications);
|
/ohos5.0/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(
|
/ohos5.0/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
|
H A D | ans_manager_proxy.cpp | 389 ErrCode AnsManagerProxy::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 964 return proxy->GetSpecialActiveNotifications(key, notification); in GetAllActiveNotifications()
|
H A D | ans_manager_stub.cpp | 835 ErrCode result = GetSpecialActiveNotifications(key, notifications); in HandleGetSpecialActiveNotifications()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 141 ErrCode GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 350 ansManagerStub.GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 267 ErrCode GetSpecialActiveNotifications(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 612 …advancedNotificationService.GetSpecialActiveNotifications(key, notifications), ERR_ANS_NON_SYSTEM_…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 1169 …advancedNotificationService_->GetSpecialActiveNotifications(keys, specialActiveNotifications), (in…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 2328 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); 2349 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); 2373 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); 2395 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); 2418 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications); 2441 int32_t result = proxy->GetSpecialActiveNotifications(key, notifications);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 1434 ErrCode AdvancedNotificationService::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4109 ErrCode result = ansManagerStub_->GetSpecialActiveNotifications(keys, notifications);
|