Home
last modified time | relevance | path

Searched refs:RemoveGroupByBundle (Results 1 - 25 of 36) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/
H A Dgetnotificationslotsforbundle_fuzzer.cpp35 // 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 Dnotification_manager_impl.h43 static int RemoveGroupByBundle(CNotificationBundleOption option, const char* cGroupName);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp65 DECLARE_NAPI_FUNCTION("removeGroupByBundle", RemoveGroupByBundle), in NotificationInit()
H A Dremove.cpp432 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 Dremove.h63 napi_value RemoveGroupByBundle(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp141 auto code = NotificationManagerImpl::RemoveGroupByBundle(option, cGroupName); in FfiOHOSNotificationManagerRemoveGroupByBundle()
H A Dnotification_manager_impl.cpp312 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 Dnapi_remove_group.cpp145 asynccallbackinfo->info.errorCode = NotificationHelper::RemoveGroupByBundle( in NapiRemoveGroupByBundle()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp351 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 Dnotification_helper.h693 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 Dans_notification_annex_test.cpp219 * @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 Dnotification_subscriber_manager_branch_test.cpp858 * @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 Dans_manager_interface.h603 virtual ErrCode RemoveGroupByBundle(
H A Dans_manager_proxy.h591 ErrCode RemoveGroupByBundle(
H A Dans_notification.h660 ErrCode RemoveGroupByBundle(const NotificationBundleOption &bundleOption, const std::string &groupName);
H A Dans_manager_stub.h591 virtual ErrCode RemoveGroupByBundle(
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp378 ErrCode AnsManagerStub::RemoveGroupByBundle( in RemoveGroupByBundle() function in OHOS::Notification::AnsManagerStub
381 ANS_LOGE("AnsManagerStub::RemoveGroupByBundle called!"); in RemoveGroupByBundle()
H A Dans_notification.cpp1064 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 Dadvancednotificationservice_fuzzer.cpp116 service->RemoveGroupByBundle(bundleOption, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp379 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp358 ErrCode RemoveGroupByBundle(
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp735 * @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 Dansmanagerstubannex_fuzzer.cpp387 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp388 ansManagerStub.RemoveGroupByBundle(bundleOption, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp709 * @tc.desc: Test RemoveGroupByBundle parameters.
718 ErrCode ret = notificationHelper.RemoveGroupByBundle(bundleOption, groupName); in HWTEST_F()

Completed in 26 milliseconds

12