Searched refs:LOG_ID_IPC_COMMON (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/ipc/utils/include/ |
H A D | log_tags.h | 23 const unsigned int LOG_ID_IPC_COMMON = LOG_ID_IPC_BASE | 0x01; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_workthread.h | 60 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "IPCWorkThread" };
|
H A D | ipc_thread_pool.h | 69 …static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "IPCWorkThreadPool" …
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_file_descriptor.cpp | 35 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "IPCFileDescriptor" };
|
H A D | iremote_broker.cpp | 33 [[maybe_unused]] static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "Bro…
|
H A D | ipc_thread_pool.cpp | 34 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "IPCWorkThr…
|
H A D | ipc_workthread.cpp | 40 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "IPCWorkThr…
|
H A D | process_skeleton.cpp | 29 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_IPC_COMMON, "ProcessSke…
|