Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_normal_content.cpp43 auto pContent = new (std::nothrow) NotificationNormalContent(); in FromJson() local
61 auto pContent = new (std::nothrow) NotificationNormalContent(); in Unmarshalling() local
H A Dnotification_media_content.cpp74 auto pContent = new (std::nothrow) NotificationMediaContent(); in FromJson() local
107 auto pContent = new (std::nothrow) NotificationMediaContent(); in Unmarshalling() local
H A Dnotification_long_text_content.cpp101 auto pContent = new (std::nothrow) NotificationLongTextContent(); in FromJson() local
152 auto pContent = new (std::nothrow) NotificationLongTextContent(); in Unmarshalling() local
H A Dnotification_multiline_content.cpp98 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in FromJson() local
149 auto pContent = new (std::nothrow) NotificationMultiLineContent(); in Unmarshalling() local
H A Dnotification_picture_content.cpp82 auto pContent = new (std::nothrow) NotificationPictureContent(); in FromJson() local
143 auto pContent = new (std::nothrow) NotificationPictureContent(); in Unmarshalling() local
H A Dnotification_content.cpp175 auto pContent = new (std::nothrow) NotificationContent(); in FromJson() local
215 auto pContent = new (std::nothrow) NotificationContent(); in Unmarshalling() local
H A Dnotification_conversational_content.cpp140 auto pContent = new (std::nothrow) NotificationConversationalContent(); in FromJson() local
229 auto pContent = new (std::nothrow) NotificationConversationalContent(); in Unmarshalling() local
H A 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
H A Dnotification_live_view_content.cpp163 auto *pContent = new (std::nothrow) NotificationLiveViewContent(); in FromJson() local
240 auto *pContent = new (std::nothrow) NotificationLiveViewContent(); in Unmarshalling() local
H A Dnotification_request.cpp2241 … auto pContent = NotificationJsonConverter::ConvertFromJson<NotificationContent>(contentObj); in ConvertJsonToNotificationContent() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c920 IN FILLP_CONST void *pContent) in FillpDebugControl()