Searched refs:HilogWriteLogMessage (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
H A D | hilog_input_socket_client.h | 33 extern "C" int HilogWriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt,
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
H A D | hilog_input_socket_client.cpp | 25 extern "C" int HilogWriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, in HilogWriteLogMessage() function
|
/base/hiviewdfx/hilog/test/fuzztest/hilogclient_fuzzer/ |
H A D | hilogclient_fuzzer.cpp | 44 int ret = HilogWriteLogMessage(&header, FUZZ_TEST, in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 348 HilogWriteLogMessage(&header, P_LIMIT_TAG, strlen(P_LIMIT_TAG) + 1, dropLogBuf, in HiLogPrintArgs() 354 return HilogWriteLogMessage(&header, tag, tagLen + 1, buf, logLen + 1); in HiLogPrintArgs()
|
Completed in 2 milliseconds