Home
last modified time | relevance | path

Searched refs:SetShowBadgeEnabledForBundle (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/
H A Dsetnotificationsenabledforallbundles_fuzzer.cpp39 Notification::NotificationHelper::SetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/
H A Dlibans.map49 *SetShowBadgeEnabledForBundle*;
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_setting_test.cpp81 …EXPECT_EQ(ERR_ANS_PERMISSION_DENIED, NotificationHelper::SetShowBadgeEnabledForBundle(bundleOption…
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp294 … ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); in BENCHMARK_F()
311 … ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp47 ansManagerStub.SetShowBadgeEnabledForBundle(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp359 ErrCode NotificationHelper::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOpti… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::NotificationHelper
361 …return DelayedSingleton<AnsNotification>::GetInstance()->SetShowBadgeEnabledForBundle(bundleOption… in SetShowBadgeEnabledForBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisplay_badge.cpp164 … asynccallbackinfo->info.errorCode = NotificationHelper::SetShowBadgeEnabledForBundle( in DisplayBadge()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h714 …static ErrCode SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool ena…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h716 … ErrCode SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool enabled);
H A Dans_manager_interface.h441 …virtual ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, b…
H A Dans_manager_proxy.h428 …ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enab…
H A Dans_manager_stub.h432 virtual ErrCode SetShowBadgeEnabledForBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_display_badge.cpp59 … asynccallbackinfo->info.errorCode = NotificationHelper::SetShowBadgeEnabledForBundle( in NapiDisplayBadge()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp344 auto ret = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true);
362 auto ret = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundle, true);
H A Dadvanced_notification_service_test.cpp253 ASSERT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
265 ASSERT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
588 ASSERT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
673 ASSERT_EQ((int)advancedNotificationService_->SetShowBadgeEnabledForBundle(
1491 …ASSERT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, enable), ERR_OK…
H A Dadvanced_notification_service_branch_test.cpp388 ASSERT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp296 ErrCode AnsManagerStub::SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOp… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1046 ErrCode AnsNotification::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption,… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsNotification
1060 return proxy->SetShowBadgeEnabledForBundle(bo, enabled); in SetShowBadgeEnabledForBundle()
H A Dans_manager_proxy.cpp1157 ErrCode AnsManagerProxy::SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleO… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp280 ErrCode AnsManagerProxy::SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleO… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp256 …ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enab… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp375 ansManagerStub.SetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp660 ErrCode ret = notificationHelper.SetShowBadgeEnabledForBundle(bundleOption, enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h483 …ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enab…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp544 ASSERT_EQ(advancedNotificationService.SetShowBadgeEnabledForBundle(bundleOption, enabled),

12