Home
last modified time | relevance | path

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

1234

/foundation/communication/ipc/services/dbinder/dbinder_service/include/
Ddbinder_log.h22 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, OHOS::LOG_ID_RPC_COMMON, LOG_T… variable
24 #define DBINDER_LOGF(LOG_LABEL, fmt, args...) \ argument
27 #define DBINDER_LOGE(LOG_LABEL, fmt, args...) \ argument
30 #define DBINDER_LOGW(LOG_LABEL, fmt, args...) \ argument
33 #define DBINDER_LOGI(LOG_LABEL, fmt, args...) \ argument
36 #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
28 #define ZLOGE(LOG_LABEL, fmt, args...) \ argument
31 #define ZLOGW(LOG_LABEL, fmt, args...) \ argument
34 #define ZLOGI(LOG_LABEL, fmt, args...) \ argument
37 #define ZLOGD(LOG_LABEL, fmt, args...) \ argument
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
Dlib.rs29 pub const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel { constant
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
Dlib.rs23 const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel { constant
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/examples/
Dbasic.rs23 const LOG_LABEL: hilog_rust::HiLogLabel = hilog_rust::HiLogLabel { constant
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dlib.rs40 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/
Drust_samgr_test.rs23 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
Ddbinder_test_server_main.cpp24 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_TEST, "DBinderTestServi… variable
/foundation/communication/ipc/ipc/native/src/c_api/source/
Dipc_inner_object.cpp20 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, OHOS::LOG_ID_IPC_CAPI, "IPCInt… variable
Dipc_internal_utils.cpp21 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, OHOS::LOG_ID_IPC_CAPI, "IPCInt… variable
Dipc_remote_object_internal.cpp23 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, OHOS::LOG_ID_IPC_CAPI, "IPCRem… variable
/foundation/communication/ipc/ipc/native/src/core/source/
Dpeer_holder.cpp24 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_IPC_PEER_HOLDER, "PeerH… variable
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/
Dlib.rs38 const LOG_LABEL: HiLogLabel = HiLogLabel { constant
/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker_define.h41 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC_DBINDER_INVOKER, 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/ipc/services/dbinder/dbinder_service/src/
Ddbinder_sa_death_recipient.cpp22 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC_DBINDER_SER, variable
Ddbinder_death_recipient.cpp22 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC_DBINDER_SER, "Dbind… variable
/foundation/communication/ipc/ipc/native/src/mock/source/
Dinvoker_rawdata.cpp24 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_RPC_DBINDER_INVOKER, "I… variable
/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/multimodalinput/input/util/rust_key/src/
Dlib.rs21 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/graphic/graphic_2d/interfaces/kits/napi/graphic/hdr_capability/hdr_capability_utils/
Djs_hdr_format_utils.h32 constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = {LOG_CORE, 0xD001410, "JsHdrCapability"}; variable
/foundation/graphic/graphic_2d/utils/socketpair/test/unittest/
Dsocketpair_test.cpp37 static constexpr HiviewDFX::HiLogLabel LOG_LABEL = {LOG_CORE, 0, "LocalSocketPairTest"}; member in OHOS::LocalSocketPairTest

1234