/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | system_dialog_connect_stb.cpp | 73 AdvancedNotificationService::GetInstance()->RemoveEnableNotificationDialog(bundleOption); in OnAbilityConnectDone()
|
H A D | advanced_notification_publish_service.cpp | 1161 ErrCode AdvancedNotificationService::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService 1170 return RemoveEnableNotificationDialog(bundleOption); in RemoveEnableNotificationDialog() 1173 ErrCode AdvancedNotificationService::RemoveEnableNotificationDialog(const sptr<NotificationBundleOp… in RemoveEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 179 ErrCode NotificationHelper::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::NotificationHelper 181 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveEnableNotificationDialog(); in RemoveEnableNotificationDialog()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_enable_notification.cpp | 303 NotificationHelper::RemoveEnableNotificationDialog(); in NapiRequestEnableNotification() 618 NotificationHelper::RemoveEnableNotificationDialog(); in OnError()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 320 static ErrCode RemoveEnableNotificationDialog();
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 320 ErrCode RemoveEnableNotificationDialog();
|
H A D | ans_manager_interface.h | 528 virtual ErrCode RemoveEnableNotificationDialog() = 0;
|
H A D | ans_manager_proxy.h | 516 ErrCode RemoveEnableNotificationDialog() override;
|
H A D | ans_manager_stub.h | 515 ErrCode RemoveEnableNotificationDialog() override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 570 ErrCode RemoveEnableNotificationDialog() override; 572 ErrCode RemoveEnableNotificationDialog(const sptr<NotificationBundleOption> &bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 360 ErrCode AnsManagerStub::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 507 ErrCode AnsNotification::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsNotification 515 return proxy->RemoveEnableNotificationDialog(); in RemoveEnableNotificationDialog()
|
H A D | ans_manager_proxy.cpp | 1362 ErrCode AnsManagerProxy::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1685 ErrCode result = RemoveEnableNotificationDialog(); in HandleRemoveEnableNotificationDialog()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 485 ErrCode AnsManagerProxy::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() 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 | 315 ErrCode RemoveEnableNotificationDialog() override in RemoveEnableNotificationDialog() function in OHOS::Notification::MockAnsManagerInterface
|