mirror of
https://gitee.com/openharmony/sensors_sensor
synced 2024-12-04 20:58:50 +00:00
!630 Rectify namespace irregularities
Merge pull request !630 from liyaoyao/master
This commit is contained in:
commit
30ebe17005
@ -35,6 +35,6 @@ public:
|
||||
private:
|
||||
SensorDataChannel *channel_ = { nullptr };
|
||||
};
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
#endif // FD_LISTENER_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
|
||||
|
@ -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
|
||||
|
@ -68,6 +68,6 @@ private:
|
||||
};
|
||||
|
||||
#define SENSOR_AGENT_IMPL OHOS::DelayedSingleton<SensorAgentProxy>::GetInstance()
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
#endif // endif SENSOR_PROXY_H
|
@ -34,6 +34,6 @@ private:
|
||||
DISALLOW_COPY_AND_MOVE(SensorClientProxy);
|
||||
static inline BrokerDelegator<SensorClientProxy> delegator_;
|
||||
};
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
#endif // SENSOR_CLIENT_PROXY_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
|
||||
|
@ -52,6 +52,6 @@ private:
|
||||
ReceiveMessageFun receiveMessage_;
|
||||
DisconnectFun disconnect_;
|
||||
};
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
#endif // SENSOR_DATA_CHANNEL_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
|
@ -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
|
||||
|
@ -74,6 +74,6 @@ private:
|
||||
std::mutex activeInfoCBMutex_;
|
||||
std::set<SensorActiveInfoCB> activeInfoCBSet_;
|
||||
};
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
#endif // SENSOR_SERVICE_CLIENT_H
|
@ -48,6 +48,6 @@ private:
|
||||
DISALLOW_COPY_AND_MOVE(SensorServiceProxy);
|
||||
static inline BrokerDelegator<SensorServiceProxy> delegator_;
|
||||
};
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
} // namespace Sensors
|
||||
} // namespace OHOS
|
||||
#endif // SENSOR_SERVICE_PROXY_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
|
||||
|
Loading…
Reference in New Issue
Block a user