/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/ |
D | cancelgroup_fuzzer.cpp | 28 Notification::NotificationHelper::GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
D | ansmanagerstubannexthree_fuzzer.cpp | 48 ansManagerStub.GetShowBadgeEnabled(allow); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_helper.h | 520 static ErrCode GetShowBadgeEnabled(bool &enabled);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_helper.cpp | 271 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/ |
D | advancednotificationservice_fuzzer.cpp | 87 advancedNotificationService.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 519 ErrCode GetShowBadgeEnabled(bool &enabled);
|
D | ans_manager_interface.h | 375 virtual ErrCode GetShowBadgeEnabled(bool &enabled) = 0;
|
D | ans_manager_proxy.h | 364 ErrCode GetShowBadgeEnabled(bool &enabled) override;
|
D | ans_manager_stub.h | 382 virtual ErrCode GetShowBadgeEnabled(bool &enabled) override;
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | display_badge.cpp | 247 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in IsBadgeDisplayed()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_display_badge.cpp | 154 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in NapiIsBadgeDisplayed()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 158 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
D | ans_notification_branch_test.cpp | 238 ErrCode GetShowBadgeEnabled(bool &enabled) override in GetShowBadgeEnabled() function in OHOS::Notification::MockAnsManagerInterface
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 668 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsNotification 675 return ansManagerProxy_->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
|
D | ans_manager_stub.cpp | 1062 ErrCode result = GetShowBadgeEnabled(enabled); in HandleGetShowBadgeEnabled() 2021 ErrCode AnsManagerStub::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerStub
|
D | ans_manager_proxy.cpp | 1284 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerProxy
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | advanced_notification_service.h | 392 ErrCode GetShowBadgeEnabled(bool &enabled) override;
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_helper_test.cpp | 662 ErrCode ret = notificationHelper.GetShowBadgeEnabled(enabled);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 476 ErrCode ret6 = ans_->GetShowBadgeEnabled(enabled);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
D | ans_manager_proxy_unit_test.cpp | 4084 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/ |
D | advanced_notification_service_test.cpp | 1737 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/ |
D | ans_manager_stub_test.cpp | 3711 ErrCode result = ansManagerStub_->GetShowBadgeEnabled(enabled);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | advanced_notification_service.cpp | 1345 ErrCode AdvancedNotificationService::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AdvancedNotificationService
|