Home
last modified time | relevance | path

Searched refs:SetNotificationBadgeNum (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/
H A Dsetnotificationbadgenum_fuzzer.cpp34 … return Notification::NotificationHelper::SetNotificationBadgeNum(GetU32Data(data)) == ERR_OK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
H A Dgetbundleimportance_fuzzer.cpp30 Notification::NotificationHelper::SetNotificationBadgeNum(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp152 ErrCode NotificationHelper::SetNotificationBadgeNum() in SetNotificationBadgeNum() function in OHOS::Notification::NotificationHelper
154 return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationBadgeNum(); in SetNotificationBadgeNum()
157 ErrCode NotificationHelper::SetNotificationBadgeNum(int32_t num) in SetNotificationBadgeNum() function in OHOS::Notification::NotificationHelper
159 return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationBadgeNum(num); in SetNotificationBadgeNum()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h277 static ErrCode SetNotificationBadgeNum();
287 static ErrCode SetNotificationBadgeNum(int32_t num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h277 ErrCode SetNotificationBadgeNum();
287 ErrCode SetNotificationBadgeNum(int32_t num);
H A Dans_manager_interface.h286 virtual ErrCode SetNotificationBadgeNum(int num) = 0;
H A Dans_manager_proxy.h273 ErrCode SetNotificationBadgeNum(int32_t num) override;
H A Dans_manager_stub.h277 virtual ErrCode SetNotificationBadgeNum(int32_t num) override;
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp76 ansManagerStub.SetNotificationBadgeNum(notificationId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp453 ErrCode AnsNotification::SetNotificationBadgeNum() in SetNotificationBadgeNum() function in OHOS::Notification::AnsNotification
461 return proxy->SetNotificationBadgeNum(num); in SetNotificationBadgeNum()
464 ErrCode AnsNotification::SetNotificationBadgeNum(int32_t num) in SetNotificationBadgeNum() function in OHOS::Notification::AnsNotification
471 return proxy->SetNotificationBadgeNum(num); in SetNotificationBadgeNum()
H A Dans_manager_stub_invalid.cpp173 ErrCode AnsManagerStub::SetNotificationBadgeNum(int num) in SetNotificationBadgeNum() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp636 ErrCode AnsManagerProxy::SetNotificationBadgeNum(int32_t num) in SetNotificationBadgeNum() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp969 ErrCode result = SetNotificationBadgeNum(num); in HandleSetNotificationBadgeNum()
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp260 ErrCode errCode = advancedNotificationService_->SetNotificationBadgeNum(2); in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp380 ErrCode ret = notificationHelper.SetNotificationBadgeNum();
394 ErrCode ret = notificationHelper.SetNotificationBadgeNum(num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp30 ErrCode AnsManagerProxy::SetNotificationBadgeNum(int32_t num) in SetNotificationBadgeNum() 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.cpp168 ErrCode SetNotificationBadgeNum(int num) override in SetNotificationBadgeNum() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp356 ansManagerStub.SetNotificationBadgeNum(num); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp608 ErrCode ret1 = ans_->SetNotificationBadgeNum();
611 ErrCode ret2 = ans_->SetNotificationBadgeNum(num);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp199 ASSERT_EQ((int)advancedNotificationService_->SetNotificationBadgeNum(2), (int)ERR_OK);
534 ASSERT_EQ((int)advancedNotificationService_->SetNotificationBadgeNum(2), (int)ERR_OK);
1413 ASSERT_EQ(advancedNotificationService_->SetNotificationBadgeNum(num), ERR_ANS_INVALID_BUNDLE);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h324 ErrCode SetNotificationBadgeNum(int32_t num) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2942 int32_t result = proxy->SetNotificationBadgeNum(num);
2965 int32_t result = proxy->SetNotificationBadgeNum(num);
2985 int32_t result = proxy->SetNotificationBadgeNum(num);
3007 int32_t result = proxy->SetNotificationBadgeNum(num);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp515 ErrCode AdvancedNotificationService::SetNotificationBadgeNum(int32_t num) in SetNotificationBadgeNum() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4137 ErrCode result = ansManagerStub_->SetNotificationBadgeNum(num);