Home
last modified time | relevance | path

Searched refs:LogType (Results 1 – 25 of 69) sorted by relevance

123

/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhiview_log.h135 } LogType; typedef
191 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt,…
194 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt,…
210 int HiLogPrintArgs(LogType bufID, LogLevel prio,
/base/security/asset/frameworks/os_dependency/log/src/
Dlib.rs24 …let log_label = hilog_rust::HiLogLabel { log_type: hilog_rust::LogType::LogCore, domain: 0xD002F08… in log_func_i()
30 …let log_label = hilog_rust::HiLogLabel { log_type: hilog_rust::LogType::LogCore, domain: 0xD002F08… in log_func_w()
36 …let log_label = hilog_rust::HiLogLabel { log_type: hilog_rust::LogType::LogCore, domain: 0xD002F08… in log_func_e()
/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/
Dlog.h99 } LogType; typedef
150 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fm…
260 typedef void (*LogCallback)(const LogType type, const LogLevel level, const unsigned int domain, co…
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
Dlog.h135 } LogType; typedef
191 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt,…
194 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt,…
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
Dmusl_log.h44 } LogType; typedef
65 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *…
69 LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...);
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h58 } LogType; typedef
89 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,…
137 typedef void (*LogCallback)(const LogType type, const LogLevel level, const unsigned int domain, co…
/base/hiviewdfx/hilog/interfaces/rust/src/
Dlib.rs51 pub enum LogType { enum
68 pub log_type: LogType,
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
Dpointer_style.rs18 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
26 log_type: LogType::LogCore,
Dinput_manager.rs20 use hilog_rust::{error, hilog, HiLogLabel, LogType};
27 log_type: LogType::LogCore,
/base/msdp/device_status/rust/data/sys/src/ipc/
Ddefault.rs23 use hilog_rust::{ info, hilog, HiLogLabel, LogType };
32 log_type: LogType::LogCore,
Dbasic.rs21 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType };
27 log_type: LogType::LogCore,
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
Depoll_manager.rs18 use hilog_rust::{info, error, hilog, HiLogLabel, LogType};
29 log_type: LogType::LogCore,
/base/msdp/device_status/rust/modules/drag/client/src/
Dlib.rs26 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
29 log_type: LogType::LogCore,
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
Dlog_base.h58 } LogType; typedef
78 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *…
/base/msdp/device_status/rust/modules/basic/client/src/
Dlib.rs23 use hilog_rust::{ debug, hilog, HiLogLabel, LogType };
31 log_type: LogType::LogCore,
/base/msdp/device_status/rust/modules/coordination/server/src/
Dcoordination.rs22 use hilog_rust::{ hilog, HiLogLabel, LogType };
29 log_type: LogType::LogCore,
/base/hiviewdfx/hilog/platform/
Dhilog_printf.cpp37 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char … in HiLogPrintArgs()
44 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint()
/base/msdp/device_status/rust/ipc/service/src/
Didentity.rs22 use hilog_rust::{ info, hilog, HiLogLabel, LogType };
42 log_type: LogType::LogCore,
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/
Dffi.rs17 use hilog_rust::{hilog, HiLogLabel, LogType};
22 log_type: LogType::LogCore,
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
Ddis_handware.rs20 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
27 log_type: LogType::LogCore,
/base/msdp/device_status/rust/ipc/server/src/
Dfusion_ipc_server.rs23 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType };
29 log_type: LogType::LogCore,
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/
Ddm_binding.rs22 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
29 log_type: LogType::LogCore,
/base/msdp/device_status/rust/services/sys/src/
Dbinding.rs23 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
27 log_type: LogType::LogCore,
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_domains.h22 bool IsValidDomain(LogType type, uint32_t domain);
/base/hiviewdfx/hilog/frameworks/include/
Dhilog_inner.h25 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char …

123