/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationsenabledforallbundles_fuzzer/ |
H A D | setnotificationsenabledforallbundles_fuzzer.cpp | 41 … return Notification::NotificationHelper::GetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/ |
H A D | libans.map | 34 *GetShowBadgeEnabledForBundle*;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_setting_test.cpp | 83 …EXPECT_EQ(ERR_ANS_PERMISSION_DENIED, NotificationHelper::GetShowBadgeEnabledForBundle(bundleOption…
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 48 ansManagerStub.GetShowBadgeEnabledForBundle(bundleOption, allow); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 364 ErrCode NotificationHelper::GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOpti… in GetShowBadgeEnabledForBundle() function in OHOS::Notification::NotificationHelper 366 …return DelayedSingleton<AnsNotification>::GetInstance()->GetShowBadgeEnabledForBundle(bundleOption… in GetShowBadgeEnabledForBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | display_badge.cpp | 252 … asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabledForBundle( in IsBadgeDisplayed()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 723 …static ErrCode GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool &en…
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 317 errCode = advancedNotificationService_->GetShowBadgeEnabledForBundle(bundleOption, allow); in BENCHMARK_F()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 725 … ErrCode GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption, bool &enabled);
|
H A D | ans_manager_interface.h | 450 …virtual ErrCode GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, b…
|
H A D | ans_manager_proxy.h | 437 …ErrCode GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool &ena…
|
H A D | ans_manager_stub.h | 442 virtual ErrCode GetShowBadgeEnabledForBundle(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 404 ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabledForBundle( 420 ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabledForBundle(
|
H A D | advanced_notification_publish_service_test.cpp | 348 ret = advancedNotificationService_->GetShowBadgeEnabledForBundle(bundleOption, enabled); 366 ret = advancedNotificationService_->GetShowBadgeEnabledForBundle(bundle, enabled);
|
H A D | advanced_notification_service_test.cpp | 269 ASSERT_EQ((int)advancedNotificationService_->GetShowBadgeEnabledForBundle( 601 ASSERT_EQ((int)advancedNotificationService_->GetShowBadgeEnabledForBundle( 677 ASSERT_EQ((int)advancedNotificationService_->GetShowBadgeEnabledForBundle( 1493 …ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabledForBundle(bundleOption, enable), ERR_OK…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_display_badge.cpp | 147 … asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabledForBundle( in NapiIsBadgeDisplayed()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 302 ErrCode AnsManagerStub::GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOp… in GetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1063 ErrCode AnsNotification::GetShowBadgeEnabledForBundle(const NotificationBundleOption &bundleOption,… in GetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsNotification 1077 return proxy->GetShowBadgeEnabledForBundle(bo, enabled); in GetShowBadgeEnabledForBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 319 ErrCode AnsManagerProxy::GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleO… in GetShowBadgeEnabledForBundle() 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 | 261 …ErrCode GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool &ena… in GetShowBadgeEnabledForBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 376 ansManagerStub.GetShowBadgeEnabledForBundle(bundleOption, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 675 ErrCode ret = notificationHelper.GetShowBadgeEnabledForBundle(bundleOption, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 492 …ErrCode GetShowBadgeEnabledForBundle(const sptr<NotificationBundleOption> &bundleOption, bool &ena…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 563 ASSERT_EQ(advancedNotificationService.GetShowBadgeEnabledForBundle(bundleOption, 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 | 4410 int32_t result = proxy->GetShowBadgeEnabledForBundle(bundleOption, enabled); 4434 int32_t result = proxy->GetShowBadgeEnabledForBundle(bundleOption, enabled); 4457 int32_t result = proxy->GetShowBadgeEnabledForBundle(bundleOption, enabled); 4480 int32_t result = proxy->GetShowBadgeEnabledForBundle(bundleOption, enabled); 4503 int32_t result = proxy->GetShowBadgeEnabledForBundle(bundleOption, enabled); 4524 int32_t result = proxy->GetShowBadgeEnabledForBundle(bundleOption, enabled);
|