Searched refs:SensorServiceProxy (Results 1 – 3 of 3) sorted by relevance
33 SensorServiceProxy::SensorServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ISensorServi… in SensorServiceProxy() function in OHOS::Sensors::SensorServiceProxy41 if (!data.WriteInterfaceToken(SensorServiceProxy::GetDescriptor())) { in EnableSensor()60 ErrCode SensorServiceProxy::DisableSensor(int32_t sensorId) in DisableSensor()65 if (!data.WriteInterfaceToken(SensorServiceProxy::GetDescriptor())) { in DisableSensor()82 std::vector<Sensor> SensorServiceProxy::GetSensorList() in GetSensorList()88 if (!data.WriteInterfaceToken(SensorServiceProxy::GetDescriptor())) { in GetSensorList()173 ErrCode SensorServiceProxy::SuspendSensors(int32_t pid) in SuspendSensors()193 ErrCode SensorServiceProxy::ResumeSensors(int32_t pid) in ResumeSensors()298 ErrCode SensorServiceProxy::EnableActiveInfoCB() in EnableActiveInfoCB()319 ErrCode SensorServiceProxy::DisableActiveInfoCB() in DisableActiveInfoCB()[all …]
28 class SensorServiceProxy : public IRemoteProxy<ISensorService> {30 explicit SensorServiceProxy(const sptr<IRemoteObject> &impl);31 virtual ~SensorServiceProxy() = default;42 DISALLOW_COPY_AND_MOVE(SensorServiceProxy);43 static inline BrokerDelegator<SensorServiceProxy> delegator_;
28 class SensorServiceProxy : public IRemoteProxy<ISensorService> {30 explicit SensorServiceProxy(const sptr<IRemoteObject> &impl);31 virtual ~SensorServiceProxy() = default;48 DISALLOW_COPY_AND_MOVE(SensorServiceProxy);49 static inline BrokerDelegator<SensorServiceProxy> delegator_;