Searched refs:CONTENT_PTR (Results 1 – 3 of 3) sorted by relevance
74 init(msg.tag, msg.tag_len, CONTENT_PTR((&msg)), CONTENT_LEN((&msg))); in HilogData()
78 #define CONTENT_PTR(pMsg) ((pMsg)->tag + (pMsg)->tag_len) macro
184 if (strncpy_s(CONTENT_PTR((&msg)), MAX_LOG_LEN, kmsgStr.c_str(), len) != 0) { in ParseKmsg()