From 55215fb9f9e2319c499c1644abac0d62274722a2 Mon Sep 17 00:00:00 2001 From: cff-gite Date: Tue, 12 Dec 2023 01:10:44 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite Change-Id: I03430c4ddb4571f57865a642b76226ff78014263 --- utils/ipc/include/circle_stream_buffer.h | 4 ++-- utils/ipc/include/net_packet.h | 4 ++-- utils/ipc/include/proto.h | 4 ++-- utils/ipc/include/stream_buffer.h | 4 ++-- utils/ipc/include/stream_session.h | 4 ++-- utils/ipc/include/stream_socket.h | 4 ++-- utils/ipc/src/stream_buffer.cpp | 4 ++-- utils/ipc/src/stream_session.cpp | 4 ++-- utils/ipc/src/stream_socket.cpp | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/utils/ipc/include/circle_stream_buffer.h b/utils/ipc/include/circle_stream_buffer.h index a97bca7e..5857314e 100644 --- a/utils/ipc/include/circle_stream_buffer.h +++ b/utils/ipc/include/circle_stream_buffer.h @@ -32,6 +32,6 @@ public: protected: void CopyDataToBegin(); }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // CIRCLE_STREAM_BUFFER_H \ No newline at end of file diff --git a/utils/ipc/include/net_packet.h b/utils/ipc/include/net_packet.h index 503f4795..3be9a567 100644 --- a/utils/ipc/include/net_packet.h +++ b/utils/ipc/include/net_packet.h @@ -45,6 +45,6 @@ public: protected: MessageId msgId_ = MessageId::INVALID; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // NET_PACKET_H \ No newline at end of file diff --git a/utils/ipc/include/proto.h b/utils/ipc/include/proto.h index 79565458..ae5a8b1c 100644 --- a/utils/ipc/include/proto.h +++ b/utils/ipc/include/proto.h @@ -33,6 +33,6 @@ enum class MessageId : int32_t { INVALID, ACTIVE_INFO, }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // PROTO_H \ No newline at end of file diff --git a/utils/ipc/include/stream_buffer.h b/utils/ipc/include/stream_buffer.h index 316c520f..32406655 100644 --- a/utils/ipc/include/stream_buffer.h +++ b/utils/ipc/include/stream_buffer.h @@ -189,6 +189,6 @@ StreamBuffer &StreamBuffer::operator<<(const T &data) } return *this; } -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // STREAM_BUFFER_H \ No newline at end of file diff --git a/utils/ipc/include/stream_session.h b/utils/ipc/include/stream_session.h index a223608d..e29a2ea8 100644 --- a/utils/ipc/include/stream_session.h +++ b/utils/ipc/include/stream_session.h @@ -70,6 +70,6 @@ protected: int32_t tokenType_ { ATokenTypeEnum::TOKEN_INVALID }; #endif // OHOS_BUILD_ENABLE_RUST }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // STREAM_SESSION_H \ No newline at end of file diff --git a/utils/ipc/include/stream_socket.h b/utils/ipc/include/stream_socket.h index 6cc36778..3a445568 100644 --- a/utils/ipc/include/stream_socket.h +++ b/utils/ipc/include/stream_socket.h @@ -56,6 +56,6 @@ protected: int32_t epollFd_ { -1 }; #endif // OHOS_BUILD_ENABLE_RUST }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // STREAM_SOCKET_H diff --git a/utils/ipc/src/stream_buffer.cpp b/utils/ipc/src/stream_buffer.cpp index f9215b81..5b5135ec 100644 --- a/utils/ipc/src/stream_buffer.cpp +++ b/utils/ipc/src/stream_buffer.cpp @@ -266,5 +266,5 @@ const char *StreamBuffer::WriteBuf() const return &szBuff_[wPos_]; } #endif // OHOS_BUILD_ENABLE_RUST -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS diff --git a/utils/ipc/src/stream_session.cpp b/utils/ipc/src/stream_session.cpp index 6f687931..d0f99850 100644 --- a/utils/ipc/src/stream_session.cpp +++ b/utils/ipc/src/stream_session.cpp @@ -220,5 +220,5 @@ int32_t StreamSession::GetTokenType() const return tokenType_; #endif // OHOS_BUILD_ENABLE_RUST } -} // namespace Sensors -} // namespace OHOS \ No newline at end of file +} // namespace Sensors +} // namespace OHOS \ No newline at end of file diff --git a/utils/ipc/src/stream_socket.cpp b/utils/ipc/src/stream_socket.cpp index bd37f51d..2ec9cc03 100644 --- a/utils/ipc/src/stream_socket.cpp +++ b/utils/ipc/src/stream_socket.cpp @@ -105,5 +105,5 @@ int32_t StreamSocket::GetFd() const return fd_; #endif // OHOS_BUILD_ENABLE_RUST } -} // namespace Sensors -} // namespace OHOS \ No newline at end of file +} // namespace Sensors +} // namespace OHOS \ No newline at end of file -- Gitee