Home
last modified time | relevance | path

Searched refs:SetBadgeNumberByBundle (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp523 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 Dnotification_helper.h1001 …static ErrCode SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeN…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1084 … ErrCode SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeNumber);
H A Dans_manager_interface.h838 …virtual ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t…
H A Dans_manager_proxy.h825 …ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNu…
H A Dans_manager_stub.h827 virtual ErrCode SetBadgeNumberByBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_display_badge.cpp328 asyncCallbackInfo->info.errorCode = NotificationHelper::SetBadgeNumberByBundle( in NapiSetBadgeNumberByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1164 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 Dans_manager_stub_invalid.cpp592 ErrCode AnsManagerStub::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, … in SetBadgeNumberByBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1813 ErrCode AnsNotification::SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32… in SetBadgeNumberByBundle() function in OHOS::Notification::AnsNotification
1831 return proxy->SetBadgeNumberByBundle(bundleInfo, badgeNumber); in SetBadgeNumberByBundle()
H A Dans_manager_proxy.cpp1994 ErrCode AnsManagerProxy::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption,… in SetBadgeNumberByBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp2379 ErrCode result = SetBadgeNumberByBundle(bundleOption, badgeNumber); in HandleSetBadgeNumberByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp718 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 Dans_notification_branch_test.cpp509 …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 Dans_notification_unit_test.cpp1271 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 Dadvanced_notification_service.h980 …ErrCode SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNu…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3606 …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 Dadvanced_notification_publish_service.cpp2484 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 Dans_manager_proxy_unit_test.cpp7746 int32_t result = proxy->SetBadgeNumberByBundle(nullptr, badgeNumber);
7767 int32_t result = proxy->SetBadgeNumberByBundle(bundleOption, badgeNumber);
7790 int32_t result = proxy->SetBadgeNumberByBundle(bundleOption, badgeNumber);