/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 767 virtual ErrCode DeleteAllByUser(const int32_t &userId) = 0;
|
H A D | ans_manager_proxy.h | 755 ErrCode DeleteAllByUser(const int32_t &userId) override;
|
H A D | ans_manager_stub.h | 757 virtual ErrCode DeleteAllByUser(const int32_t &userId) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 529 ErrCode AnsManagerStub::DeleteAllByUser(const int32_t &userId) in DeleteAllByUser() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 1861 ErrCode AnsManagerProxy::DeleteAllByUser(const int32_t &userId) in DeleteAllByUser() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 1654 return proxy->DeleteAllByUser(userId); in RemoveNotifications()
|
H A D | ans_manager_stub.cpp | 2150 ErrCode result = DeleteAllByUser(userId); in HandleDeleteAllByUser()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 456 ErrCode DeleteAllByUser(const int32_t &userId) override in DeleteAllByUser() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 414 ansManagerStub.DeleteAllByUser(userId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 816 ErrCode DeleteAllByUser(const int32_t &userId) override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 1542 ASSERT_EQ(advancedNotificationService_->DeleteAllByUser(userId), ERR_OK); 2111 ASSERT_EQ(advancedNotificationService_->DeleteAllByUser(userId), ERR_ANS_INVALID_PARAM);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 1389 ErrCode AdvancedNotificationService::DeleteAllByUser(const int32_t &userId) in DeleteAllByUser() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 6728 int32_t result = proxy->DeleteAllByUser(userId); 6751 int32_t result = proxy->DeleteAllByUser(userId); 6771 int32_t result = proxy->DeleteAllByUser(userId); 6793 int32_t result = proxy->DeleteAllByUser(userId);
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 1757 g_advancedNotificationService->DeleteAllByUser(0);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4755 ErrCode result = ansManagerStub_->DeleteAllByUser(userId);
|