Searched defs:logLen (Results 1 – 5 of 5) sorted by relevance
51 …auto logLen = hilogMsg.len - sizeof(HilogMsg) - 1 - 1; /* quota length exclude '\0' of tag and log… in FlowCtrlDomain() local
114 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()
135 int logLen = 16; in RandomStringGenerator() local
87 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogBasePrintArgs() local
303 auto logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogPrintArgs() local