Searched defs:pContent (Results 1 – 11 of 11) 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
98 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in FromJson() local149 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in Unmarshalling() local
82 auto pContent = new (std::nothrow) NotificationPictureContent(); in FromJson() local143 auto pContent = new (std::nothrow) NotificationPictureContent(); in Unmarshalling() local
175 auto pContent = new (std::nothrow) NotificationContent(); in FromJson() local215 auto pContent = new (std::nothrow) NotificationContent(); in Unmarshalling() local
140 auto pContent = new (std::nothrow) NotificationConversationalContent(); in FromJson() local229 auto pContent = new (std::nothrow) NotificationConversationalContent(); in Unmarshalling() local
162 auto pContent = new (std::nothrow) NotificationLocalLiveViewContent(); in FromJson() local268 auto pContent = new (std::nothrow) NotificationLocalLiveViewContent(); in Unmarshalling() local
163 auto *pContent = new (std::nothrow) NotificationLiveViewContent(); in FromJson() local240 auto *pContent = new (std::nothrow) NotificationLiveViewContent(); in Unmarshalling() local
2241 … auto pContent = NotificationJsonConverter::ConvertFromJson<NotificationContent>(contentObj); in ConvertJsonToNotificationContent() local
920 IN FILLP_CONST void *pContent) in FillpDebugControl()