Home
last modified time | relevance | path

Searched refs:GetShowBadgeEnabled (Results 1 – 23 of 23) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
Dcancelgroup_fuzzer.cpp28 Notification::NotificationHelper::GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp48 ansManagerStub.GetShowBadgeEnabled(allow); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h520 static ErrCode GetShowBadgeEnabled(bool &enabled);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp271 ErrCode NotificationHelper::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::NotificationHelper
273 return DelayedSingleton<AnsNotification>::GetInstance()->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp87 advancedNotificationService.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h519 ErrCode GetShowBadgeEnabled(bool &enabled);
Dans_manager_interface.h375 virtual ErrCode GetShowBadgeEnabled(bool &enabled) = 0;
Dans_manager_proxy.h364 ErrCode GetShowBadgeEnabled(bool &enabled) override;
Dans_manager_stub.h382 virtual ErrCode GetShowBadgeEnabled(bool &enabled) override;
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisplay_badge.cpp247 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in IsBadgeDisplayed()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_display_badge.cpp154 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in NapiIsBadgeDisplayed()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp158 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp238 ErrCode GetShowBadgeEnabled(bool &enabled) override in GetShowBadgeEnabled() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp668 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsNotification
675 return ansManagerProxy_->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
Dans_manager_stub.cpp1062 ErrCode result = GetShowBadgeEnabled(enabled); in HandleGetShowBadgeEnabled()
2021 ErrCode AnsManagerStub::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerStub
Dans_manager_proxy.cpp1284 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerProxy
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h392 ErrCode GetShowBadgeEnabled(bool &enabled) override;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp662 ErrCode ret = notificationHelper.GetShowBadgeEnabled(enabled);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp476 ErrCode ret6 = ans_->GetShowBadgeEnabled(enabled);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp4084 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4107 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4129 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4151 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4173 int32_t result = proxy->GetShowBadgeEnabled(enabled);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp1737 EXPECT_EQ(advancedNotificationService_->GetShowBadgeEnabled(enabled), (int)ERR_OK);
2323 EXPECT_EQ(advancedNotificationService_->GetShowBadgeEnabled(allow), ERR_ANS_INVALID_BUNDLE);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp3711 ErrCode result = ansManagerStub_->GetShowBadgeEnabled(enabled);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1345 ErrCode AdvancedNotificationService::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AdvancedNotificationService