Home
last modified time | relevance | path

Searched refs:pMsg (Results 1 – 5 of 5) 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
164 if (pMsg == nullptr) { in FromJson()
172 pContent->messages_.emplace_back(pMsg); in FromJson()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister_rotator.h61 int SetInfo(const LogPersistStartMsg& pMsg, uint16_t logType, uint8_t logLevel);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h214 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...);
H A Dhevc_decoder.cpp1572 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()