Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/
Dsetnotificationbadgenum_fuzzer.cpp29 Notification::NotificationHelper::RequestEnableNotification(deviceId, client, callerToken); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Denable_notification.h63 napi_value RequestEnableNotification(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dinit.cpp68 DECLARE_NAPI_FUNCTION("requestEnableNotification", RequestEnableNotification), in NotificationInit()
Denable_notification.cpp356 napi_value RequestEnableNotification(napi_env env, napi_callback_info info) in RequestEnableNotification() function
391 NotificationHelper::RequestEnableNotification(deviceId, client, in RequestEnableNotification()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_publish_service_test.cpp276 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
297 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
321 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
325 ret = advancedNotificationService_->RequestEnableNotification(deviceId, client, callerToken);
Dadvanced_notification_service_test.cpp1804 …EXPECT_EQ(advancedNotificationService_->RequestEnableNotification(deviceId, callback, callerToken),
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp159 ErrCode NotificationHelper::RequestEnableNotification(std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::NotificationHelper
163 return DelayedSingleton<AnsNotification>::GetInstance()->RequestEnableNotification( in RequestEnableNotification()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h289 static ErrCode RequestEnableNotification(std::string &deviceId,
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h286 ErrCode RequestEnableNotification(std::string &deviceId,
Dans_manager_interface.h349 virtual ErrCode RequestEnableNotification(const std::string &deviceId,
Dans_manager_proxy.h338 ErrCode RequestEnableNotification(const std::string &deviceId,
Dans_manager_stub.h342 ErrCode RequestEnableNotification(const std::string &deviceId,
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp153 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_enable_notification.cpp284 NotificationHelper::RequestEnableNotification(deviceId, client, in NapiRequestEnableNotification()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_stub_invalid.cpp241 ErrCode AnsManagerStub::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsManagerStub
Dans_notification.cpp376 ErrCode AnsNotification::RequestEnableNotification(std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsNotification
385 return ansManagerProxy_->RequestEnableNotification(deviceId, hostClient, callerToken); in RequestEnableNotification()
Dans_manager_proxy.cpp867 ErrCode AnsManagerProxy::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsManagerProxy
Dans_manager_stub.cpp1077 ErrCode result = RequestEnableNotification(deviceId, in HandleRequestEnableNotification()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp209 ErrCode RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp416 ErrCode ret = notificationHelper.RequestEnableNotification(deviceId, client, callerToken);
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h382 ErrCode RequestEnableNotification(const std::string &deviceId,
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp360 ErrCode ret1 = ans_->RequestEnableNotification(deviceId, client, callerToken);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_publish_service.cpp539 ErrCode AdvancedNotificationService::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp905 int32_t result = proxy->RequestEnableNotification(deviceId, client, callerToken);
929 int32_t result = proxy->RequestEnableNotification(deviceId, client, callerToken);
955 int32_t result = proxy->RequestEnableNotification(deviceId, client, callerToken);
980 int32_t result = proxy->RequestEnableNotification(deviceId, client, callerToken);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp3624 ErrCode result = ansManagerStub_->RequestEnableNotification(deviceId, callback, callerToken);