Home
last modified time | relevance | path

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

/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_event.c27 #define SINGLE_VALUE_MAX_LEN 5 macro
57 uint8 encodeBuffer[SINGLE_VALUE_MAX_LEN] = { 0 }; in HiEventPrintf()
82 event->payload = (uint8 *)HIVIEW_MemAlloc(MEM_POOL_HIVIEW_ID, SINGLE_VALUE_MAX_LEN * num); in HiEventCreate()