/base/hiviewdfx/hilog/interfaces/rust/src/ |
H A D | macros.rs | 18 /// hilog macros 21 macro_rules! hilog { macros 42 hilog!(@call $log_label, $level, $fmt, $($processed_args),*, "<private>"); 44 hilog!(@call $log_label, $level, $fmt, $($processed_args),*, $arg); 50 hilog!(@call $log_label, $level, $fmt, $($processed_args),*, "<private>"); 52 hilog!(@call $log_label, $level, $fmt, $($processed_args),*, $arg); 57 hilog!(@call $log_label, $level, $fmt, $($processed_args),*, $arg); 62 hilog!(@rec $priv_flag; $log_label; $level; $fmt; ($($unprocessed_args)*); $($processed_args)*, "<private>"); 64 hilog!(@rec $priv_flag; $log_label; $level; $fmt; ($($unprocessed_args)*); $($processed_args)*, $arg); 70 hilog!( [all...] |
/base/request/request/request_utils/src/ |
H A D | hilog.rs | 14 /// hilog debug 18 use hilog_rust::hilog; 25 /// hilog info 29 use hilog_rust::hilog; 37 /// hilog error 41 use hilog_rust::hilog;
|
/base/request/request/services/src/ |
H A D | hilog.rs | 14 /// hilog label. 18 use hilog_rust::hilog; 27 use hilog_rust::hilog; 37 use hilog_rust::hilog;
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_domains.h | 18 #include <hilog/log.h>
|
H A D | log_msg_wrapper.h | 23 #include <hilog/log.h>
|
/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | Makefile | 4 MODULE_NAME := hilog
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/ |
H A D | module.cpp | 37 NAPI_MODULE(hilog, Export)
|
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
H A D | pointer_style.rs | 18 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
|
H A D | input_manager.rs | 20 use hilog_rust::{error, hilog, HiLogLabel, LogType};
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | freeze_json_generator_unittest.cpp | 103 std::string hilog = "[]";
in HWTEST_F() local 124 .InitHilog(hilog)
in HWTEST_F()
|
/base/msdp/device_status/rust/data/sys/src/ipc/ |
H A D | default.rs | 23 use hilog_rust::{ info, hilog, HiLogLabel, LogType };
|
H A D | basic.rs | 21 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType };
|
/base/msdp/device_status/rust/services/sys/src/ |
H A D | service.rs | 24 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
|
/base/tee/tee_client/services/tlogcat/src/ |
H A D | sys_hilog_cfg.c | 13 #include <hilog/log_c.h>
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | epoll_manager.rs | 18 use hilog_rust::{info, error, hilog, HiLogLabel, LogType};
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/ |
H A D | faultlogger_service_fuzzer.cpp | 171 std::string hilog(reinterpret_cast<const char*>(data), FAULTLOGGER_FUZZTEST_MAX_STRING_LENGTH); in FuzzServiceInterfaceAddFaultLog() 173 info.sectionMaps["HILOG"] = hilog; in FuzzServiceInterfaceAddFaultLog() 214 std::string hilog(reinterpret_cast<const char*>(data), FAULTLOGGER_FUZZTEST_MAX_STRING_LENGTH); in FuzzServiceInterfaceOnEvent() 216 bundle["HILOG"] = hilog; in FuzzServiceInterfaceOnEvent()
|
/base/msdp/device_status/rust/ipc/server/src/ |
H A D | fusion_ipc_server.rs | 23 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType };
|
/base/msdp/device_status/rust/modules/basic/client/src/ |
H A D | lib.rs | 23 use hilog_rust::{ debug, hilog, HiLogLabel, LogType };
|
/base/msdp/device_status/rust/modules/coordination/server/src/ |
H A D | coordination.rs | 22 use hilog_rust::{ hilog, HiLogLabel, LogType };
|
/base/msdp/device_status/rust/modules/drag/client/src/ |
H A D | lib.rs | 26 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
|
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/ |
H A D | dis_handware.rs | 20 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
|
/base/security/asset/frameworks/os_dependency/log/src/ |
H A D | lib.rs | 20 use hilog_rust::hilog;
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/ |
H A D | ffi.rs | 17 use hilog_rust::{hilog, HiLogLabel, LogType};
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | flow_control.cpp | 25 #include <hilog/log.h>
|
/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/ |
H A D | lib.rs | 28 use hilog_rust::{error, hilog, HiLogLabel, LogType};
|