Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dflow_control.cpp51 …auto logLen = hilogMsg.len - sizeof(HilogMsg) - 1 - 1; /* quota length exclude '\0' of tag and log… in FlowCtrlDomain() local
/base/hiviewdfx/hilog/test/moduletest/common/
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()
Dhilog_ndk_test.cpp135 int logLen = 16; in RandomStringGenerator() local
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp248 auto logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogPrintArgs() local
/base/hiviewdfx/hilog/frameworks/libhilog/base/
Dhilog_base.cpp263 auto logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogBasePrintArgs() local