| /base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/ |
| D | setnotificationbadgenum_fuzzer.cpp | 29 Notification::NotificationHelper::RequestEnableNotification(deviceId, client, callerToken); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| D | enable_notification.h | 63 napi_value RequestEnableNotification(napi_env env, napi_callback_info info);
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | init.cpp | 68 DECLARE_NAPI_FUNCTION("requestEnableNotification", RequestEnableNotification), in NotificationInit()
|
| D | enable_notification.cpp | 356 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/ |
| D | advanced_notification_publish_service_test.cpp | 276 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);
|
| D | advanced_notification_service_test.cpp | 1804 …EXPECT_EQ(advancedNotificationService_->RequestEnableNotification(deviceId, callback, callerToken),
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_helper.cpp | 159 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/ |
| D | notification_helper.h | 289 static ErrCode RequestEnableNotification(std::string &deviceId,
|
| /base/notification/distributed_notification_service/frameworks/core/include/ |
| D | ans_notification.h | 286 ErrCode RequestEnableNotification(std::string &deviceId,
|
| D | ans_manager_interface.h | 349 virtual ErrCode RequestEnableNotification(const std::string &deviceId,
|
| D | ans_manager_proxy.h | 338 ErrCode RequestEnableNotification(const std::string &deviceId,
|
| D | ans_manager_stub.h | 342 ErrCode RequestEnableNotification(const std::string &deviceId,
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
| D | ansmanagerstub_fuzzer.cpp | 153 ansManagerStub.RequestEnableNotification(stringData, dialogCallback, callerToken); in DoSomethingInterestingWithMyAPI()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| D | napi_enable_notification.cpp | 284 NotificationHelper::RequestEnableNotification(deviceId, client, in NapiRequestEnableNotification()
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_manager_stub_invalid.cpp | 241 ErrCode AnsManagerStub::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsManagerStub
|
| D | ans_notification.cpp | 376 ErrCode AnsNotification::RequestEnableNotification(std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsNotification 385 return ansManagerProxy_->RequestEnableNotification(deviceId, hostClient, callerToken); in RequestEnableNotification()
|
| D | ans_manager_proxy.cpp | 867 ErrCode AnsManagerProxy::RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::AnsManagerProxy
|
| D | ans_manager_stub.cpp | 1077 ErrCode result = RequestEnableNotification(deviceId, in HandleRequestEnableNotification()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
| D | ans_notification_branch_test.cpp | 209 ErrCode RequestEnableNotification(const std::string &deviceId, in RequestEnableNotification() function in OHOS::Notification::MockAnsManagerInterface
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_helper_test.cpp | 416 ErrCode ret = notificationHelper.RequestEnableNotification(deviceId, client, callerToken);
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| D | advanced_notification_service.h | 382 ErrCode RequestEnableNotification(const std::string &deviceId,
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| D | ans_notification_unit_test.cpp | 360 ErrCode ret1 = ans_->RequestEnableNotification(deviceId, client, callerToken);
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_publish_service.cpp | 539 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/ |
| D | ans_manager_proxy_unit_test.cpp | 905 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/ |
| D | ans_manager_stub_test.cpp | 3624 ErrCode result = ansManagerStub_->RequestEnableNotification(deviceId, callback, callerToken);
|