Home
last modified time | relevance | path

Searched refs:RemoveEnableNotificationDialog (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dsystem_dialog_connect_stb.cpp73 AdvancedNotificationService::GetInstance()->RemoveEnableNotificationDialog(bundleOption); in OnAbilityConnectDone()
H A Dadvanced_notification_publish_service.cpp1161 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 Dnotification_helper.cpp179 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 Dnapi_enable_notification.cpp303 NotificationHelper::RemoveEnableNotificationDialog(); in NapiRequestEnableNotification()
618 NotificationHelper::RemoveEnableNotificationDialog(); in OnError()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h320 static ErrCode RemoveEnableNotificationDialog();
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h320 ErrCode RemoveEnableNotificationDialog();
H A Dans_manager_interface.h528 virtual ErrCode RemoveEnableNotificationDialog() = 0;
H A Dans_manager_proxy.h516 ErrCode RemoveEnableNotificationDialog() override;
H A Dans_manager_stub.h515 ErrCode RemoveEnableNotificationDialog() override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h570 ErrCode RemoveEnableNotificationDialog() override;
572 ErrCode RemoveEnableNotificationDialog(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp360 ErrCode AnsManagerStub::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp507 ErrCode AnsNotification::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsNotification
515 return proxy->RemoveEnableNotificationDialog(); in RemoveEnableNotificationDialog()
H A Dans_manager_proxy.cpp1362 ErrCode AnsManagerProxy::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1685 ErrCode result = RemoveEnableNotificationDialog(); in HandleRemoveEnableNotificationDialog()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp485 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 Dans_notification_branch_test.cpp315 ErrCode RemoveEnableNotificationDialog() override in RemoveEnableNotificationDialog() function in OHOS::Notification::MockAnsManagerInterface