Home
last modified time | relevance | path

Searched defs:pContent (Results 1 – 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_normal_content.cpp43 auto pContent = new (std::nothrow) NotificationNormalContent(); in FromJson() local
61 auto pContent = new (std::nothrow) NotificationNormalContent(); in Unmarshalling() local
Dnotification_media_content.cpp74 auto pContent = new (std::nothrow) NotificationMediaContent(); in FromJson() local
107 auto pContent = new (std::nothrow) NotificationMediaContent(); in Unmarshalling() local
Dnotification_long_text_content.cpp101 auto pContent = new (std::nothrow) NotificationLongTextContent(); in FromJson() local
152 auto pContent = new (std::nothrow) NotificationLongTextContent(); in Unmarshalling() local
Dnotification_multiline_content.cpp96 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in FromJson() local
147 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in Unmarshalling() local
Dnotification_picture_content.cpp82 auto pContent = new (std::nothrow) NotificationPictureContent(); in FromJson() local
142 auto pContent = new (std::nothrow) NotificationPictureContent(); in Unmarshalling() local
Dnotification_content.cpp146 auto pContent = new (std::nothrow) NotificationContent(); in FromJson() local
186 auto pContent = new (std::nothrow) NotificationContent(); in Unmarshalling() local
Dnotification_conversational_content.cpp140 auto pContent = new (std::nothrow) NotificationConversationalContent(); in FromJson() local
229 auto pContent = new (std::nothrow) NotificationConversationalContent(); in Unmarshalling() local
Dnotification_request.cpp1785 … auto pContent = NotificationJsonConverter::ConvertFromJson<NotificationContent>(contentObj); in ConvertJsonToNotificationContent() local