Home
last modified time | relevance | path

Searched refs:notificationContent_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp224 HILOG_DEBUG("notificationContent_[%{public}s]", notificationContent_.c_str()); in GetNotificationContent()
225 return notificationContent_; in GetNotificationContent()
230 notificationContent_ = notificationContent; in SetNotificationContent()
231 HILOG_DEBUG("notificationContent_[%{public}s]", notificationContent_.c_str()); in SetNotificationContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp365 if (!notificationContent_) { in IsColorEnabled()
393 notificationContent_ = content; in SetContent()
395 if (notificationContent_) { in SetContent()
405 return notificationContent_; in GetContent()
779 … ", notificationContent = " + (notificationContent_ ? notificationContent_->Dump() : "null") + in Dump()
1269 valid = notificationContent_ ? true : false; in Marshalling()
1276 if (!parcel.WriteParcelable(notificationContent_.get())) { in Marshalling()
1643 if (!notificationContent_) { in ReadFromParcel()
1914 this->notificationContent_ = other.notificationContent_; in CopyOther()
1936 if (notificationContent_) { in ConvertObjectsToJson()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h527 std::string notificationContent_ = ""; variable
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1535 std::shared_ptr<NotificationContent> notificationContent_ {};
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp822 request.notificationContent_ = nullptr;