Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@system.sensor.d.ts549 export interface GyroscopeResponse { interface
613 success: (data: GyroscopeResponse) => void;
D@ohos.sensor.d.ts314 function on(type: SensorId.GYROSCOPE, callback: Callback<GyroscopeResponse>,
588 function once(type: SensorId.GYROSCOPE, callback: Callback<GyroscopeResponse>): void;
853 function off(type: SensorId.GYROSCOPE, callback?: Callback<GyroscopeResponse>): void;
1104 function on(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback<GyroscopeResponse>,
1393 …function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback<GyroscopeResponse>): v…
1654 …function off(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback?: Callback<GyroscopeResponse>): v…
2967 interface GyroscopeResponse extends Response { interface