/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 523 ErrCode NotificationHelper::SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, in… in SetBadgeNumberByBundle() function in OHOS::Notification::NotificationHelper 525 …return DelayedSingleton<AnsNotification>::GetInstance()->SetBadgeNumberByBundle(bundleOption, badg… in SetBadgeNumberByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 1001 …static ErrCode SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeN…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1084 … ErrCode SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeNumber);
|
H A D | ans_manager_interface.h | 838 …virtual ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t…
|
H A D | ans_manager_proxy.h | 825 …ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNu…
|
H A D | ans_manager_stub.h | 827 virtual ErrCode SetBadgeNumberByBundle(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_display_badge.cpp | 328 asyncCallbackInfo->info.errorCode = NotificationHelper::SetBadgeNumberByBundle( in NapiSetBadgeNumberByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1164 ErrCode ret = notificationHelper.SetBadgeNumberByBundle(bundleOption, badgeNumber); 1180 ErrCode ret = notificationHelper.SetBadgeNumberByBundle(bundleOption, badgeNumber);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 592 ErrCode AnsManagerStub::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, … in SetBadgeNumberByBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1813 ErrCode AnsNotification::SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32… in SetBadgeNumberByBundle() function in OHOS::Notification::AnsNotification 1831 return proxy->SetBadgeNumberByBundle(bundleInfo, badgeNumber); in SetBadgeNumberByBundle()
|
H A D | ans_manager_proxy.cpp | 1994 ErrCode AnsManagerProxy::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption,… in SetBadgeNumberByBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 2379 ErrCode result = SetBadgeNumberByBundle(bundleOption, badgeNumber); in HandleSetBadgeNumberByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 718 ErrCode AnsManagerProxy::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption,… in SetBadgeNumberByBundle() 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 | 509 …ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption>& bundleOption, int32_t badgeNu… in SetBadgeNumberByBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 1271 ErrCode res = ans_->SetBadgeNumberByBundle(bundleOption, badgeNumber); 1294 ErrCode res = ans_->SetBadgeNumberByBundle(bundleOption, badgeNumber);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 980 …ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNu…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 3606 …ASSERT_EQ(advancedNotificationService_->SetBadgeNumberByBundle(bundleOption, badgeNumber), ERR_OK); 3620 …ASSERT_EQ(advancedNotificationService_->SetBadgeNumberByBundle(bundleOption, badgeNumber), ERR_ANS…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2484 ErrCode AdvancedNotificationService::SetBadgeNumberByBundle( in SetBadgeNumberByBundle() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 7746 int32_t result = proxy->SetBadgeNumberByBundle(nullptr, badgeNumber); 7767 int32_t result = proxy->SetBadgeNumberByBundle(bundleOption, badgeNumber); 7790 int32_t result = proxy->SetBadgeNumberByBundle(bundleOption, badgeNumber);
|