Searched defs:HiLogLabel (Results 1 – 4 of 4) sorted by relevance
26 typedef struct HiLogLabel { struct30 } HiLogLabel; typedef
25 struct HiLogLabel { struct47 …static int Debug(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, … argument
68 pub struct HiLogLabel { struct70 pub log_type: LogType,72 pub domain: u32,74 pub tag: &'static str,
24 struct HiLogLabel { struct39 inline void PrintLog(const OHOS::HiviewDFX::HiLogLabel& label, const char* type, const char* fmt, .… in PrintLog() argument