Home
last modified time | relevance | path

Searched refs:logMaxLen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_device_serial_func_test.cpp133 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 Dusb_host_serial_func_test.cpp394 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 Ddaudio_log.cpp74 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 Dusb_host_serial_func_test.cpp494 const int32_t logMaxLen = 256; variable
495 char targetLog[logMaxLen] = {0};
497 if (snprintf_s(targetLog, logMaxLen, logMaxLen -1, fmt, \