Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/test/unittest/interfaces/js/sensor/
H A DSensorJsunit.test.js744 expect(data.totalIntensity).assertEqual(geomagneticComponent[6])
780 expect(data.totalIntensity).assertEqual(geomagneticComponent[6])
816 expect(data.totalIntensity).assertEqual(geomagneticComponent[6])
1440 expect(data.totalIntensity).assertEqual(geomagneticComponent[6])
1471 expect(data.totalIntensity).assertEqual(geomagneticComponent[6])
1499 expect(data.totalIntensity).assertEqual(geomagneticComponent[6])
1838 … expect(Number.isNaN(data.levelIntensity) && Number.isNaN(data.totalIntensity)).assertTrue();
1859 … expect(Number.isNaN(data.levelIntensity) && Number.isNaN(data.totalIntensity)).assertTrue()
1901 … expect(Number.isNaN(data.levelIntensity) && Number.isNaN(data.totalIntensity)).assertTrue()
1922 … expect(Number.isNaN(data.levelIntensity) && Number.isNaN(data.totalIntensity)).assertTrue()
[all …]
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dasync_callback_info.h67 float totalIntensity; member
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dgeomagnetic_field.cpp311 float totalIntensity = static_cast<float>(sqrt(sumOfSquares)); in ObtainTotalIntensity() local
312 return totalIntensity; in ObtainTotalIntensity()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-sensor.md103 …|类名:GeomagneticResponse;<br>方法or属性:totalIntensity: number;<br>旧版本信息:|类名:GeomagneticResponse;<br>方法…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-sensor.md100 | ohos.sensor | GeomagneticResponse | totalIntensity: number; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-sensor.md100 | ohos.sensor | GeomagneticResponse | totalIntensity: number; | Added|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_utils.cpp239 …CHKNRF(env, napi_create_double(env, asyncCallbackInfo->data.geomagneticData.totalIntensity, &value… in getJsonObject()
H A Dsensor_js.cpp601 .totalIntensity = geomagneticField.ObtainTotalIntensity(), in GetGeomagneticField()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-sensor-service-kit/
H A Djs-apis-sensor.md3032 console.info("Succeeded in getting geomagneticInfo totalIntensity" + data.totalIntensity);
3085 console.info("Succeeded in getting geomagneticInfo totalIntensity" + data.totalIntensity);
4665 | totalIntensity | number | 是 | 是 | 地磁场的总强度。 |
6833 ',levelIntensity: ' + data.levelIntensity + ',totalIntensity: ' + data.totalIntensity);
6871 ',levelIntensity: ' + data.levelIntensity + ',totalIntensity: ' + data.totalIntensity);
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-sensor.md103 …ibute name: totalIntensity: number;<br>Old version information: |Class name: GeomagneticResponse;<…
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/
H A Djs-apis-sensor.md3032 console.info("Succeeded in getting geomagneticInfo totalIntensity" + data.totalIntensity);
3085 console.info("Succeeded in getting geomagneticInfo totalIntensity" + data.totalIntensity);
4665 | totalIntensity | number | Yes | Yes | Total intensity of the magnetic field vector. …
6833 ',levelIntensity: ' + data.levelIntensity + ',totalIntensity: ' + data.totalIntensity);
6871 ',levelIntensity: ' + data.levelIntensity + ',totalIntensity: ' + data.totalIntensity);