Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/encode/include/
Draw_data_base_def.h44 struct HiSysEventHeader { struct
46 char domain[MAX_DOMAIN_LENGTH + 1];
49 char name[MAX_EVENT_NAME_LENGTH + 1];
52 uint64_t timestamp;
55 uint8_t timeZone;
58 uint32_t uid;
61 uint32_t pid;
64 uint32_t tid;
67 uint64_t id;
70 uint8_t type : 2;
[all …]
/base/hiviewdfx/hiview/base/event_raw/include/base/
Draw_data_base_def.h46 struct HiSysEventHeader { struct
48 char domain[MAX_DOMAIN_LENGTH + 1];
51 char name[MAX_EVENT_NAME_LENGTH + 1];
54 uint64_t timestamp;
57 uint8_t timeZone;
60 uint32_t uid;
63 uint32_t pid;
66 uint32_t tid;
69 uint64_t id;
72 uint8_t type : 2;
[all …]