/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/ |
H A D | getnotificationslotsforbundle_fuzzer.cpp | 35 // test RemoveGroupByBundle function
in DoSomethingInterestingWithMyAPI() 36 return Notification::NotificationHelper::RemoveGroupByBundle(bundleOption, stringData);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_manager_impl.h | 43 static int RemoveGroupByBundle(CNotificationBundleOption option, const char* cGroupName);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 65 DECLARE_NAPI_FUNCTION("removeGroupByBundle", RemoveGroupByBundle), in NotificationInit()
|
H A D | remove.cpp | 432 napi_value RemoveGroupByBundle(napi_env env, napi_callback_info info) in RemoveGroupByBundle() function 458 ANS_LOGI("RemoveGroupByBundle napi_create_async_work start"); in RemoveGroupByBundle() 466 asynccallbackinfo->info.errorCode = NotificationHelper::RemoveGroupByBundle( in RemoveGroupByBundle()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | remove.h | 63 napi_value RemoveGroupByBundle(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_ffi.cpp | 141 auto code = NotificationManagerImpl::RemoveGroupByBundle(option, cGroupName); in FfiOHOSNotificationManagerRemoveGroupByBundle()
|
H A D | notification_manager_impl.cpp | 312 int NotificationManagerImpl::RemoveGroupByBundle(CNotificationBundleOption option, const char* cGroupName) in RemoveGroupByBundle() function in OHOS::CJSystemapi::NotificationManagerImpl 319 int code = NotificationHelper::RemoveGroupByBundle(bundleOption, groupName); in RemoveGroupByBundle()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_remove_group.cpp | 145 asynccallbackinfo->info.errorCode = NotificationHelper::RemoveGroupByBundle( in NapiRemoveGroupByBundle()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 351 ErrCode NotificationHelper::RemoveGroupByBundle( in RemoveGroupByBundle() function in OHOS::Notification::NotificationHelper 354 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveGroupByBundle(bundleOption, groupName); in RemoveGroupByBundle()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 693 static ErrCode RemoveGroupByBundle(const NotificationBundleOption &bundleOption, const std::string &groupName);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/ |
H A D | ans_notification_annex_test.cpp | 219 * @tc.desc: test RemoveGroupByBundle ErrCode ERR_ANS_INVALID_PARAM.
229 ErrCode ret2 = ans_->RemoveGroupByBundle(bundleOption, groupName);
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 858 * @tc.desc : Test RemoveGroupByBundle function and CheckPermission is false
868 ASSERT_EQ(advancedNotificationService.RemoveGroupByBundle(bundleOption, groupName), ERR_ANS_NON_SYSTEM_APP);
in HWTEST_F() 874 * @tc.desc : Test RemoveGroupByBundle function and groupName is empty
883 ASSERT_EQ(advancedNotificationService.RemoveGroupByBundle(bundleOption, groupName), ERR_ANS_INVALID_PARAM);
in HWTEST_F() 889 * @tc.desc : Test RemoveGroupByBundle function and bundle is nullptr
900 ASSERT_EQ(advancedNotificationService.RemoveGroupByBundle(bundleOption, groupName), ERR_ANS_INVALID_BUNDLE);
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 603 virtual ErrCode RemoveGroupByBundle(
|
H A D | ans_manager_proxy.h | 591 ErrCode RemoveGroupByBundle(
|
H A D | ans_notification.h | 660 ErrCode RemoveGroupByBundle(const NotificationBundleOption &bundleOption, const std::string &groupName);
|
H A D | ans_manager_stub.h | 591 virtual ErrCode RemoveGroupByBundle(
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 378 ErrCode AnsManagerStub::RemoveGroupByBundle( in RemoveGroupByBundle() function in OHOS::Notification::AnsManagerStub 381 ANS_LOGE("AnsManagerStub::RemoveGroupByBundle called!"); in RemoveGroupByBundle()
|
H A D | ans_notification.cpp | 1064 ErrCode AnsNotification::RemoveGroupByBundle( in RemoveGroupByBundle() function in OHOS::Notification::AnsNotification 1067 ANS_LOGI("enter RemoveGroupByBundle,bundleName:%{public}s", bundleOption.GetBundleName().c_str()); in RemoveGroupByBundle() 1080 return proxy->RemoveGroupByBundle(bo, groupName); in RemoveGroupByBundle()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 116 service->RemoveGroupByBundle(bundleOption, stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 379 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 358 ErrCode RemoveGroupByBundle(
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 735 * @tc.desc : Test RemoveGroupByBundle function return ERR_ANS_PERMISSION_DENIED. 746 ASSERT_EQ(advancedNotificationService_->RemoveGroupByBundle(bundleOption, groupName), ERR_ANS_PERMISSION_DENIED); in HWTEST_F()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/ |
H A D | ansmanagerstubannex_fuzzer.cpp | 387 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 388 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 709 * @tc.desc: Test RemoveGroupByBundle parameters. 718 ErrCode ret = notificationHelper.RemoveGroupByBundle(bundleOption, groupName); in HWTEST_F()
|