Home
last modified time | relevance | path

Searched refs:GetNotificationRequest (Results 1 – 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp43 notification.GetNotificationRequest(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
Dreminderrequestannex_fuzzer.cpp44 reminderRequest.GetNotificationRequest(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h135 NotificationRequest GetNotificationRequest() const;
Dreminder_request.h229 sptr<NotificationRequest> GetNotificationRequest() const;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp368 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()
Dreminder_data_manager.cpp194 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()
Dadvanced_notification_service.cpp2017 sptr<NotificationRequest> notificationRequest = reminder->GetNotificationRequest(); in PublishReminder()
2169 … const auto &notificationRequest = recentNotification->notification->GetNotificationRequest(); in RecentNotificationDump()
3331 … if (!notification->GetNotificationRequest().GetNotificationDistributedOptions().IsDistributed()) { in DoDistributedDelete()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp1437 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/
Dpublish.cpp65 if (Common::GetNotificationRequest(env, argv[PARAM0], params.request) == nullptr) { in ParseParameters()
393 if (Common::GetNotificationRequest(env, argv[PARAM0], params.request) == nullptr) { in ParsePublishAsBundleParameters()
Dcommon.cpp230 …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
Dsubscribe.cpp207 …ANS_LOGI("OnCanceled NotificationId = %{public}d", request->GetNotificationRequest().GetNotificati… in OnCanceled()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp133 NotificationRequest Notification::GetNotificationRequest() const in GetNotificationRequest() function in OHOS::Notification::Notification
Dreminder_request.cpp778 sptr<NotificationRequest> ReminderRequest::GetNotificationRequest() const in GetNotificationRequest() function in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h574 static napi_value GetNotificationRequest(
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp396 … if (notification->GetNotificationRequest().GetNotificationId() == req.GetNotificationId() && in GetRequestInNotificationList()
397 notification->GetNotificationRequest().GetLabel() == req.GetLabel()) { in GetRequestInNotificationList()
Dans_innerkits_module_publish_test.cpp115 NotificationRequest notificationRequest = request->GetNotificationRequest(); in OnConsumed()
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp1232 if (r->GetNotificationRequest().GetBadgeNumber() == 1) { in __anon9bfc377f1702()