/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/ |
H A D | cancelgroup_fuzzer.cpp | 28 Notification::NotificationHelper::GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 49 ansManagerStub.GetShowBadgeEnabled(allow); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 369 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 D | display_badge.cpp | 255 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in IsBadgeDisplayed()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 731 static ErrCode GetShowBadgeEnabled(bool &enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 733 ErrCode GetShowBadgeEnabled(bool &enabled);
|
H A D | ans_manager_interface.h | 458 virtual ErrCode GetShowBadgeEnabled(bool &enabled) = 0;
|
H A D | ans_manager_proxy.h | 445 ErrCode GetShowBadgeEnabled(bool &enabled) override;
|
H A D | ans_manager_stub.h | 451 virtual ErrCode GetShowBadgeEnabled(bool &enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_display_badge.cpp | 150 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in NapiIsBadgeDisplayed()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 380 auto ret = advancedNotificationService_->GetShowBadgeEnabled(enabled); 396 auto ret = advancedNotificationService_->GetShowBadgeEnabled(enabled);
|
H A D | advanced_notification_service_test.cpp | 974 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 D | ans_manager_stub_invalid.cpp | 308 ErrCode AnsManagerStub::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1080 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsNotification 1088 return proxy->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
|
H A D | ans_manager_proxy.cpp | 1235 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1496 ErrCode result = GetShowBadgeEnabled(enabled); in HandleGetShowBadgeEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 358 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 D | ans_notification_branch_test.cpp | 266 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 D | ansmanagerstub_fuzzer.cpp | 377 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 689 ErrCode ret = notificationHelper.GetShowBadgeEnabled(enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 500 ErrCode GetShowBadgeEnabled(bool &enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 772 ErrCode ret6 = ans_->GetShowBadgeEnabled(enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 4544 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 D | advanced_notification_publish_service.cpp | 841 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 D | ans_manager_stub_test.cpp | 4370 ErrCode result = ansManagerStub_->GetShowBadgeEnabled(enabled);
|