Home
last modified time | relevance | path

Searched refs:DeleteAllByUser (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h767 virtual ErrCode DeleteAllByUser(const int32_t &userId) = 0;
H A Dans_manager_proxy.h755 ErrCode DeleteAllByUser(const int32_t &userId) override;
H A Dans_manager_stub.h757 virtual ErrCode DeleteAllByUser(const int32_t &userId) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp529 ErrCode AnsManagerStub::DeleteAllByUser(const int32_t &userId) in DeleteAllByUser() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp1861 ErrCode AnsManagerProxy::DeleteAllByUser(const int32_t &userId) in DeleteAllByUser() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp1654 return proxy->DeleteAllByUser(userId); in RemoveNotifications()
H A Dans_manager_stub.cpp2150 ErrCode result = DeleteAllByUser(userId); in HandleDeleteAllByUser()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp456 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 Dansmanagerstub_fuzzer.cpp414 ansManagerStub.DeleteAllByUser(userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h816 ErrCode DeleteAllByUser(const int32_t &userId) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1542 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 Dadvanced_notification_utils.cpp1389 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 Dans_manager_proxy_unit_test.cpp6728 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 Dans_module_test.cpp1757 g_advancedNotificationService->DeleteAllByUser(0);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4755 ErrCode result = ansManagerStub_->DeleteAllByUser(userId);