Home
last modified time | relevance | path

Searched defs:pMsg (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h56 #define CONTENT_LEN(pMsg) ((pMsg)->len - sizeof(HilogMsg) - (pMsg)->tagLen) /* include '\0' */ argument
57 #define CONTENT_PTR(pMsg) ((pMsg)->tag + (pMsg)->tagLen) argument
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_conversational_content.cpp163 … auto pMsg = NotificationJsonConverter::ConvertFromJson<NotificationConversationalMessage>(msgObj); in FromJson() local