Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp40 ansManagerStub.DeleteByBundle(bundleOption); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp289 auto ret = advancedNotificationService_->DeleteByBundle(bundleOption);
303 auto ret = advancedNotificationService_->DeleteByBundle(bundle);
317 auto ret = advancedNotificationService_->DeleteByBundle(bundle);
H A Dadvanced_notification_service_branch_test.cpp276 ASSERT_EQ(advancedNotificationService_->DeleteByBundle(
291 ASSERT_EQ(advancedNotificationService_->DeleteByBundle(
H A Dadvanced_notification_service_test.cpp400 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 Dans_manager_interface.h354 virtual ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) = 0;
H A Dans_manager_proxy.h341 ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override;
H A Dans_manager_stub.h345 virtual ErrCode DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp235 ErrCode AnsManagerStub::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) in DeleteByBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp937 ErrCode AnsManagerProxy::DeleteByBundle(const sptr<NotificationBundleOption> &bundleOption) in DeleteByBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp878 return proxy->DeleteByBundle(bo); in RemoveNotificationsByBundle()
H A Dans_manager_stub.cpp1261 ErrCode result = DeleteByBundle(bundleOption); in HandleDeleteByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp204 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 Dansmanagerstub_fuzzer.cpp365 ansManagerStub.DeleteByBundle(bundleOption); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h396 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 Dnotification_subscriber_manager_branch_test.cpp477 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 Dans_manager_proxy_unit_test.cpp3556 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 Dadvanced_notification_publish_service.cpp600 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 Dans_manager_stub_test.cpp4219 ErrCode result = ansManagerStub_->DeleteByBundle(bundleOption);