Home
last modified time | relevance | path

Searched defs:pContent (Results 1 – 10 of 10) 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_picture_content.cpp82 auto pContent = new (std::nothrow) NotificationPictureContent(); in FromJson() local
143 auto pContent = new (std::nothrow) NotificationPictureContent(); 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.cpp98 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in FromJson() local
149 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in Unmarshalling() local
Dnotification_content.cpp175 auto pContent = new (std::nothrow) NotificationContent(); in FromJson() local
215 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_local_live_view_content.cpp162 auto pContent = new (std::nothrow) NotificationLocalLiveViewContent(); in FromJson() local
268 auto pContent = new (std::nothrow) NotificationLocalLiveViewContent(); in Unmarshalling() local
Dnotification_live_view_content.cpp163 auto *pContent = new (std::nothrow) NotificationLiveViewContent(); in FromJson() local
240 auto *pContent = new (std::nothrow) NotificationLiveViewContent(); in Unmarshalling() local
Dnotification_request.cpp2241 … auto pContent = NotificationJsonConverter::ConvertFromJson<NotificationContent>(contentObj); in ConvertJsonToNotificationContent() local