Home
last modified time | relevance | path

Searched refs:GetShowBadgeEnabled (Results 1 - 25 of 26) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
H A Dcancelgroup_fuzzer.cpp26 // test GetShowBadgeEnabled function in DoSomethingInterestingWithMyAPI()
28 Notification::NotificationHelper::GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp341 ErrCode NotificationHelper::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::NotificationHelper
343 return DelayedSingleton<AnsNotification>::GetInstance()->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h676 static ErrCode GetShowBadgeEnabled(bool &enabled);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisplay_badge.cpp255 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in IsBadgeDisplayed()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h458 virtual ErrCode GetShowBadgeEnabled(bool &enabled) = 0;
H A Dans_manager_proxy.h445 ErrCode GetShowBadgeEnabled(bool &enabled) override;
H A Dans_notification.h643 ErrCode GetShowBadgeEnabled(bool &enabled);
H A Dans_manager_stub.h451 virtual ErrCode GetShowBadgeEnabled(bool &enabled) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp308 ErrCode AnsManagerStub::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerStub
310 ANS_LOGE("AnsManagerStub::GetShowBadgeEnabled called!"); in GetShowBadgeEnabled()
H A Dans_notification.cpp1036 ErrCode AnsNotification::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsNotification
1044 return proxy->GetShowBadgeEnabled(enabled); in GetShowBadgeEnabled()
H A Dans_manager_proxy.cpp1231 ErrCode AnsManagerProxy::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AnsManagerProxy
1235 ANS_LOGE("[GetShowBadgeEnabled] fail: write interface token failed."); in GetShowBadgeEnabled()
1243 ANS_LOGE("[GetShowBadgeEnabled] fail: transact ErrCode=%{public}d", result); in GetShowBadgeEnabled()
1248 ANS_LOGE("[GetShowBadgeEnabled] fail: read result failed."); in GetShowBadgeEnabled()
1253 ANS_LOGE("[GetShowBadgeEnabled] fail: read enabled failed."); in GetShowBadgeEnabled()
H A Dans_manager_stub.cpp1488 ErrCode result = GetShowBadgeEnabled(enabled); in HandleGetShowBadgeEnabled()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_display_badge.cpp150 asynccallbackinfo->info.errorCode = NotificationHelper::GetShowBadgeEnabled( in NapiIsBadgeDisplayed()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp372 * @tc.desc: Test GetShowBadgeEnabled
380 auto ret = advancedNotificationService_->GetShowBadgeEnabled(enabled); in HWTEST_F()
386 * @tc.desc: Test GetShowBadgeEnabled
396 auto ret = advancedNotificationService_->GetShowBadgeEnabled(enabled); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp967 * @tc.desc : Test GetShowBadgeEnabled function when the result is ERR_OK
976 ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabled(enabled), (int)ERR_OK); in HWTEST_F()
1419 ASSERT_EQ(advancedNotificationService_->GetShowBadgeEnabled(allow), ERR_ANS_INVALID_BUNDLE); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp105 service->GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp374 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp264 ErrCode GetShowBadgeEnabled(bool &enabled) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp382 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp383 ansManagerStub.GetShowBadgeEnabled(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp681 * @tc.desc: Test GetShowBadgeEnabled parameters.
689 ErrCode ret = notificationHelper.GetShowBadgeEnabled(enabled); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h501 ErrCode GetShowBadgeEnabled(bool &enabled) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp772 ErrCode ret6 = ans_->GetShowBadgeEnabled(enabled); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp4531 * @tc.desc: test GetShowBadgeEnabled function
4545 int32_t result = proxy->GetShowBadgeEnabled(enabled); in HWTEST_F()
4551 * @tc.desc: test GetShowBadgeEnabled function
4568 int32_t result = proxy->GetShowBadgeEnabled(enabled); in HWTEST_F()
4575 * @tc.desc: test GetShowBadgeEnabled function
4590 int32_t result = proxy->GetShowBadgeEnabled(enabled); in HWTEST_F()
4596 * @tc.desc: test GetShowBadgeEnabled function
4612 int32_t result = proxy->GetShowBadgeEnabled(enabled); in HWTEST_F()
4618 * @tc.desc: test GetShowBadgeEnabled function
4634 int32_t result = proxy->GetShowBadgeEnabled(enable in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp817 ErrCode AdvancedNotificationService::GetShowBadgeEnabled(bool &enabled) in GetShowBadgeEnabled() function in OHOS::Notification::AdvancedNotificationService

Completed in 53 milliseconds

12