/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/ |
H A D | setnotificationbadgenum_fuzzer.cpp | 34 … return Notification::NotificationHelper::SetNotificationBadgeNum(GetU32Data(data)) == ERR_OK; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/ |
H A D | getbundleimportance_fuzzer.cpp | 30 Notification::NotificationHelper::SetNotificationBadgeNum(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 152 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 D | notification_helper.h | 277 static ErrCode SetNotificationBadgeNum(); 287 static ErrCode SetNotificationBadgeNum(int32_t num);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 277 ErrCode SetNotificationBadgeNum(); 287 ErrCode SetNotificationBadgeNum(int32_t num);
|
H A D | ans_manager_interface.h | 286 virtual ErrCode SetNotificationBadgeNum(int num) = 0;
|
H A D | ans_manager_proxy.h | 273 ErrCode SetNotificationBadgeNum(int32_t num) override;
|
H A D | ans_manager_stub.h | 277 virtual ErrCode SetNotificationBadgeNum(int32_t num) override;
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 76 ansManagerStub.SetNotificationBadgeNum(notificationId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 453 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 D | ans_manager_stub_invalid.cpp | 173 ErrCode AnsManagerStub::SetNotificationBadgeNum(int num) in SetNotificationBadgeNum() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 636 ErrCode AnsManagerProxy::SetNotificationBadgeNum(int32_t num) in SetNotificationBadgeNum() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 969 ErrCode result = SetNotificationBadgeNum(num); in HandleSetNotificationBadgeNum()
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 260 ErrCode errCode = advancedNotificationService_->SetNotificationBadgeNum(2); in BENCHMARK_F()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 380 ErrCode ret = notificationHelper.SetNotificationBadgeNum(); 394 ErrCode ret = notificationHelper.SetNotificationBadgeNum(num);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 30 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 D | ans_notification_branch_test.cpp | 168 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 D | ansmanagerstub_fuzzer.cpp | 356 ansManagerStub.SetNotificationBadgeNum(num); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 608 ErrCode ret1 = ans_->SetNotificationBadgeNum(); 611 ErrCode ret2 = ans_->SetNotificationBadgeNum(num);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 199 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 D | advanced_notification_service.h | 324 ErrCode SetNotificationBadgeNum(int32_t num) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 2942 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 D | advanced_notification_publish_service.cpp | 515 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 D | ans_manager_stub_test.cpp | 4137 ErrCode result = ansManagerStub_->SetNotificationBadgeNum(num);
|