Home
last modified time | relevance | path

Searched refs:SetEnabledForBundleSlot (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp44 … Notification::NotificationHelper::SetEnabledForBundleSlot(bundleOption, slotType, enabled, false); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp408 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
425 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
448 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
H A Dans_innerkits_module_publish_test.cpp1552 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
1559 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
1589 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
1597 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp488 ErrCode NotificationHelper::SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::NotificationHelper
491 return DelayedSingleton<AnsNotification>::GetInstance()->SetEnabledForBundleSlot(bundleOption, in SetEnabledForBundleSlot()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h945 static ErrCode SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1015 ErrCode SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption,
H A Dans_manager_interface.h786 virtual ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
H A Dans_manager_proxy.h774 ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
H A Dans_manager_stub.h776 virtual ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_slot.cpp386 ErrCode AnsManagerProxy::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp547 ErrCode AnsManagerStub::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1710 ErrCode AnsNotification::SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::AnsNotification
1726 return proxy->SetEnabledForBundleSlot(bo, slotType, enabled, isForceControl); in SetEnabledForBundleSlot()
H A Dans_manager_stub.cpp2233 ErrCode result = SetEnabledForBundleSlot(bundleOption, slotType, enabled, isForceControl); in HandleSetEnabledForBundleSlot()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp1153 …ASSERT_EQ(advancedNotificationService.SetEnabledForBundleSlot(bundleOption, slotType, enabled, isF…
1173 …ASSERT_EQ(advancedNotificationService.SetEnabledForBundleSlot(bundleOption, slotType, enabled, isF…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp471 ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp417 ansManagerStub.SetEnabledForBundleSlot(bundleOption, slotType, enabled, false); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp969 auto result = advancedNotificationService_->SetEnabledForBundleSlot(
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1010 … ErrCode ret = notificationHelper.SetEnabledForBundleSlot(bundleOption, slotType, enabled, false);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp768 asynccallbackinfo->info.errorCode = NotificationHelper::SetEnabledForBundleSlot( in NapiEnableNotificationSlot()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h835 ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp869 auto result = advancedNotificationService_->SetEnabledForBundleSlot(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp992 ErrCode ret1 = ans_->SetEnabledForBundleSlot(bundleOption, slotType, enabled, isForceControl);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp7011 int32_t result = proxy->SetEnabledForBundleSlot(
7032 int32_t result = proxy->SetEnabledForBundleSlot(
7055 int32_t result = proxy->SetEnabledForBundleSlot(
7077 int32_t result = proxy->SetEnabledForBundleSlot(
7100 int32_t result = proxy->SetEnabledForBundleSlot(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1475 asynccallbackinfo->info.errorCode = NotificationHelper::SetEnabledForBundleSlot( in EnableNotificationSlot()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2188 ErrCode AdvancedNotificationService::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &… in SetEnabledForBundleSlot() function in OHOS::Notification::AdvancedNotificationService

12