Searched refs:pMsg (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_common.h | 56 #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 D | notification_conversational_content.cpp | 163 … auto pMsg = NotificationJsonConverter::ConvertFromJson<NotificationConversationalMessage>(msgObj); in FromJson() local 164 if (pMsg == nullptr) { in FromJson() 172 pContent->messages_.emplace_back(pMsg); in FromJson()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_persister_rotator.h | 61 int SetInfo(const LogPersistStartMsg& pMsg, uint16_t logType, uint8_t logLevel);
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 214 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...);
|
H A D | hevc_decoder.cpp | 1572 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...) in HevcDecLog() argument 1577 va_start(args, reinterpret_cast<const char*>(pMsg)); in HevcDecLog() 1578 …ize = vsnprintf_s(buf.data(), buf.size(), buf.size()-1, reinterpret_cast<const char*>(pMsg), args); in HevcDecLog()
|