/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 171 ErrCode NotificationHelper::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() function in OHOS::Notification::NotificationHelper 174 return DelayedSingleton<AnsNotification>::GetInstance()->CanPopEnableNotificationDialog( in CanPopEnableNotificationDialog()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 376 static ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
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_notification.h | 310 ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
|
H A D | ans_manager_stub.h | 507 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
/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 356 ANS_LOGE("AnsManagerStub::CanPopEnableNotificationDialog called!"); in CanPopEnableNotificationDialog()
|
H A D | ans_notification.cpp | 493 ErrCode AnsNotification::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsNotification 502 return proxy->CanPopEnableNotificationDialog(hostClient, canPop, bundleName); in CanPopEnableNotificationDialog()
|
H A D | ans_manager_proxy.cpp | 1318 ErrCode AnsManagerProxy::CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsManagerProxy 1323 ANS_LOGE("[CanPopEnableNotificationDialog] fail: write interface token failed."); in CanPopEnableNotificationDialog() 1328 ANS_LOGE("[CanPopEnableNotificationDialog] fail: write callback failed"); in CanPopEnableNotificationDialog() 1337 ANS_LOGE("[CanPopEnableNotificationDialog] fail: transact ErrCode=%{public}d", result); in CanPopEnableNotificationDialog() 1342 ANS_LOGE("[CanPopEnableNotificationDialog] fail: read result failed."); in CanPopEnableNotificationDialog() 1347 ANS_LOGE("[CanPopEnableNotificationDialog] fail: read canPop failed."); in CanPopEnableNotificationDialog() 1351 ANS_LOGE("[CanPopEnableNotificationDialog] fail: read bundleName failed."); in CanPopEnableNotificationDialog() 1362 ANS_LOGE("[CanPopEnableNotificationDialog] fail: write interface token failed."); in RemoveEnableNotificationDialog() 1374 ANS_LOGE("[CanPopEnableNotificationDialog] fail: read result failed."); in RemoveEnableNotificationDialog()
|
H A D | ans_manager_stub.cpp | 1658 ErrCode result = CanPopEnableNotificationDialog(iface_cast<AnsDialogCallback>(callback), canPop, bundleName); in HandleCanPopEnableNotificationDialog()
|
/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() 292 ANS_LOGI("CanPopEnableNotificationDialog result , errCode = %{public}d , canPop = %{public}d", in NapiRequestEnableNotification()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 172 service->CanPopEnableNotificationDialog(nullptr, enable, bundleName); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 307 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 563 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 1105 * @tc.desc: Test CanPopEnableNotificationDialog 1114 ErrCode result = advancedNotificationService_->CanPopEnableNotificationDialog(callback, canPop, bundleName); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 284 * @tc.desc: test CanPopEnableNotificationDialog.
299 ErrCode ret1 = ans_->CanPopEnableNotificationDialog(client, enable, bundleName);
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1040 ErrCode AdvancedNotificationService::CanPopEnableNotificationDialog( in CanPopEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService 1088 ANS_LOGI("CanPopEnableNotificationDialog end"); in CanPopEnableNotificationDialog()
|