Searched refs:HilogWriteLogMessage (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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 …
|
/ohos5.0/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 … in HilogWriteLogMessage() function
|
/ohos5.0/base/hiviewdfx/hilog/test/fuzztest/hilogclient_fuzzer/ |
H A D | hilogclient_fuzzer.cpp | 44 int ret = HilogWriteLogMessage(&header, FUZZ_TEST, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 347 HilogWriteLogMessage(&header, P_LIMIT_TAG, strlen(P_LIMIT_TAG) + 1, dropLogBuf, in HiLogPrintArgs() 353 return HilogWriteLogMessage(&header, tag, tagLen + 1, buf, logLen + 1); in HiLogPrintArgs()
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/ |
H A D | libhilog.map | 11 HilogWriteLogMessage;
|