diff --git a/frameworks/native/include/fd_listener.h b/frameworks/native/include/fd_listener.h index a3d97b5430bddc2386d07e6ac6fdce22dfb0de66..7c4424d8d9e457e32319c0778b99dee6fe495464 100644 --- a/frameworks/native/include/fd_listener.h +++ b/frameworks/native/include/fd_listener.h @@ -35,6 +35,6 @@ public: private: SensorDataChannel *channel_ = { nullptr }; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // FD_LISTENER_H diff --git a/frameworks/native/include/i_sensor_client.h b/frameworks/native/include/i_sensor_client.h index 44553870cd5694a7d34d4f804c9225d820ae0663..438a688dd984ebe4a5116d6399b5bf19966c2c95 100755 --- a/frameworks/native/include/i_sensor_client.h +++ b/frameworks/native/include/i_sensor_client.h @@ -26,6 +26,6 @@ public: virtual ~ISensorClient() = default; DECLARE_INTERFACE_DESCRIPTOR(u"ISensorClient"); }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // I_SENSOR_CLIENT_H diff --git a/frameworks/native/include/i_sensor_service.h b/frameworks/native/include/i_sensor_service.h index 7ee5681289a76f7ec4c75c3addbf2c1aa616913a..6df8958628da1c7ac8586431ec83a110f14d6e68 100755 --- a/frameworks/native/include/i_sensor_service.h +++ b/frameworks/native/include/i_sensor_service.h @@ -50,6 +50,6 @@ public: virtual ErrCode DisableActiveInfoCB() = 0; virtual ErrCode ResetSensors() = 0; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // I_SENSOR_SERVICE_H diff --git a/frameworks/native/include/sensor_agent_proxy.h b/frameworks/native/include/sensor_agent_proxy.h index 702b43d35933f3d11a5b27b90e7b996a69236356..76ad11fc4fa7787c07ebd32f94ad952150f3b717 100644 --- a/frameworks/native/include/sensor_agent_proxy.h +++ b/frameworks/native/include/sensor_agent_proxy.h @@ -68,6 +68,6 @@ private: }; #define SENSOR_AGENT_IMPL OHOS::DelayedSingleton::GetInstance() -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // endif SENSOR_PROXY_H \ No newline at end of file diff --git a/frameworks/native/include/sensor_client_proxy.h b/frameworks/native/include/sensor_client_proxy.h index 6b8959377c7f8cc3a390c915687d6fbdd8c80df9..ce9b2712e73fa0b0eb698a03953fb44845e125f4 100755 --- a/frameworks/native/include/sensor_client_proxy.h +++ b/frameworks/native/include/sensor_client_proxy.h @@ -34,6 +34,6 @@ private: DISALLOW_COPY_AND_MOVE(SensorClientProxy); static inline BrokerDelegator delegator_; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_CLIENT_PROXY_H diff --git a/frameworks/native/include/sensor_client_stub.h b/frameworks/native/include/sensor_client_stub.h index 2ed785d503120c5676359fa89f0f583896255164..4a8a3d6b96a6e5cb046f6cb08d3d4b039c10e55b 100755 --- a/frameworks/native/include/sensor_client_stub.h +++ b/frameworks/native/include/sensor_client_stub.h @@ -30,6 +30,6 @@ public: virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_CLIENT_STUB_H diff --git a/frameworks/native/include/sensor_data_channel.h b/frameworks/native/include/sensor_data_channel.h index ee32f46491d1dd69468505725687f1a8d3b85b8c..167707c91fac96457c2a2163e2a681bf1c453198 100644 --- a/frameworks/native/include/sensor_data_channel.h +++ b/frameworks/native/include/sensor_data_channel.h @@ -52,6 +52,6 @@ private: ReceiveMessageFun receiveMessage_; DisconnectFun disconnect_; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_DATA_CHANNEL_H diff --git a/frameworks/native/include/sensor_event_handler.h b/frameworks/native/include/sensor_event_handler.h index 1798f5fae851d2c4638b4aa6f15fa934fb153293..710d6cd129498e0c1f8f1946db78b48f698d46bd 100755 --- a/frameworks/native/include/sensor_event_handler.h +++ b/frameworks/native/include/sensor_event_handler.h @@ -31,6 +31,6 @@ public: */ void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) override; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_EVENT_HANDLER_H \ No newline at end of file diff --git a/frameworks/native/include/sensor_file_descriptor_listener.h b/frameworks/native/include/sensor_file_descriptor_listener.h index 91a80a0c25cf8d347a27c6ab5d11401a95d5d877..bef8b68558cde53dbb0389ec398962af6acc5541 100644 --- a/frameworks/native/include/sensor_file_descriptor_listener.h +++ b/frameworks/native/include/sensor_file_descriptor_listener.h @@ -36,6 +36,6 @@ private: SensorDataChannel *channel_ = nullptr; SensorData *receiveDataBuff_ = nullptr; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_FILE_DESCRIPTOR_LISTENER_H diff --git a/frameworks/native/include/sensor_service_client.h b/frameworks/native/include/sensor_service_client.h index 47033caebb36652932ef32f6c69f7c7d414e35f5..a616d42a9a69413f1104e74f8100d6dea19354ad 100755 --- a/frameworks/native/include/sensor_service_client.h +++ b/frameworks/native/include/sensor_service_client.h @@ -74,6 +74,6 @@ private: std::mutex activeInfoCBMutex_; std::set activeInfoCBSet_; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_SERVICE_CLIENT_H \ No newline at end of file diff --git a/frameworks/native/include/sensor_service_proxy.h b/frameworks/native/include/sensor_service_proxy.h index 6712df8f47ab58fcb6999464e6d20f8101321538..be7fbea805ac195dc969d88759e6050d58eaf4b0 100755 --- a/frameworks/native/include/sensor_service_proxy.h +++ b/frameworks/native/include/sensor_service_proxy.h @@ -48,6 +48,6 @@ private: DISALLOW_COPY_AND_MOVE(SensorServiceProxy); static inline BrokerDelegator delegator_; }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSOR_SERVICE_PROXY_H diff --git a/frameworks/native/include/sensors_ipc_interface_code.h b/frameworks/native/include/sensors_ipc_interface_code.h index 1cbfc1e30aa36a3ba1889bb223d098ad5cea3eb1..2fd9df9ac4441be519248b32630f20f7699daa22 100644 --- a/frameworks/native/include/sensors_ipc_interface_code.h +++ b/frameworks/native/include/sensors_ipc_interface_code.h @@ -34,6 +34,6 @@ enum class SensorInterfaceCode { DISABLE_ACTIVE_INFO_CB, RESET_SENSORS, }; -} // namespace Sensors -} // namespace OHOS +} // namespace Sensors +} // namespace OHOS #endif // SENSORS_IPC_INTERFACE_CODE_H