Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_data.h28 struct HilogData { struct
34 uint32_t tv_sec;
35 uint32_t tv_nsec;
37 uint32_t pid;
38 uint32_t tid;
39 uint32_t domain;
40 char* tag;
64 HilogData() : len(0), tag(nullptr), content(nullptr) {} in HilogData() function
65 explicit HilogData(const HilogMsg& msg) in HilogData() function
73 HilogData(const HilogData& copy) in HilogData() function
[all …]