/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/ |
H A D | setdonotdisturbdate_fuzzer.cpp | 44 … Notification::NotificationHelper::SetEnabledForBundleSlot(bundleOption, slotType, enabled, false); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 408 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot( 425 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot( 448 EXPECT_EQ(0, NotificationHelper::SetEnabledForBundleSlot(
|
H A D | ans_innerkits_module_publish_test.cpp | 1552 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 D | notification_helper.cpp | 488 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 D | notification_helper.h | 945 static ErrCode SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1015 ErrCode SetEnabledForBundleSlot(const NotificationBundleOption &bundleOption,
|
H A D | ans_manager_interface.h | 786 virtual ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
|
H A D | ans_manager_proxy.h | 774 ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
|
H A D | ans_manager_stub.h | 776 virtual ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_slot.cpp | 386 ErrCode AnsManagerProxy::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 547 ErrCode AnsManagerStub::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption, in SetEnabledForBundleSlot() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1710 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 D | ans_manager_stub.cpp | 2233 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 D | notification_subscriber_manager_branch_test.cpp | 1153 …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 D | ans_notification_branch_test.cpp | 471 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 D | ansmanagerstub_fuzzer.cpp | 417 ansManagerStub.SetEnabledForBundleSlot(bundleOption, slotType, enabled, false); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 969 auto result = advancedNotificationService_->SetEnabledForBundleSlot(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1010 … ErrCode ret = notificationHelper.SetEnabledForBundleSlot(bundleOption, slotType, enabled, false);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_slot.cpp | 768 asynccallbackinfo->info.errorCode = NotificationHelper::SetEnabledForBundleSlot( in NapiEnableNotificationSlot()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 835 ErrCode SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 869 auto result = advancedNotificationService_->SetEnabledForBundleSlot(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 992 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 D | ans_manager_proxy_unit_test.cpp | 7011 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 D | slot.cpp | 1475 asynccallbackinfo->info.errorCode = NotificationHelper::SetEnabledForBundleSlot( in EnableNotificationSlot()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2188 ErrCode AdvancedNotificationService::SetEnabledForBundleSlot(const sptr<NotificationBundleOption> &… in SetEnabledForBundleSlot() function in OHOS::Notification::AdvancedNotificationService
|