Home
last modified time | relevance | path

Searched defs:LOG_LABEL (Results 1 – 25 of 142) sorted by relevance

123456

/foundation/communication/ipc/services/dbinder/dbinder_service/include/
Ddbinder_log.h22 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, OHOS::LOG_ID_RPC, LOG_TAG }; variable
24 #define DBINDER_LOGF(LOG_LABEL, fmt, args...) \ argument
26 #define DBINDER_LOGE(LOG_LABEL, fmt, args...) \ argument
28 #define DBINDER_LOGW(LOG_LABEL, fmt, args...) \ argument
30 #define DBINDER_LOGI(LOG_LABEL, fmt, args...) \ argument
32 #define DBINDER_LOGD(LOG_LABEL, fmt, args...) \ argument
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_debug.h25 #define ZLOGF(LOG_LABEL, fmt, args...) \ argument
27 #define ZLOGE(LOG_LABEL, fmt, args...) \ argument
29 #define ZLOGW(LOG_LABEL, fmt, args...) \ argument
31 #define ZLOGI(LOG_LABEL, fmt, args...) \ argument
33 #define ZLOGD(LOG_LABEL, fmt, args...) \ argument
/foundation/communication/dsoftbus/core/connection/wifi_direct/adapter/single/
Dbroadcast_handler.c22 #define LOG_LABEL "[WifiDirect] BroadcastHandler: " macro
Dp2p_entity_broadcast_handler.c23 #define LOG_LABEL "[WifiDirect] P2pEntityBroadcastHandler: " macro
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
Ddbinder_test_server_main.cpp24 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC, "DBinderTestServic… variable
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Derrors.rs21 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
Dprocess.rs24 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/
Drust_samgr_test.rs27 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/types/
Dinterface_token.rs22 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust/audio_rust_sa/
Daudio.rs23 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
Dlib.rs21 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_sa_death_recipient.cpp25 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC, "DbinderSaDeathRec… variable
Ddbinder_death_recipient.cpp25 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC, "DbinderDeathRecip… variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
Ddistributeddb_log_print.h30 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, 0xD001630, "DistributedDB[TEST… variable
/foundation/communication/dsoftbus/core/connection/wifi_direct/
Dwifi_direct_initiator.c32 #define LOG_LABEL "[WifiDirect] WifiDirectInitiator: " macro
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/remote_obj/
Ddeath_recipient.rs20 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust/listen_rust_sa/
Dlisten.rs24 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
Dlib.rs21 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
Drs_event_test.cpp28 static constexpr HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, 0, "RSEventTest" }; member in OHOS::Rosen::RSEventTest
Drs_tunnel_handle_test.cpp32 static constexpr HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, 0, "RSTunnelHandleTest" }; member in OHOS::Rosen::RSTunnelHandleTest
Drs_jank_detector_test.cpp26 static constexpr HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, 0, "RSJankDetectorTest" }; member in OHOS::Rosen::RSJankDetectorTest
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/safwk/
Dr_system_ability.rs29 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dohos_js_env_logger.cpp36 static constexpr HiviewDFX::HiLogLabel LOG_LABEL = {LOG_CORE, ENV_LOG_DOMAIN, ENV_LOG_TAG}; variable
/foundation/multimodalinput/input/util/rust_key/src/
Dlib.rs21 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/communication/dsoftbus/core/connection/wifi_direct/negotiate_state/
Davailable_state.c24 #define LOG_LABEL "[WifiDirect] NegoAvailableState: " macro

123456