/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | location_log.h | 71 static constexpr OHOS::HiviewDFX::HiLogLabel GNSS_STATUS_CALLBACK = { 74 static constexpr OHOS::HiviewDFX::HiLogLabel NMEA_MESSAGE_CALLBACK = { 77 static constexpr OHOS::HiviewDFX::HiLogLabel CACHED_LOCATIONS_CALLBACK = { 80 static constexpr OHOS::HiviewDFX::HiLogLabel COUNTRY_CODE_CALLBACK = { 83 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATING_DATA_CALLBACK = { 86 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATION_ERR_CALLBACK = { 101 static constexpr OHOS::HiviewDFX::HiLogLabel VISIBILITY_CONTROLLER = { 105 static constexpr OHOS::HiviewDFX::HiLogLabel DISTRIBUTION_CONTROLLER = { 109 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATOR_BACKGROUND_PROXY = { 117 static constexpr OHOS::HiviewDFX::HiLogLabel GEOFENCE_SDK = { [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | log_print.h | 25 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 32 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 39 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 46 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 53 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 60 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 67 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 74 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 81 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 88 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hilog-rich.md | 18 | HiLog | int Debug(const HiLogLabel &label, const char \*fmt,&nb… 19 | | int Info(const HiLogLabel &label, const char \*fmt, ...… 20 | | int Warn(const HiLogLabel &label, const char \*fmt, ...… 21 | | int Error(const HiLogLabel &label, const char \*fmt, ..… 22 | | int Fatal(const HiLogLabel &label, const char \*fmt, ..… 25 | HiLogLabel | struct HiLogLabel | LOG_DOMAIN<br/>LOG_TAG | 32 | | int Info(const HiLogLabel &label, const char \*fmt, ...… 33 | | int Warn(const HiLogLabel &label, const char \*fmt, ...… 37 | HiLogLabel | struct HiLogLabel | 功能:初始化日志标签参数。<br/>成员参数:<br/>- type: 指定日志type。<br/… 85 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD003200, "MY_TAG"}; [all …]
|
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/log/hilog/ |
H A D | log_cpp.h | 26 typedef struct HiLogLabel { struct 30 } HiLogLabel; typedef 34 …static int Debug(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, … 35 …static int Info(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2… 36 …static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2… 37 …static int Error(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, … 38 …static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, …
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hilog_cp.h | 25 struct HiLogLabel { struct 47 …static int Debug(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, … argument 62 …static int Info(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, 2… 77 …static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, 2… 92 …static int Error(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, … 107 …static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, …
|
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/ |
H A D | HiLog.cpp | 30 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() 35 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() 40 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() 45 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() 50 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_cpp.h | 31 using HiLogLabel = struct { 50 …static int Debug(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, … 51 …static int Info(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2… 52 …static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2… 53 …static int Error(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, … 54 …static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, …
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog.cpp | 32 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() 39 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() 46 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() 53 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() 60 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hilog.cpp | 31 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() 38 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() 45 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() 52 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() 59 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
|
/ohos5.0/base/hiviewdfx/hilog/platform/ |
H A D | hilog.cpp | 34 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() 41 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() 48 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() 55 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() 62 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/log/ |
H A D | wifi_logger.h | 31 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI, … 33 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_H… 35 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_S… 37 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_P… 39 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_A… 41 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_D…
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_logger.h | 40 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI, … 42 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_H… 44 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_S… 46 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_P… 48 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_A… 50 …static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_D…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | drawing_utils.h | 32 …::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARG… 35 …::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARG… 38 …::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARG… 41 …::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARG…
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/common/include/ |
H A D | log_print.h | 25 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 32 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 39 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 46 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 52 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | lib.rs | 37 use hilog_rust::{HiLogLabel, LogType}; 40 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/foundation/bundlemanager/bundle_framework/common/log/ |
H A D | README.md | 42 import ohosos.hiviewdfx.HiLogLabel; 45 2. custom HiLogLabel (if you don't custom label, the default will be used) 47 private static final HiLogLabel LABEL = new HiLogLabel(HiLog.LOG_CORE, 0xD001110, "AppKit");
|
/ohos5.0/base/request/request/services/src/ |
H A D | lib.rs | 51 const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel { 58 const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel {
|
/ohos5.0/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 }; 25 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/base/msdp/device_status/rust/data/sys/src/ipc/ |
H A D | default.rs | 23 use hilog_rust::{ info, hilog, HiLogLabel, LogType }; 31 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/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}; 28 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/base/msdp/device_status/rust/modules/drag/client/src/ |
H A D | lib.rs | 26 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 28 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/base/security/asset/frameworks/os_dependency/log/src/ |
H A 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()
|
/ohos5.0/base/msdp/device_status/rust/modules/basic/client/src/ |
H A D | lib.rs | 23 use hilog_rust::{ debug, hilog, HiLogLabel, LogType }; 30 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/ |
H A D | lib.rs | 28 use hilog_rust::{HiLogLabel, LogType}; 38 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/ohos5.0/base/msdp/device_status/rust/modules/coordination/server/src/ |
H A D | coordination.rs | 22 use hilog_rust::{ hilog, HiLogLabel, LogType }; 28 const LOG_LABEL: HiLogLabel = HiLogLabel {
|