/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
D | hiview_log.h | 135 } 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/ |
D | lib.rs | 24 …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/ |
D | log.h | 99 } 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/ |
D | log.h | 135 } 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/ |
D | musl_log.h | 44 } 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/ |
D | log_c.h | 58 } 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/ |
D | lib.rs | 51 pub enum LogType { enum 68 pub log_type: LogType,
|
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
D | pointer_style.rs | 18 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 26 log_type: LogType::LogCore,
|
D | input_manager.rs | 20 use hilog_rust::{error, hilog, HiLogLabel, LogType}; 27 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/data/sys/src/ipc/ |
D | default.rs | 23 use hilog_rust::{ info, hilog, HiLogLabel, LogType }; 32 log_type: LogType::LogCore,
|
D | basic.rs | 21 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType }; 27 log_type: LogType::LogCore,
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
D | epoll_manager.rs | 18 use hilog_rust::{info, error, hilog, HiLogLabel, LogType}; 29 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/modules/drag/client/src/ |
D | lib.rs | 26 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 29 log_type: LogType::LogCore,
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
D | log_base.h | 58 } 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/ |
D | lib.rs | 23 use hilog_rust::{ debug, hilog, HiLogLabel, LogType }; 31 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/modules/coordination/server/src/ |
D | coordination.rs | 22 use hilog_rust::{ hilog, HiLogLabel, LogType }; 29 log_type: LogType::LogCore,
|
/base/hiviewdfx/hilog/platform/ |
D | hilog_printf.cpp | 37 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/ |
D | identity.rs | 22 use hilog_rust::{ info, hilog, HiLogLabel, LogType }; 42 log_type: LogType::LogCore,
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/ |
D | ffi.rs | 17 use hilog_rust::{hilog, HiLogLabel, LogType}; 22 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/ |
D | dis_handware.rs | 20 use hilog_rust::{ error, hilog, HiLogLabel, LogType }; 27 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/ipc/server/src/ |
D | fusion_ipc_server.rs | 23 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType }; 29 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/ |
D | dm_binding.rs | 22 use hilog_rust::{ error, hilog, HiLogLabel, LogType }; 29 log_type: LogType::LogCore,
|
/base/msdp/device_status/rust/services/sys/src/ |
D | binding.rs | 23 use hilog_rust::{ error, hilog, HiLogLabel, LogType }; 27 log_type: LogType::LogCore,
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
D | log_domains.h | 22 bool IsValidDomain(LogType type, uint32_t domain);
|
/base/hiviewdfx/hilog/frameworks/include/ |
D | hilog_inner.h | 25 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char …
|