/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 40 ansManagerStub.DeleteByBundle(bundleOption); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 289 auto ret = advancedNotificationService_->DeleteByBundle(bundleOption); 303 auto ret = advancedNotificationService_->DeleteByBundle(bundle); 317 auto ret = advancedNotificationService_->DeleteByBundle(bundle);
|
H A D | advanced_notification_service_branch_test.cpp | 276 ASSERT_EQ(advancedNotificationService_->DeleteByBundle( 291 ASSERT_EQ(advancedNotificationService_->DeleteByBundle(
|
H A D | advanced_notification_service_test.cpp | 400 ASSERT_EQ(advancedNotificationService_->DeleteByBundle( 636 ASSERT_EQ(advancedNotificationService_->DeleteByBundle( 1485 ASSERT_EQ(advancedNotificationService_->DeleteByBundle(bundleOption), ERR_OK);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 354 virtual ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) = 0;
|
H A D | ans_manager_proxy.h | 341 ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override;
|
H A D | ans_manager_stub.h | 345 virtual ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 235 ErrCode AnsManagerStub::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) in DeleteByBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 937 ErrCode AnsManagerProxy::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) in DeleteByBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 878 return proxy->DeleteByBundle(bo); in RemoveNotificationsByBundle()
|
H A D | ans_manager_stub.cpp | 1261 ErrCode result = DeleteByBundle(bundleOption); in HandleDeleteByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 204 ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override in DeleteByBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 365 ansManagerStub.DeleteByBundle(bundleOption); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 396 ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override;
|
/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 | 477 ASSERT_EQ(advancedNotificationService.DeleteByBundle(bundleOption), ERR_ANS_NON_SYSTEM_APP);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 3556 int32_t result = proxy->DeleteByBundle(bundleOption); 3576 int32_t result = proxy->DeleteByBundle(bundleOption); 3598 int32_t result = proxy->DeleteByBundle(bundleOption); 3619 int32_t result = proxy->DeleteByBundle(bundleOption); 3641 int32_t result = proxy->DeleteByBundle(bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 600 ErrCode AdvancedNotificationService::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOpt… in DeleteByBundle() 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 | 4219 ErrCode result = ansManagerStub_->DeleteByBundle(bundleOption);
|