Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/mock/native/include/log/hilog/
H A Dlog_cpp.h26 typedef struct HiLogLabel { struct
30 } HiLogLabel; typedef
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhilog_cp.h25 struct HiLogLabel { struct
47 …static int Debug(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, … argument
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dlib.rs68 pub struct HiLogLabel { struct
70 pub log_type: LogType,
72 pub domain: u32,
74 pub tag: &'static str,
/ohos5.0/foundation/multimodalinput/input/test/unittest/standalone/include/
H A Dmmi_log.h24 struct HiLogLabel { struct
39 inline void PrintLog(const OHOS::HiviewDFX::HiLogLabel& label, const char* type, const char* fmt, .… in PrintLog() argument