Home
last modified time | relevance | path

Searched refs:tmplen (Results 1 - 1 of 1) sorted by relevance

/drivers/liteos/hievent/src/
H A Dhiview_hievent.c62 if (tmplen < len) { \
63 tmp += tmplen; \
64 len -= tmplen; \
389 int tmplen = 0; in HiviewHieventFillPayload() local
401 tmplen = snprintf_s(tmp, len, len - 1, " --extra "); in HiviewHieventFillPayload()
408 tmplen = snprintf_s(tmp, len, len - 1, "%s:", p->key); in HiviewHieventFillPayload()
412 tmplen = 0; in HiviewHieventFillPayload()
420 tmplen = snprintf_s(tmp, len, len - 1, "%s;", regularValue); in HiviewHieventFillPayload()
434 int tmplen = 0; in HiviewHieventConvertString() local
447 tmplen in HiviewHieventConvertString()
[all...]

Completed in 2 milliseconds