/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 172 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 D | notification_helper.h | 312 static ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 312 ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
|
H A D | ans_manager_interface.h | 520 virtual ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
H A D | ans_manager_proxy.h | 508 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
H A D | ans_manager_stub.h | 507 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 353 ErrCode AnsManagerStub::CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 495 ErrCode AnsNotification::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsNotification 504 return proxy->CanPopEnableNotificationDialog(hostClient, canPop, bundleName); in CanPopEnableNotificationDialog()
|
H A D | ans_manager_proxy.cpp | 1322 ErrCode AnsManagerProxy::CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1666 …ErrCode result = CanPopEnableNotificationDialog(iface_cast<AnsDialogCallback>(callback), canPop, b… in HandleCanPopEnableNotificationDialog()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 445 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 D | ans_notification_branch_test.cpp | 309 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 D | napi_enable_notification.cpp | 291 … ErrCode errCode = NotificationHelper::CanPopEnableNotificationDialog(client, canPop, bundleName); in NapiRequestEnableNotification()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 1114 …ErrCode result = advancedNotificationService_->CanPopEnableNotificationDialog(callback, canPop, bu…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 562 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 299 ErrCode ret1 = ans_->CanPopEnableNotificationDialog(client, enable, bundleName);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1093 ErrCode AdvancedNotificationService::CanPopEnableNotificationDialog( in CanPopEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService
|