Searched defs:pContent (Results 1 – 8 of 8) sorted by relevance
43 auto pContent = new (std::nothrow) NotificationNormalContent(); in FromJson() local61 auto pContent = new (std::nothrow) NotificationNormalContent(); in Unmarshalling() local
74 auto pContent = new (std::nothrow) NotificationMediaContent(); in FromJson() local107 auto pContent = new (std::nothrow) NotificationMediaContent(); in Unmarshalling() local
101 auto pContent = new (std::nothrow) NotificationLongTextContent(); in FromJson() local152 auto pContent = new (std::nothrow) NotificationLongTextContent(); in Unmarshalling() local
96 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in FromJson() local147 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in Unmarshalling() local
82 auto pContent = new (std::nothrow) NotificationPictureContent(); in FromJson() local142 auto pContent = new (std::nothrow) NotificationPictureContent(); in Unmarshalling() local
146 auto pContent = new (std::nothrow) NotificationContent(); in FromJson() local186 auto pContent = new (std::nothrow) NotificationContent(); in Unmarshalling() local
138 auto pContent = new (std::nothrow) NotificationConversationalContent(); in FromJson() local227 auto pContent = new (std::nothrow) NotificationConversationalContent(); in Unmarshalling() local
1760 … auto pContent = NotificationJsonConverter::ConvertFromJson<NotificationContent>(contentObj); in ConvertJsonToNotificationContent() local