Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_client.cpp28 return g_hilogInputSocketClient.WriteLogMessage(header, tag, tagLen, fmt, fmtLen); in HilogWriteLogMessage()
31 int HilogInputSocketClient::WriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, con… in WriteLogMessage() function in OHOS::HiviewDFX::HilogInputSocketClient
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dhilog_input_socket_client.h27 …int WriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t …