Home
last modified time | relevance | path

Searched defs:JsonMessage (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/
Dhi_sysevent_measure_filter.h44 struct JsonMessage { struct
45 DataIndex domainId = INVALID_DATAINDEX;
46 DataIndex eventNameId = INVALID_DATAINDEX;
47 uint64_t timeStamp = INVALID_UINT64;
48 uint32_t type = INVALID_UINT32;
49 std::string timeZone = "";
50 uint32_t pid = INVALID_UINT32;
51 uint32_t tid = INVALID_UINT32;
52 uint32_t uid = INVALID_UINT32;
53 std::string level = "";
[all …]