Home
last modified time | relevance | path

Searched refs:CONTENT_PTR (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_data.h74 init(msg.tag, msg.tag_len, CONTENT_PTR((&msg)), CONTENT_LEN((&msg))); in HilogData()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h78 #define CONTENT_PTR(pMsg) ((pMsg)->tag + (pMsg)->tag_len) macro
/base/hiviewdfx/hilog/services/hilogd/
Dkmsg_parser.cpp184 if (strncpy_s(CONTENT_PTR((&msg)), MAX_LOG_LEN, kmsgStr.c_str(), len) != 0) { in ParseKmsg()