Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
H A Dcancelgroup_fuzzer.cpp28 Notification::NotificationHelper::GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp49 ansManagerStub.GetShowBadgeEnabled(allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp369 ErrCode NotificationHelper::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::NotificationHelper
371 return DelayedSingleton<AnsNotification>::GetInstance()->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisplay_badge.cpp255 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in IsBadgeDisplayed()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h731 static ErrCode GetShowBadgeEnabled(bool &enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h733 ErrCode GetShowBadgeEnabled(bool &enabled);
H A Dans_manager_interface.h458 virtual ErrCode GetShowBadgeEnabled(bool &enabled) = 0;
H A Dans_manager_proxy.h445 ErrCode GetShowBadgeEnabled(bool &enabled) override;
H A Dans_manager_stub.h451 virtual ErrCode GetShowBadgeEnabled(bool &enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_display_badge.cpp150 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in NapiIsBadgeDisplayed()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp380 auto ret = advancedNotificationService_->GetShowBadgeEnabled(enabled);
396 auto ret = advancedNotificationService_->GetShowBadgeEnabled(enabled);
H A Dadvanced_notification_service_test.cpp974 ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabled(enabled), (int)ERR_OK);
1417 ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabled(allow), ERR_ANS_INVALID_BUNDLE);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp308 ErrCode AnsManagerStub::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1080 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsNotification
1088 return proxy->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
H A Dans_manager_proxy.cpp1235 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1496 ErrCode result = GetShowBadgeEnabled(enabled); in HandleGetShowBadgeEnabled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp358 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() 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.cpp266 ErrCode GetShowBadgeEnabled(bool &enabled) override in GetShowBadgeEnabled() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp377 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp689 ErrCode ret = notificationHelper.GetShowBadgeEnabled(enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h500 ErrCode GetShowBadgeEnabled(bool &enabled) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp772 ErrCode ret6 = ans_->GetShowBadgeEnabled(enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp4544 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4567 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4589 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4611 int32_t result = proxy->GetShowBadgeEnabled(enabled);
4633 int32_t result = proxy->GetShowBadgeEnabled(enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp841 ErrCode AdvancedNotificationService::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4370 ErrCode result = ansManagerStub_->GetShowBadgeEnabled(enabled);