Home
last modified time | relevance | path

Searched refs:GetSpecialActiveNotifications (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp70 ansManagerStub.GetSpecialActiveNotifications(key, notificationes); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp500 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications(
517 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications(
H A Dadvanced_notification_service_test.cpp1499 ASSERT_EQ(advancedNotificationService_->GetSpecialActiveNotifications(keys, notifications),
3298 ret = advancedNotificationService_->GetSpecialActiveNotifications(keys, notifications);
/ohos5.0/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(
/ohos5.0/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
H A Dans_manager_proxy.cpp389 ErrCode AnsManagerProxy::GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp964 return proxy->GetSpecialActiveNotifications(key, notification); in GetAllActiveNotifications()
H A Dans_manager_stub.cpp835 ErrCode result = GetSpecialActiveNotifications(key, notifications); in HandleGetSpecialActiveNotifications()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp141 ErrCode GetSpecialActiveNotifications( in GetSpecialActiveNotifications() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp350 ansManagerStub.GetSpecialActiveNotifications(key, notificationss); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h267 ErrCode GetSpecialActiveNotifications(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp612 …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 Dadvanced_notification_service_publish_test.cpp1169 …advancedNotificationService_->GetSpecialActiveNotifications(keys, specialActiveNotifications), (in…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2328 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 Dadvanced_notification_service.cpp1434 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 Dans_manager_stub_test.cpp4109 ErrCode result = ansManagerStub_->GetSpecialActiveNotifications(keys, notifications);