Home
last modified time | relevance | path

Searched refs:SensorServiceProxy (Results 1 - 3 of 3) sorted by relevance

/base/sensors/sensor/services/include/
H A Dsensor_service_proxy.h28 class SensorServiceProxy : public IRemoteProxy<ISensorService> { class
30 explicit SensorServiceProxy(const sptr<IRemoteObject> &impl);
31 virtual ~SensorServiceProxy() = default;
42 DISALLOW_COPY_AND_MOVE(SensorServiceProxy);
43 static inline BrokerDelegator<SensorServiceProxy> delegator_;
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_proxy.cpp29 #define LOG_TAG "SensorServiceProxy"
35 SensorServiceProxy::SensorServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ISensorService>(impl) in SensorServiceProxy() function in OHOS::Sensors::SensorServiceProxy
38 ErrCode SensorServiceProxy::EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in EnableSensor()
43 if (!data.WriteInterfaceToken(SensorServiceProxy::GetDescriptor())) { in EnableSensor()
64 ErrCode SensorServiceProxy::DisableSensor(int32_t sensorId) in DisableSensor()
69 if (!data.WriteInterfaceToken(SensorServiceProxy::GetDescriptor())) { in DisableSensor()
88 std::vector<Sensor> SensorServiceProxy::GetSensorList() in GetSensorList()
94 if (!data.WriteInterfaceToken(SensorServiceProxy::GetDescriptor())) { in GetSensorList()
131 ErrCode SensorServiceProxy
[all...]
/base/sensors/sensor/frameworks/native/include/
H A Dsensor_service_proxy.h28 class SensorServiceProxy : public IRemoteProxy<ISensorService> { class
30 explicit SensorServiceProxy(const sptr<IRemoteObject> &impl);
31 virtual ~SensorServiceProxy() = default;
48 DISALLOW_COPY_AND_MOVE(SensorServiceProxy);
49 static inline BrokerDelegator<SensorServiceProxy> delegator_;

Completed in 2 milliseconds