Home
last modified time | relevance | path

Searched refs:sensor (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-sensor.md3 |新增|NA|模块名: ohos.sensor<br>类名: SensorId|@ohos.sensor.d.ts|
4 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:ACCELEROMETER|@ohos.sensor.d.ts|
5 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:GYROSCOPE|@ohos.sensor.d.ts|
8 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:BAROMETER|@ohos.sensor.d.ts|
9 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:HALL|@ohos.sensor.d.ts|
48 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:on_SensorType_SENSOR_TYPE_ID_HEART_BEAT_RATE|NA|@oho…
49 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:on_SensorType_SENSOR_TYPE_ID_LINEAR_ACCELEROMETER|NA…
50 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:off_SensorType_SENSOR_TYPE_ID_HEART_BEAT_RATE|NA|@oh…
51 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:off_SensorType_SENSOR_TYPE_ID_LINEAR_ACCELEROMETER|N…
53 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:getSensorLists|NA|@ohos.sensor.d.ts|
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-sensor.md3 |新增|NA|模块名: ohos.sensor<br>类名: SensorId|@ohos.sensor.d.ts|
4 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:ACCELEROMETER|@ohos.sensor.d.ts|
5 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:GYROSCOPE|@ohos.sensor.d.ts|
8 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:BAROMETER|@ohos.sensor.d.ts|
9 |新增|NA|模块名: ohos.sensor<br>类名: SensorId<br>方法名 or 属性名:HALL|@ohos.sensor.d.ts|
58 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:on_SensorType_SENSOR_TYPE_ID_HEART_BEAT_RATE|NA|@oho…
59 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:on_SensorType_SENSOR_TYPE_ID_LINEAR_ACCELEROMETER|NA…
60 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:off_SensorType_SENSOR_TYPE_ID_HEART_BEAT_RATE|NA|@oh…
61 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:off_SensorType_SENSOR_TYPE_ID_LINEAR_ACCELEROMETER|N…
63 |删除|模块名:ohos.sensor<br>类名:sensor<br>方法名 or 属性名:getSensorLists|NA|@ohos.sensor.d.ts|
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-sensor.md29 |新增|NA|类名:sensor;<br>方法or属性:function once(type: SensorId.GRAVITY, callback: Callback\<GravityRespon…
32 |新增|NA|类名:sensor;<br>方法or属性:function once(type: SensorId.HALL, callback: Callback\<HallResponse>): …
34 |新增|NA|类名:sensor;<br>方法or属性:function once(type: SensorId.HUMIDITY, callback: Callback\<HumidityResp…
50 |新增|NA|类名:sensor;<br>方法or属性:function off(type: SensorId.GRAVITY, callback?: Callback\<GravityRespon…
53 |新增|NA|类名:sensor;<br>方法or属性:function off(type: SensorId.HALL, callback?: Callback\<HallResponse>): …
66 |新增|NA|类名:sensor;<br>方法or属性:function getSingleSensor(type: SensorId, callback: AsyncCallback\<Senso…
67 |新增|NA|类名:sensor;<br>方法or属性:function getSingleSensor(type: SensorId): Promise\<Sensor>;|@ohos.senso…
68 |新增|NA|类名:sensor;<br>方法or属性:function getSensorList(callback: AsyncCallback\<Array\<Sensor>>): void;…
69 |新增|NA|类名:sensor;<br>方法or属性:function getSensorList(): Promise\<Array\<Sensor>>;|@ohos.sensor.d.ts|
75 |新增|NA|类名:sensor;<br>方法or属性:function getInclination(inclinationMatrix: Array\<number>): Promise\<nu…
[all …]
/ohos5.0/drivers/interface/sensor/v1_1/
H A DSensorTypes.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
22 …* A sensor service can obtain a sensor driver object or agent and then call APIs provided by this …
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
25 …* setting the sensor data reporting mode, and setting sensor options such as the accuracy and meas…
33 * @brief Defines the data used by the sensor module, including the sensor information,
34 * and reported sensor data.
40 package ohos.hdi.sensor.v1_1;
45 …* Information about a sensor includes the sensor name, vendor, firmware version, hardware version,…
67 * The reported sensor data includes the sensor ID, sensor algorithm version, data generation time,
[all …]
H A DISensorInterface.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
34 …* unsubscribing from sensor data, enabling or disabling a sensor, setting the sensor data reportin…
41 package ohos.hdi.sensor.v1_1;
49 …* The operations include obtaining sensor information, subscribing to or unsubscribing from sensor
50 …* enabling or disabling a sensor, setting the sensor data reporting mode, and setting sensor optio…
58 …* The information about a sensor generally includes the sensor name, sensor vendor, firmware versi…
69 * @brief Enables the sensor available in the sensor list based on the specified sensor ID.
70 * The subscriber can obtain the sensor data only after the sensor is enabled.
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_1/foo/sensor/v1_1/
H A DSensorTypes.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
22 …* A sensor service can obtain a sensor driver object or agent and then call APIs provided by this …
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
25 …* setting the sensor data reporting mode, and setting sensor options such as the accuracy and meas…
33 * @brief Defines the data used by the sensor module, including the sensor information,
34 * and reported sensor data.
40 package ohos.hdi.sensor.v1_1;
45 …* Information about a sensor includes the sensor name, vendor, firmware version, hardware version,…
67 * The reported sensor data includes the sensor ID, sensor algorithm version, data generation time,
[all …]
H A DISensorInterface.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
34 …* unsubscribing from sensor data, enabling or disabling a sensor, setting the sensor data reportin…
41 package ohos.hdi.sensor.v1_1;
49 …* The operations include obtaining sensor information, subscribing to or unsubscribing from sensor
50 …* enabling or disabling a sensor, setting the sensor data reporting mode, and setting sensor optio…
58 …* The information about a sensor generally includes the sensor name, sensor vendor, firmware versi…
69 * @brief Enables the sensor available in the sensor list based on the specified sensor ID.
70 * The subscriber can obtain the sensor data only after the sensor is enabled.
[all …]
/ohos5.0/drivers/interface/sensor/v2_0/
H A DSensorTypes.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
22 …* A sensor service can obtain a sensor driver object or agent and then call APIs provided by this …
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
25 …* setting the sensor data reporting mode, and setting sensor options such as the accuracy and meas…
33 * @brief Defines the data used by the sensor module, including the sensor information,
34 * and reported sensor data.
40 package ohos.hdi.sensor.v2_0;
45 …* Information about a sensor includes the sensor name, vendor, firmware version, hardware version,…
69 * The reported sensor data includes the sensor ID, sensor algorithm version, data generation time,
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/
H A DSensorTypes.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
25 …* setting the sensor data reporting mode, and setting sensor options such as the accuracy and meas…
33 * @brief Defines the data used by the sensor module, including the sensor information,
34 * and reported sensor data.
40 package ohos.hdi.sensor.v2_0;
45 …* Information about a sensor includes the sensor name, vendor, firmware version, hardware version,…
69 * The reported sensor data includes the sensor ID, sensor algorithm version, data generation time,
85 * @brief Enumerates sensor types.
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v1_0/foo/sensor/v1_0/
H A DSensorTypes.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
22 …* A sensor service can obtain a sensor driver object or agent and then call APIs provided by this …
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
25 …* setting the sensor data reporting mode, and setting sensor options such as the accuracy and meas…
33 * @brief Defines the data used by the sensor module, including the sensor information,
34 * and reported sensor data.
40 package ohos.hdi.sensor.v1_0;
45 …* Information about a sensor includes the sensor name, vendor, firmware version, hardware version,…
67 * The reported sensor data includes the sensor ID, sensor algorithm version, data generation time,
[all …]
H A DISensorInterface.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
34 …* unsubscribing from sensor data, enabling or disabling a sensor, setting the sensor data reportin…
41 package ohos.hdi.sensor.v1_0;
49 …* The operations include obtaining sensor information, subscribing to or unsubscribing from sensor
50 …* enabling or disabling a sensor, setting the sensor data reporting mode, and setting sensor optio…
58 …* The information about a sensor generally includes the sensor name, sensor vendor, firmware versi…
69 * @brief Enables the sensor available in the sensor list based on the specified sensor ID.
70 * The subscriber can obtain the sensor data only after the sensor is enabled.
[all …]
/ohos5.0/drivers/interface/sensor/v1_0/
H A DSensorTypes.idl20 * @brief Provides unified APIs for sensor services to access sensor drivers.
22 …* A sensor service can obtain a sensor driver object or agent and then call APIs provided by this …
23 …* access different types of sensor devices based on the sensor IDs, thereby obtaining sensor infor…
24 * subscribing to or unsubscribing from sensor data, enabling or disabling a sensor,
25 …* setting the sensor data reporting mode, and setting sensor options such as the accuracy and meas…
33 * @brief Defines the data used by the sensor module, including the sensor information,
34 * and reported sensor data.
40 package ohos.hdi.sensor.v1_0;
45 …* Information about a sensor includes the sensor name, vendor, firmware version, hardware version,…
67 * The reported sensor data includes the sensor ID, sensor algorithm version, data generation time,
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-sensor.md20 | ohos.sensor | PedometerResponse | steps: number; | 新增 |
27 | ohos.sensor | MagneticFieldResponse | z: number; | 新增 |
30 | ohos.sensor | HallResponse | status: number; | 新增 |
40 | ohos.sensor | GyroscopeResponse | z: number; | 新增 |
41 | ohos.sensor | GyroscopeResponse | y: number; | 新增 |
42 | ohos.sensor | GyroscopeResponse | x: number; | 新增 |
50 | ohos.sensor | GravityResponse | z: number; | 新增 |
51 | ohos.sensor | GravityResponse | y: number; | 新增 |
52 | ohos.sensor | GravityResponse | x: number; | 新增 |
65 | ohos.sensor | Response | timestamp: number; | 新增 |
[all …]
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/js/sensor/
H A DBarometerJsunit.test.js79 sensor.on(sensor.SensorId.BAROMETER, callback);
81 sensor.off(sensor.SensorId.BAROMETER);
120 sensor.off(sensor.SensorId.BAROMETER);
164 sensor.off(sensor.SensorId.BAROMETER);
202 sensor.off(sensor.SensorId.BAROMETER);
317 sensor.once(sensor.SensorId.BAROMETER, 5);
386 sensor.on(sensor.SensorId.BAROMETER, callback);
389 sensor.off(sensor.SensorId.BAROMETER);
426 sensor.on(sensor.SensorId.BAROMETER, callback);
472 sensor.off(sensor.SensorId.BAROMETER);
[all …]
H A DGyroscopeJsunit.test.js83 sensor.on(sensor.SensorId.GYROSCOPE, callback);
85 sensor.off(sensor.SensorId.GYROSCOPE);
124 sensor.off(sensor.SensorId.GYROSCOPE);
168 sensor.off(sensor.SensorId.GYROSCOPE);
206 sensor.off(sensor.SensorId.GYROSCOPE);
321 sensor.once(sensor.SensorId.GYROSCOPE, 5);
390 sensor.on(sensor.SensorId.GYROSCOPE, callback);
393 sensor.off(sensor.SensorId.GYROSCOPE);
430 sensor.on(sensor.SensorId.GYROSCOPE, callback);
476 sensor.off(sensor.SensorId.GYROSCOPE);
[all …]
H A DColorJsunit.test.js81 sensor.on(sensor.SensorId.COLOR, callback);
83 sensor.off(sensor.SensorId.COLOR);
122 sensor.off(sensor.SensorId.COLOR);
166 sensor.off(sensor.SensorId.COLOR);
204 sensor.off(sensor.SensorId.COLOR);
275 sensor.on(sensor.SensorId.COLOR, callback);
276 sensor.on(sensor.SensorId.COLOR, callback2);
278 sensor.off(sensor.SensorId.COLOR);
315 sensor.on(sensor.SensorId.COLOR, callback);
316 sensor.on(sensor.SensorId.COLOR, callback2);
[all …]
H A DSarJsunit.test.js80 sensor.on(sensor.SensorId.SAR, callback);
82 sensor.off(sensor.SensorId.SAR);
121 sensor.off(sensor.SensorId.SAR);
165 sensor.off(sensor.SensorId.SAR);
203 sensor.off(sensor.SensorId.SAR);
274 sensor.on(sensor.SensorId.SAR, callback);
275 sensor.on(sensor.SensorId.SAR, callback2);
277 sensor.off(sensor.SensorId.SAR);
314 sensor.on(sensor.SensorId.SAR, callback);
315 sensor.on(sensor.SensorId.SAR, callback2);
[all …]
H A DSensorFrequencyJsunit.test.js75 sensor.getSingleSensor(sensor.SensorId.ACCELEROMETER, (err, data) => {
84 sensor.off(sensor.SensorId.ACCELEROMETER);
122 sensor.off(sensor.SensorId.ACCELEROMETER);
160 sensor.off(sensor.SensorId.ACCELEROMETER);
189 sensor.getSingleSensor(sensor.SensorId.GYROSCOPE, (err, data) => {
198 sensor.off(sensor.SensorId.GYROSCOPE);
236 sensor.off(sensor.SensorId.GYROSCOPE);
274 sensor.off(sensor.SensorId.GYROSCOPE);
312 sensor.off(sensor.SensorId.ORIENTATION);
350 sensor.off(sensor.SensorId.ORIENTATION);
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-sensor.md20 | ohos.sensor | PedometerResponse | steps: number; | Added|
27 | ohos.sensor | MagneticFieldResponse | z: number; | Added|
30 | ohos.sensor | HallResponse | status: number; | Added|
40 | ohos.sensor | GyroscopeResponse | z: number; | Added|
41 | ohos.sensor | GyroscopeResponse | y: number; | Added|
42 | ohos.sensor | GyroscopeResponse | x: number; | Added|
50 | ohos.sensor | GravityResponse | z: number; | Added|
51 | ohos.sensor | GravityResponse | y: number; | Added|
52 | ohos.sensor | GravityResponse | x: number; | Added|
65 | ohos.sensor | Response | timestamp: number; | Added|
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-sensor.md29 …ass name: sensor;<br>Method or attribute name: function once(type: SensorId.GRAVITY, callback: Cal…
32 …|Class name: sensor;<br>Method or attribute name: function once(type: SensorId.HALL, callback: Cal…
34 …ss name: sensor;<br>Method or attribute name: function once(type: SensorId.HUMIDITY, callback: Cal…
50 …ass name: sensor;<br>Method or attribute name: function off(type: SensorId.GRAVITY, callback?: Cal…
53 …|Class name: sensor;<br>Method or attribute name: function off(type: SensorId.HALL, callback?: Cal…
66 …lass name: sensor;<br>Method or attribute name: function getSingleSensor(type: SensorId, callback:…
67 |Added|NA|Class name: sensor;<br>Method or attribute name: function getSingleSensor(type: SensorId)…
68 …|NA|Class name: sensor;<br>Method or attribute name: function getSensorList(callback: AsyncCallbac…
69 |Added|NA|Class name: sensor;<br>Method or attribute name: function getSensorList(): Promise\<Array…
75 …|Class name: sensor;<br>Method or attribute name: function getInclination(inclinationMatrix: Array…
[all …]
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-sensor-overview.md6sensor service subsystem provides a lightweight sensor service framework. You can call APIs offere…
12 …c operations on sensors, including querying the sensor list, subscribing to or unsubscribing from
14 - Sensor Framework: manages sensor data subscription, creates and destroys data channels, and imple…
16 …, and distribute data, manages sensors on hardware and sensor data reporting, and controls sensor
21 **Table 1** APIs of the sensor framework
26sensor data. The system will report the obtained sensor data to the subscriber.<br>**Return value*…
27sensor data. The system will no longer report sensor data to the subscriber.<br>**Return value**: …
28sensor.<br>**Return value**: Returns **0** if the sensor data reporting mode is successfully set; …
29sensor that has been subscribed to.<br>**Return value**: Returns **0** if the sensor data reportin…
30sensor <br> TypeId, SensorUser \*user) | Disables an enabled sensor.<br>**Return value**: Return…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-sensor.md3 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId|@ohos.sensor.d.ts|
4 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: ACCELEROMET…
5 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: GYROSCOPE|@…
8 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: BAROMETER|@…
9 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: HALL|@ohos.
48 …odule name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: on_SensorType_SENSOR_TY…
49 …ule name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: on_SensorType_SENSOR_TYPE…
50 …odule name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: off_SensorType_SENSOR_T…
51 …le name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: off_SensorType_SENSOR_TYPE…
53 |Deleted|Module name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: getSensorLists…
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/sensor/
H A DKconfig13 bool "Enable HDF sensor driver"
17 Answer Y to enable HDF sensor driver.
20 bool "Enable HDF accel sensor driver"
26 bool "Enable HDF accel bmi160 sensor driver"
38 bool "Enable HDF ppg sensor driver"
50 bool "Enable HDF als sensor driver"
56 bool "Enable HDF als bh1745 sensor driver"
68 bool "Enable HDF gravity sensor driver"
74 bool "Enable HDF gyro sensor driver"
110 bool "Enable HDF hall sensor driver"
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_sensor.c27 ctrlSize = deviceConfig->sensor.sensor[devId].ctrlValueNum; in CameraCmdSensorQueryConfig()
29 if (ctrlId == deviceConfig->sensor.sensor[devId].ctrlCap[i].ctrlId) { in CameraCmdSensorQueryConfig()
61 if ((deviceConfig->sensor.sensor[devId].exposure) == DEVICE_NOT_SUPPORT) { in CheckSensorGetConfigId()
69 if ((deviceConfig->sensor.sensor[devId].mirror) == DEVICE_NOT_SUPPORT) { in CheckSensorGetConfigId()
76 if ((deviceConfig->sensor.sensor[devId].gain) == DEVICE_NOT_SUPPORT) { in CheckSensorGetConfigId()
132 if ((deviceConfig->sensor.sensor[devId].exposure) == DEVICE_NOT_SUPPORT) { in CheckSensorSetConfigId()
140 if ((deviceConfig->sensor.sensor[devId].mirror) == DEVICE_NOT_SUPPORT) { in CheckSensorSetConfigId()
147 if ((deviceConfig->sensor.sensor[devId].gain) == DEVICE_NOT_SUPPORT) { in CheckSensorSetConfigId()
191 isFailed |= !HdfSbufWriteString(rspData, deviceConfig->sensor.sensor[devId].name); in CameraCmdSensorEnumDevice()
192 isFailed |= !HdfSbufWriteUint8(rspData, deviceConfig->sensor.sensor[devId].id); in CameraCmdSensorEnumDevice()
[all …]
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-sensor.md3 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId|@ohos.sensor.d.ts|
4 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: ACCELEROMET…
5 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: GYROSCOPE|@…
8 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: BAROMETER|@…
9 |Added|NA|Module name: ohos.sensor<br>Class name: SensorId<br>Method or attribute name: HALL|@ohos.
58 …odule name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: on_SensorType_SENSOR_TY…
59 …ule name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: on_SensorType_SENSOR_TYPE…
60 …odule name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: off_SensorType_SENSOR_T…
61 …le name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: off_SensorType_SENSOR_TYPE…
63 |Deleted|Module name: ohos.sensor<br>Class name: sensor<br>Method or attribute name: getSensorLists…
[all …]

12345678910>>...23