Home
last modified time | relevance | path

Searched refs:RemoveEnableNotificationDialog (Results 1 - 15 of 15) sorted by relevance

/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.cpp1092 ErrCode AdvancedNotificationService::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService
1101 return RemoveEnableNotificationDialog(bundleOption); in RemoveEnableNotificationDialog()
1104 ErrCode AdvancedNotificationService::RemoveEnableNotificationDialog(const sptr<NotificationBundleOption> &bundleOption) in RemoveEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService
1106 ANS_LOGI("RemoveEnableNotificationDialog %{public}s, %{public}d", in RemoveEnableNotificationDialog()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp178 ErrCode NotificationHelper::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::NotificationHelper
180 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveEnableNotificationDialog(); in RemoveEnableNotificationDialog()
/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()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h384 static ErrCode RemoveEnableNotificationDialog();
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h528 virtual ErrCode RemoveEnableNotificationDialog() = 0;
H A Dans_manager_proxy.h516 ErrCode RemoveEnableNotificationDialog() override;
H A Dans_notification.h318 ErrCode RemoveEnableNotificationDialog();
H A Dans_manager_stub.h515 ErrCode RemoveEnableNotificationDialog() override;
/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
362 ANS_LOGE("AnsManagerStub::RemoveEnableNotificationDialog called!"); in RemoveEnableNotificationDialog()
H A Dans_notification.cpp505 ErrCode AnsNotification::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsNotification
513 return proxy->RemoveEnableNotificationDialog(); in RemoveEnableNotificationDialog()
H A Dans_manager_proxy.cpp1358 ErrCode AnsManagerProxy::RemoveEnableNotificationDialog() in RemoveEnableNotificationDialog() function in OHOS::Notification::AnsManagerProxy
1370 ANS_LOGE("[RemoveEnableNotificationDialog] fail: transact ErrCode=%{public}d", result); in RemoveEnableNotificationDialog()
H A Dans_manager_stub.cpp1677 ErrCode result = RemoveEnableNotificationDialog(); in HandleRemoveEnableNotificationDialog()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h571 ErrCode RemoveEnableNotificationDialog() override;
573 ErrCode RemoveEnableNotificationDialog(const sptr<NotificationBundleOption> &bundleOption);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp313 ErrCode RemoveEnableNotificationDialog() override

Completed in 28 milliseconds