Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A 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
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_conversational_content.cpp163 … auto pMsg = NotificationJsonConverter::ConvertFromJson<NotificationConversationalMessage>(msgObj); in FromJson() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1572 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...) in HevcDecLog()