Home
last modified time | relevance | path

Searched refs:HilogMsg (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/hilog/
Dhilog_adapter.c53 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_… in SendMessage()
77 header->len = sizeof(HilogMsg) + tagLen + fmtLen; in SendMessage()
82 vec[0].iov_len = sizeof(HilogMsg); // 0 : index of hos log header in SendMessage()
104 HilogMsg header = {0}; in HiLogAdapterPrintArgs()
Dhilog_common.h44 } HilogMsg; typedef