Home
last modified time | relevance | path

Searched refs:notificationId_ (Results 1 - 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp180 int32_t notificationId_ = 0; in HWTEST_F() local
181 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
198 int32_t notificationId_ = 0; in HWTEST_F() local
199 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
216 int32_t notificationId_ = 0; in HWTEST_F() local
217 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
235 int32_t notificationId_ = 0; in HWTEST_F() local
236 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
254 int32_t notificationId_ = 0; in HWTEST_F() local
255 reminderRequest->notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in HWTEST_F()
288 int32_t notificationId_ = 0; HWTEST_F() local
312 int32_t notificationId_ = 0; HWTEST_F() local
365 int32_t notificationId_ = 0; HWTEST_F() local
415 int32_t notificationId_ = 0; HWTEST_F() local
440 int32_t notificationId_ = 0; HWTEST_F() local
469 int32_t notificationId_ = 0; HWTEST_F() local
494 int32_t notificationId_ = 0; HWTEST_F() local
511 int32_t notificationId_ = 0; HWTEST_F() local
528 int32_t notificationId_ = 0; HWTEST_F() local
545 int32_t notificationId_ = 0; HWTEST_F() local
563 int32_t notificationId_ = 0; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp81 notificationId_ = notificationId; in NotificationId()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_analytics_util.h71 int32_t notificationId_ = -1; member in OHOS::Notification::HaMetaMessage
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp57 NotificationRequest::NotificationRequest(int32_t notificationId) : notificationId_(notificationId) in NotificationRequest()
122 notificationId_ = notificationId; in SetNotificationId()
127 return notificationId_; in GetNotificationId()
630 return std::to_string(notificationId_) + "_" + creatorBundleName_ + "_" + std::to_string(creatorUid_) + "_" + in GetNotificationHashCode()
747 "notificationId = " + std::to_string(notificationId_) + in Dump()
807 jsonObject["id"] = notificationId_; in ToJson()
938 if (!parcel.WriteInt32(notificationId_)) { in Marshalling()
1475 notificationId_ = parcel.ReadInt32(); in ReadFromParcel()
1894 this->notificationId_ = other.notificationId_; in CopyBase()
2590 label_ << keySpliter << notificationId_; GetBaseKey() local
2594 label_ << keySpliter << notificationId_; GetBaseKey() local
[all...]
H A Dreminder_request.cpp127 this->notificationId_ = other.notificationId_; in ReminderRequest()
661 notificationId_ = notificationId; in SetNotificationId()
785 return notificationId_; in GetNotificationId()
1126 WRITE_INT32_RETURN_FALSE_LOG(parcel, notificationId_, "notificationId"); in Marshalling()
1252 READ_INT32_RETURN_FALSE_LOG(parcel, notificationId_, "notificationId"); in ReadFromParcel()
1288 notificationRequest_ = new (std::nothrow) NotificationRequest(notificationId_); in InitNotificationRequest()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp401 reminder->notificationId_ = 123; in HWTEST_F()
426 EXPECT_EQ(reminder->notificationId_, each->notificationId_); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp123 notificationId_ = notificationId; in NotificationId()
239 want.SetParam("id", message.notificationId_); in ReportDeleteFailedEvent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h1117 int32_t notificationId_ {0};
H A Dnotification_request.h1469 int32_t notificationId_ {0};

Completed in 18 milliseconds