Searched refs:logMaxLen (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_device_serial_func_test.cpp | 133 const int32_t logMaxLen = 100; variable 134 char targetLog[logMaxLen] = {0}; 136 …snprintf_s(targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idPorduct, bcdDevice, configuration…
|
H A D | usb_host_serial_func_test.cpp | 394 const int32_t logMaxLen = 1000; variable 395 char targetLog[logMaxLen] = {0}; 398 …targetLog, logMaxLen, logMaxLen - 1, fmt, idVendor, idProduct, bDeviceClass, bDeviceSubClass, bDev…
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/log/src/ |
H A D | daudio_log.cpp | 74 constexpr int32_t logMaxLen = 4096; in DHLog() local 75 char logBuf[logMaxLen] = {0}; in DHLog()
|
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_host_serial_func_test.cpp | 494 const int32_t logMaxLen = 256; variable 495 char targetLog[logMaxLen] = {0}; 497 if (snprintf_s(targetLog, logMaxLen, logMaxLen -1, fmt, \
|