/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_info_wrapper.cpp | 32 double ArkLocationInfoWrapper::GetAltitude() in GetAltitude() function in OHOS::ArkWeb::ArkLocationInfoWrapper 34 return ctocpp_->GetAltitude(); in GetAltitude()
|
H A D | ark_location_info_wrapper.h | 33 double GetAltitude() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_info_impl.cpp | 34 double ArkLocationInfoImpl::GetAltitude() in GetAltitude() function in OHOS::ArkWeb::ArkLocationInfoImpl 36 return real_->GetAltitude(); in GetAltitude()
|
H A D | ark_location_info_impl.h | 33 double GetAltitude() override;
|
/base/location/frameworks/base_module/source/ |
H A D | location.cpp | 55 altitude_ = location.GetAltitude(); in Location() 194 this->GetAltitude() == location->GetAltitude() && in LocationEqual()
|
/base/location/frameworks/native/location_ndk/source/ |
H A D | location_info_callback_host.cpp | 59 location_info.altitude = location->GetAltitude(); in OnLocationReport()
|
/base/sensors/sensor/frameworks/native/include/ |
H A D | sensor_algorithm.h | 29 int32_t GetAltitude(float seaPressure, float currentPressure, float *altitude);
|
/base/sensors/sensor/frameworks/cj/src/ |
H A D | cj_sensor_ffi.cpp | 42 return CJ_SENSOR_IMPL->GetAltitude(seaPressure, currentPressure, altitude); in FfiSensorGetDeviceAltitude()
|
H A D | cj_sensor_impl.cpp | 217 int32_t CJSensorImpl::GetAltitude(float seaPressure, float currentPressure, float *altitude) in GetAltitude() function in OHOS::Sensors::CJSensorImpl 220 int32_t ret = sensorAlgorithm.GetAltitude(seaPressure, currentPressure, altitude); in GetAltitude()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 70 virtual double GetAltitude() = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 57 virtual double GetAltitude() = 0;
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_mock.cpp | 76 double LocationInfoImpl::GetAltitude() in GetAltitude() function in OHOS::NWeb::LocationInfoImpl
|
H A D | location_proxy_adapter_impl.cpp | 164 double LocationInfoImpl::GetAltitude() in GetAltitude() function in OHOS::NWeb::LocationInfoImpl 169 return location_->GetAltitude(); in GetAltitude()
|
/base/sensors/sensor/frameworks/cj/include/ |
H A D | cj_sensor_impl.h | 41 int32_t GetAltitude(float seaPressure, float currentPressure, float *altitude);
|
/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_proxy_adapter_impl.h | 58 double GetAltitude() override;
|
/base/location/frameworks/location_common/common/source/ |
H A D | request.cpp | 198 lastLocation_->SetAltitude(location->GetAltitude()); in SetLastLocation() 219 bestLocation_->SetAltitude(location->GetAltitude()); in SetBestLocation()
|
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 160 latitude = locationInfoImpl->GetAltitude(); in HWTEST_F() 193 latitude = locationInfoImpl->GetAltitude(); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
H A D | location.h | 51 inline double GetAltitude() const in GetAltitude() function in OHOS::Location::Location
|
/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | sensor_algorithm_test.cpp | 183 int32_t ret = sensorAlgorithm.GetAltitude(5.0, 0.0, &altitude);
in HWTEST_F() 190 int32_t ret = sensorAlgorithm.GetAltitude(5.0, 0.0, nullptr);
in HWTEST_F()
|
/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_js.cpp | 777 static napi_value GetAltitude(napi_env env, napi_callback_info info) in GetAltitude() function 807 int32_t ret = sensorAlgorithm.GetAltitude(seaPressure, currentPressure, &altitude); in GetAltitude() 1381 DECLARE_NAPI_FUNCTION("getAltitude", GetAltitude), in Init() 1382 DECLARE_NAPI_FUNCTION("getDeviceAltitude", GetAltitude), in Init()
|
/base/location/frameworks/cj/source/ |
H A D | geolocationmanager_utils.cpp | 70 .altitude = loc.GetAltitude(), .accuracy = loc.GetAccuracy(), .speed = loc.GetSpeed(), in NativeLocationToCJLocation()
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 126 int32_t SensorAlgorithm::GetAltitude(float seaPressure, float currentPressure, float *altitude) in GetAltitude() function in SensorAlgorithm
|
/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 108 SetValueDouble(env, "altitude", locationInfo->GetAltitude(), result); in LocationToJs() 171 SetValueDouble(env, "altitude", locationInfo->GetAltitude(), result); in SystemLocationToJs()
|
/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 255 EXPECT_EQ(VERIFY_LOCATION_ALTITUDE, location->GetAltitude()); in HWTEST_F()
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 586 refInfo.gnssLocation.altitude = nlpLocation_.GetAltitude(); in InjectLocation()
|