Home
last modified time | relevance | path

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

12

/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/
Dsetnotificationsenabledforallbundles_fuzzer.cpp39 Notification::NotificationHelper::SetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_setting_test.cpp81 EXPECT_EQ(0, NotificationHelper::SetShowBadgeEnabledForBundle(bundleOption, true));
99 EXPECT_EQ(0, NotificationHelper::SetShowBadgeEnabledForBundle(bundleOption, false));
/base/notification/distributed_notification_service/services/ans/
Dlibans.map49 *SetShowBadgeEnabledForBundle*;
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp46 ansManagerStub.SetShowBadgeEnabledForBundle(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp289 … ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); in BENCHMARK_F()
306 … ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); in BENCHMARK_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h503 …static ErrCode SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool ena…
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp261 ErrCode NotificationHelper::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOpti… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::NotificationHelper
263 …return DelayedSingleton<AnsNotification>::GetInstance()->SetShowBadgeEnabledForBundle(bundleOption… in SetShowBadgeEnabledForBundle()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp85 advancedNotificationService.SetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h502 … ErrCode SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool enabled);
Dans_manager_interface.h358 …virtual ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, b…
Dans_manager_proxy.h347 …ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enab…
Dans_manager_stub.h363 virtual ErrCode SetShowBadgeEnabledForBundle(
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisplay_badge.cpp151 … asynccallbackinfo->info.errorCode = NotificationHelper::SetShowBadgeEnabledForBundle( in DisplayBadge()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_display_badge.cpp56 … asynccallbackinfo->info.errorCode = NotificationHelper::SetShowBadgeEnabledForBundle( in NapiDisplayBadge()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp156 ansManagerStub.SetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp228 …ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enab… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp636 ErrCode AnsNotification::SetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption,… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsNotification
649 return ansManagerProxy_->SetShowBadgeEnabledForBundle(bo, enabled); in SetShowBadgeEnabledForBundle()
Dans_manager_stub.cpp1029 ErrCode result = SetShowBadgeEnabledForBundle(bundleOption, enabled); in HandleSetShowBadgeEnabledForBundle()
2009 ErrCode AnsManagerStub::SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOp… in SetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsManagerStub
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h375 …ErrCode SetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool enab…
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp546 EXPECT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
558 EXPECT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
870 EXPECT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
959 EXPECT_EQ((int)advancedNotificationService_->SetShowBadgeEnabledForBundle(
2399 …EXPECT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, enable), ERR_OK…
Dadvanced_notification_service_branch_test.cpp387 EXPECT_EQ(advancedNotificationService_->SetShowBadgeEnabledForBundle(
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp633 ErrCode ret = notificationHelper.SetShowBadgeEnabledForBundle(bundleOption, enabled);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp472 ErrCode ret4 = ans_->SetShowBadgeEnabledForBundle(bundleOption, enabled);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp583 EXPECT_EQ(advancedNotificationService.SetShowBadgeEnabledForBundle(bundleOption, enabled),
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp3844 int32_t result = proxy->SetShowBadgeEnabledForBundle(bundleOption, true);
3867 int32_t result = proxy->SetShowBadgeEnabledForBundle(bundleOption, true);
3887 int32_t result = proxy->SetShowBadgeEnabledForBundle(bundleOption, true);
3909 int32_t result = proxy->SetShowBadgeEnabledForBundle(bundleOption, true);
3929 int32_t result = proxy->SetShowBadgeEnabledForBundle(bundleOption, true);

12