Home
last modified time | relevance | path

Searched defs:logLen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp51 …auto logLen = hilogMsg.len - sizeof(HilogMsg) - 1 - 1; /* quota length exclude '\0' of tag and log… in FlowCtrlDomain() local
/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dhilog_base_ndk_test.cpp114 static std::string RandomStringGenerator(uint32_t logLen = 16) in RandomStringGenerator()
124 static void HiLogWriteTest(LogMethodFunc loggingMethod, uint32_t logCount, uint32_t logLen, bool is… in HiLogWriteTest()
H A Dhilog_ndk_test.cpp135 int logLen = 16; in RandomStringGenerator() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c87 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogBasePrintArgs() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp303 auto logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogPrintArgs() local