/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, 2, 3))); 35 static int Info(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2, 3))); 36 static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2, 3))); 37 static int Error(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2, 3))); 38 static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2, 3)));
|
/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 LogLabe [all...] |
/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()
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | lib.rs | 37 use hilog_rust::{HiLogLabel, LogType}; 40 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/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_ARGS__) 35 ::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARGS__) 38 ::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARGS__) 41 ::OHOS::HiviewDFX::HiLogLabel { LOG_CORE, 0, "Drawing" }, "%{public}s: " fmt, __func__, ##__VA_ARGS__)
|
/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, name}; 33 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_HOTSPOT, name}; 35 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_SCAN, name}; 37 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_P2P, name}; 39 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_AWARE, name}; 41 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_DHCP, name};
|
/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, name}; 42 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_HOTSPOT, name}; 44 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_SCAN, name}; 46 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_P2P, name}; 48 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_AWARE, name}; 50 static constexpr OHOS::HiviewDFX::HiLogLabel WIFI_LOG_LABEL = {LOG_CORE, OHOS::Wifi::LOG_ID_WIFI_DHCP, name};
|
/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()
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
H A D | lib.rs | 23 const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel {
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | lib.rs | 29 pub const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel {
|
/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 {
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/ |
H A D | rust_samgr_test.rs | 21 use hilog_rust::{error, hilog, HiLogLabel, LogType}; 23 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/foundation/distributeddatamgr/relational_store/frameworks/common/include/ |
H A D | logger.h | 23 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 30 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel() 37 static inline OHOS::HiviewDFX::HiLogLabel LogLabel() in LogLabel()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/examples/ |
H A D | basic.rs | 23 const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel {
|
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | utils.h | 22 constexpr OHOS::HiviewDFX::HiLogLabel LogLabel(const char* tag = "PostProcessing") in LogLabel() 24 auto label = OHOS::HiviewDFX::HiLogLabel{LOG_CORE, LOG_DOMAIN_FRAMEWORK, tag}; in LogLabel()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | utils_log.h | 20 static constexpr OHOS::HiviewDFX::HiLogLabel label = { LOG_CORE, 0xD003D00, "utils_base" }; 35 static constexpr OHOS::HiviewDFX::HiLogLabel parcel = { LOG_CORE, 0xD003D01, "parcel" };
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_engine_log.h | 25 using OHOS::HiviewDFX::HiLogLabel; 36 static constexpr HiLogLabel CAST_ENGINE_LABEL = { LOG_CORE, OHOS::CastEngine::CAST_ENGINE_LOG_ID, name }
|
/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | foo_service.h | 61 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_TEST, "FooStub" }; 72 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_TEST, "FooProxy" };
|
/foundation/multimodalinput/input/util/rust_key/src/ |
H A D | lib.rs | 17 use hilog_rust::{error, hilog, HiLogLabel, LogType}; 21 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
H A D | lib.rs | 26 use hilog_rust::{HiLogLabel, LogType}; 39 const LOG_LABEL: HiLogLabel = HiLogLabel {
|
/foundation/multimodalinput/input/test/unittest/standalone/include/ |
H A D | mmi_log.h | 24 struct HiLogLabel { struct 39 inline void PrintLog(const OHOS::HiviewDFX::HiLogLabel& label, const char* type, const char* fmt, ...) in PrintLog()
|
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | avcodec_listener_stub.cpp | 20 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_FRAMEWORK, "AVCodecListenerStub"};
|
/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | media_listener_stub.cpp | 21 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_PLAYER, "MediaListenerStub"};
|
/foundation/window/window_manager/wm/src/ |
H A D | window_prepare_terminate.cpp | 22 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowPrepareTerminateHandler"};
|
/foundation/ability/idl_tool/test/native/include/ |
H A D | test_client.h | 31 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "TestClient" };
|