Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp171 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 Dnotification_helper.h376 static ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
/base/notification/distributed_notification_service/frameworks/core/include/
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_notification.h310 ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
H A Dans_manager_stub.h507 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
/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
356 ANS_LOGE("AnsManagerStub::CanPopEnableNotificationDialog called!"); in CanPopEnableNotificationDialog()
H A Dans_notification.cpp493 ErrCode AnsNotification::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() function in OHOS::Notification::AnsNotification
502 return proxy->CanPopEnableNotificationDialog(hostClient, canPop, bundleName); in CanPopEnableNotificationDialog()
H A Dans_manager_proxy.cpp1318 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 Dans_manager_stub.cpp1658 ErrCode result = CanPopEnableNotificationDialog(iface_cast<AnsDialogCallback>(callback), canPop, bundleName); in HandleCanPopEnableNotificationDialog()
/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()
292 ANS_LOGI("CanPopEnableNotificationDialog result , errCode = %{public}d , canPop = %{public}d", in NapiRequestEnableNotification()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp172 service->CanPopEnableNotificationDialog(nullptr, enable, bundleName); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp307 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h563 ErrCode CanPopEnableNotificationDialog(const sptr<AnsDialogCallback> &callback,
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp1105 * @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 Dans_notification_unit_test.cpp284 * @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 Dadvanced_notification_publish_service.cpp1040 ErrCode AdvancedNotificationService::CanPopEnableNotificationDialog( in CanPopEnableNotificationDialog() function in OHOS::Notification::AdvancedNotificationService
1088 ANS_LOGI("CanPopEnableNotificationDialog end"); in CanPopEnableNotificationDialog()

Completed in 32 milliseconds