Home
last modified time | relevance | path

Searched refs:RequestEnableNotification (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h31 static int RequestEnableNotification();
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/
H A Dsetnotificationbadgenum_fuzzer.cpp29 Notification::NotificationHelper::RequestEnableNotification(deviceId, client, callerToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Denable_notification.h71 napi_value RequestEnableNotification(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp68 DECLARE_NAPI_FUNCTION("requestEnableNotification", RequestEnableNotification), in NotificationInit()
H A Denable_notification.cpp363 napi_value RequestEnableNotification(napi_env env, napi_callback_info info) in RequestEnableNotification() function
398 NotificationHelper::RequestEnableNotification(deviceId, client, in RequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp86 auto code = NotificationManagerImpl::RequestEnableNotification(); in FfiOHOSNotificationManagerRequestEnableNotification()
H A Dnotification_manager_impl.cpp701 int NotificationManagerImpl::RequestEnableNotification() in RequestEnableNotification() function in OHOS::CJSystemapi::NotificationManagerImpl
710 … int code = NotificationHelper::RequestEnableNotification(deviceId, client, params.callerToken); in RequestEnableNotification()
727 … int code = NotificationHelper::RequestEnableNotification(deviceId, client, params.callerToken); in RequestEnableNotificationWithContext()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp418 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
440 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
466 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
470 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp184 ErrCode NotificationHelper::RequestEnableNotification(std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::NotificationHelper
188 return DelayedSingleton<AnsNotification>::GetInstance()->RequestEnableNotification( in RequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h329 static ErrCode RequestEnableNotification(std::string &deviceId,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h329 ErrCode RequestEnableNotification(std::string &deviceId,
H A Dans_manager_interface.h402 virtual ErrCode RequestEnableNotification(const std::string &deviceId,
H A Dans_manager_proxy.h389 ErrCode RequestEnableNotification(const std::string &deviceId,
H A Dans_manager_stub.h393 ErrCode RequestEnableNotification(const std::string &deviceId,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp269 ErrCode AnsManagerStub::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp518 ErrCode AnsNotification::RequestEnableNotification(std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsNotification
528 return proxy->RequestEnableNotification(deviceId, hostClient, callerToken); in RequestEnableNotification()
H A Dans_manager_proxy.cpp995 ErrCode AnsManagerProxy::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1368 …ErrCode result = RequestEnableNotification(deviceId, iface_cast<AnsDialogCallback>(callback), call… in HandleRequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp118 ErrCode AnsManagerProxy::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() 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.cpp233 ErrCode RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp309 NotificationHelper::RequestEnableNotification(deviceId, client, in NapiRequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp371 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp440 ErrCode ret = notificationHelper.RequestEnableNotification(deviceId, client, callerToken);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h444 ErrCode RequestEnableNotification(const std::string &deviceId,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp655 ErrCode ret1 = ans_->RequestEnableNotification(deviceId, client, callerToken);

12