Home
last modified time | relevance | path

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

/base/request/request/common/utils/src/
Dwrapper.rs21 enum LogType { enum
68 type LogType; typedef
89 log_type: ffi::LogType, in HiLogPrint()
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/
Dlog.h100 } LogType; typedef
/base/hiviewdfx/hilog/interfaces/rust/src/
Dlib.rs53 pub enum LogType { enum
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
Dlog_base.h59 } LogType; typedef
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
Dlog.h135 } LogType; typedef
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhiview_log.h135 } LogType; typedef
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h58 } LogType; typedef
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_msg_lib_test.cpp46 void LogCallback(const LogType, const LogLevel level, const unsigned int domain, const char *tag, c… in LogCallback()