Home
last modified time | relevance | path

Searched refs:hilog (Results 1 - 25 of 79) sorted by relevance

1234

/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dmacros.rs18 /// 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 Dhilog.rs14 /// 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 Dhilog.rs14 /// 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 Dlog_domains.h18 #include <hilog/log.h>
H A Dlog_msg_wrapper.h23 #include <hilog/log.h>
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A DMakefile4 MODULE_NAME := hilog
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/
H A Dmodule.cpp37 NAPI_MODULE(hilog, Export)
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
H A Dpointer_style.rs18 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
H A Dinput_manager.rs20 use hilog_rust::{error, hilog, HiLogLabel, LogType};
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfreeze_json_generator_unittest.cpp103 std::string hilog = "[]"; in HWTEST_F() local
124 .InitHilog(hilog) in HWTEST_F()
/base/msdp/device_status/rust/data/sys/src/ipc/
H A Ddefault.rs23 use hilog_rust::{ info, hilog, HiLogLabel, LogType };
H A Dbasic.rs21 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType };
/base/msdp/device_status/rust/services/sys/src/
H A Dservice.rs24 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
/base/tee/tee_client/services/tlogcat/src/
H A Dsys_hilog_cfg.c13 #include <hilog/log_c.h>
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Depoll_manager.rs18 use hilog_rust::{info, error, hilog, HiLogLabel, LogType};
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp171 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 Dfusion_ipc_server.rs23 use hilog_rust::{ info, error, hilog, HiLogLabel, LogType };
/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs23 use hilog_rust::{ debug, hilog, HiLogLabel, LogType };
/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dcoordination.rs22 use hilog_rust::{ hilog, HiLogLabel, LogType };
/base/msdp/device_status/rust/modules/drag/client/src/
H A Dlib.rs26 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H A Ddis_handware.rs20 use hilog_rust::{ error, hilog, HiLogLabel, LogType };
/base/security/asset/frameworks/os_dependency/log/src/
H A Dlib.rs20 use hilog_rust::hilog;
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/
H A Dffi.rs17 use hilog_rust::{hilog, HiLogLabel, LogType};
/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp25 #include <hilog/log.h>
/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/
H A Dlib.rs28 use hilog_rust::{error, hilog, HiLogLabel, LogType};

Completed in 6 milliseconds

1234