Home
last modified time | relevance | path

Searched refs:SensorId (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.sensor.d.ts31 enum SensorId { enum
207 function on(type: SensorId.COLOR, callback: Callback<ColorResponse>, options?: Options): void;
220 function on(type: SensorId.SAR, callback: Callback<SarResponse>, options?: Options): void;
234 function on(type: SensorId.ACCELEROMETER, callback: Callback<AccelerometerResponse>,
249 …function on(type: SensorId.ACCELEROMETER_UNCALIBRATED, callback: Callback<AccelerometerUncalibrate…
262 …function on(type: SensorId.AMBIENT_LIGHT, callback: Callback<LightResponse>, options?: Options): v…
274 function on(type: SensorId.AMBIENT_TEMPERATURE, callback: Callback<AmbientTemperatureResponse>,
287 …function on(type: SensorId.BAROMETER, callback: Callback<BarometerResponse>, options?: Options): v…
299 function on(type: SensorId.GRAVITY, callback: Callback<GravityResponse>,
314 function on(type: SensorId.GYROSCOPE, callback: Callback<GyroscopeResponse>,
[all …]