| /base/hiviewdfx/hilog/services/hilogd/ |
| H A D | flow_control.cpp | 51 auto logLen = hilogMsg.len - sizeof(HilogMsg) - 1 - 1; /* quota length exclude '\0' of tag and log content */ in FlowCtrlDomain() local 74 DomainInfo info{static_cast<uint32_t>(quota), logLen, 0, tsNow}; in FlowCtrlDomain() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fInfoLogQueryShared.cpp | 39 verifyInfoLogQuery(tcu::ResultCollector& result, glu::CallLogWrapper& gl, int logLen, glw::GLuint object, void (glu::CallLogWrapper::* getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*), const char* getterName) verifyInfoLogQuery() argument [all...] |
| H A D | es31fProgramPipelineStateQueryTests.cpp | 353 StateQueryMemoryWriteGuard<glw::GLint> logLen; in iterate() local
|
| H A D | es31fShaderStateQueryTests.cpp | 421 StateQueryMemoryWriteGuard<glw::GLint> logLen; in iterate() local
|
| H A D | es31fProgramStateQueryTests.cpp | 690 StateQueryMemoryWriteGuard<glw::GLint> logLen; in iterate() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/base/ |
| H A D | hilog_base.c | 87 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1);
in HiLogBasePrintArgs() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/ |
| H A D | hilog_printf.cpp | 304 auto logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogPrintArgs() local
|
| /base/hiviewdfx/hilog/test/moduletest/common/ |
| H A D | hilog_ndk_test.cpp | 135 int logLen = 16; in RandomStringGenerator() local
|
| H A D | hilog_base_ndk_test.cpp | 124 static void HiLogWriteTest(LogMethodFunc loggingMethod, uint32_t logCount, uint32_t logLen, bool isDebug) in HiLogWriteTest() argument
|
| /third_party/musl/porting/linux/user/src/hilog/ |
| H A D | hilog_adapter.c | 136 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogAdapterPrintArgs() local
|
| /third_party/musl/src/hilog/linux/ |
| H A D | hilog_adapter.c | 199 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogAdapterPrintArgs() local
|
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_hilog.cpp | 139 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogAdapterPrintArgs1() local
|
| /kernel/liteos_a/shell/full/src/cmds/ |
| H A D | dmesg.c | 373 STATIC VOID OsBufFullWrite(const CHAR *dst, UINT32 logLen)
in OsBufFullWrite() argument 426 STATIC VOID OsWriteTailToHead(const CHAR *dst, UINT32 logLen)
in OsWriteTailToHead() argument 461 OsWriteTailToEnd(const CHAR *dst, UINT32 logLen) OsWriteTailToEnd() argument 499 OsLogMemcpyRecord(const CHAR *buf, UINT32 logLen) OsLogMemcpyRecord() argument [all...] |