Home
last modified time | relevance | path

Searched refs:CanPopEnableNotificationDialog (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp172 ErrCode NotificationHelper::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() function in OHOS::Notification::NotificationHelper
175 return DelayedSingleton<AnsNotification>::GetInstance()->CanPopEnableNotificationDialog( in CanPopEnableNotificationDialog()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h312 static ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h312 ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
H A Dans_manager_interface.h520 virtual ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
H A Dans_manager_proxy.h508 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
H A Dans_manager_stub.h507 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp353 ErrCode AnsManagerStub::CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp495 ErrCode AnsNotification::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsNotification
504 return proxy->CanPopEnableNotificationDialog(hostClient, canPop, bundleName); in CanPopEnableNotificationDialog()
H A Dans_manager_proxy.cpp1322 ErrCode AnsManagerProxy::CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1666 …ErrCode result = CanPopEnableNotificationDialog(iface_cast<AnsDialogCallback>(callback), canPop, b… in HandleCanPopEnableNotificationDialog()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp445 ErrCode AnsManagerProxy::CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() 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.cpp309 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp291 … ErrCode errCode = NotificationHelper::CanPopEnableNotificationDialog(client, canPop, bundleName); in NapiRequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp1114 …ErrCode result = advancedNotificationService_->CanPopEnableNotificationDialog(callback, canPop, bu…
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h562 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp299 ErrCode ret1 = ans_->CanPopEnableNotificationDialog(client, enable, bundleName);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1093 ErrCode AdvancedNotificationService::CanPopEnableNotificationDialog( in CanPopEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService