/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/ |
D | notification_fuzzer.cpp | 43 notification.GetNotificationRequest(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
D | reminderrequestannex_fuzzer.cpp | 44 reminderRequest.GetNotificationRequest(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification.h | 135 NotificationRequest GetNotificationRequest() const;
|
D | reminder_request.h | 229 sptr<NotificationRequest> GetNotificationRequest() const;
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_subscriber_manager.cpp | 368 int32_t recvUserId = notification->GetNotificationRequest().GetReceiverUserId(); in NotifyConsumedInner() 392 int32_t recvUserId = notification->GetNotificationRequest().GetReceiverUserId(); in NotifyCanceledInner() 428 int32_t recvUserId = notification->GetNotificationRequest().GetReceiverUserId(); in BatchNotifyCanceledInner()
|
D | reminder_data_manager.cpp | 194 sptr<NotificationRequest> notification = reminder->GetNotificationRequest(); in CancelNotification() 440 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in FindReminderRequestLocked() 565 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in TerminateAlerting() 739 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in ShowReminder() 833 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in SnoozeReminderImpl()
|
D | advanced_notification_service.cpp | 2017 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in PublishReminder() 2169 … const auto ¬ificationRequest = recentNotification->notification->GetNotificationRequest(); in RecentNotificationDump() 3331 … if (!notification->GetNotificationRequest().GetNotificationDistributedOptions().IsDistributed()) { in DoDistributedDelete()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 1437 sptr<NotificationRequest> ret = rrc->GetNotificationRequest(); 1456 sptr<NotificationRequest> ret = rrc->GetNotificationRequest(); 1475 sptr<NotificationRequest> ret = rrc->GetNotificationRequest(); 1494 sptr<NotificationRequest> ret = rrc->GetNotificationRequest(); 1513 sptr<NotificationRequest> ret = rrc->GetNotificationRequest(); 1533 sptr<NotificationRequest> ret = rrc->GetNotificationRequest(); 1556 sptr<NotificationRequest> ret = rrc->GetNotificationRequest();
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | publish.cpp | 65 if (Common::GetNotificationRequest(env, argv[PARAM0], params.request) == nullptr) { in ParseParameters() 393 if (Common::GetNotificationRequest(env, argv[PARAM0], params.request) == nullptr) { in ParsePublishAsBundleParameters()
|
D | common.cpp | 230 …NotificationDistributedOptions options = notification->GetNotificationRequest().GetNotificationDis… in SetNotificationByDistributedOptions() 289 NotificationRequest request = notification->GetNotificationRequest(); in SetNotification() 302 if (notification->GetNotificationRequest().IsAgentNotification()) { in SetNotification() 306 …env, notification->GetNotificationRequest().GetOwnerBundleName().c_str(), NAPI_AUTO_LENGTH, &value… in SetNotification() 310 napi_create_int32(env, notification->GetNotificationRequest().GetOwnerUid(), &value); in SetNotification() 314 napi_create_int32(env, notification->GetNotificationRequest().GetOwnerUserId(), &value); in SetNotification() 1662 napi_value Common::GetNotificationRequest(const napi_env &env, const napi_value &value, Notificatio… in GetNotificationRequest() function in OHOS::NotificationNapi::Common
|
D | subscribe.cpp | 207 …ANS_LOGI("OnCanceled NotificationId = %{public}d", request->GetNotificationRequest().GetNotificati… in OnCanceled()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification.cpp | 133 NotificationRequest Notification::GetNotificationRequest() const in GetNotificationRequest() function in OHOS::Notification::Notification
|
D | reminder_request.cpp | 778 sptr<NotificationRequest> ReminderRequest::GetNotificationRequest() const in GetNotificationRequest() function in OHOS::Notification::ReminderRequest
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | common.h | 574 static napi_value GetNotificationRequest(
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 396 … if (notification->GetNotificationRequest().GetNotificationId() == req.GetNotificationId() && in GetRequestInNotificationList() 397 notification->GetNotificationRequest().GetLabel() == req.GetLabel()) { in GetRequestInNotificationList()
|
D | ans_innerkits_module_publish_test.cpp | 115 NotificationRequest notificationRequest = request->GetNotificationRequest(); in OnConsumed()
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 1232 if (r->GetNotificationRequest().GetBadgeNumber() == 1) { in __anon9bfc377f1702()
|