/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 501 ErrCode NotificationHelper::GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotT… in GetEnabledForBundleSlotSelf() function in OHOS::Notification::NotificationHelper 503 …return DelayedSingleton<AnsNotification>::GetInstance()->GetEnabledForBundleSlotSelf(slotType, ena… in GetEnabledForBundleSlotSelf()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 966 …static ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &e…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1036 …ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &enabled);
|
H A D | ans_manager_interface.h | 790 …virtual ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &…
|
H A D | ans_manager_proxy.h | 778 …ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &enabled)…
|
H A D | ans_manager_stub.h | 780 …virtual ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_slot.cpp | 481 ErrCode AnsManagerProxy::GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType… in GetEnabledForBundleSlotSelf() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 561 ErrCode AnsManagerStub::GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType,… in GetEnabledForBundleSlotSelf() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1747 ErrCode AnsNotification::GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType… in GetEnabledForBundleSlotSelf() function in OHOS::Notification::AnsNotification 1755 return proxy->GetEnabledForBundleSlotSelf(slotType, enabled); in GetEnabledForBundleSlotSelf()
|
H A D | ans_manager_stub.cpp | 2282 ErrCode result = GetEnabledForBundleSlotSelf(slotType, enabled); in HandleGetEnabledForBundleSlotSelf()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_slot_service_test.cpp | 233 advancedNotificationService_->GetEnabledForBundleSlotSelf(slotType, enable);
|
/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 | 1301 EXPECT_NE(advancedNotificationService.GetEnabledForBundleSlotSelf(slotType, enabled), ERR_OK); 1316 …ASSERT_EQ(advancedNotificationService.GetEnabledForBundleSlotSelf(slotType, enabled), ERR_ANS_INVA…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 483 …ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &enabled)… in GetEnabledForBundleSlotSelf() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 337 ErrCode AdvancedNotificationService::GetEnabledForBundleSlotSelf( in GetEnabledForBundleSlotSelf() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 839 …ErrCode GetEnabledForBundleSlotSelf(const NotificationConstant::SlotType &slotType, bool &enabled)…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 381 ErrCode ret1 = ans_->GetEnabledForBundleSlotSelf(
|