Home
last modified time | relevance | path

Searched refs:GetAltitude (Results 1 - 25 of 25) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp32 double ArkLocationInfoWrapper::GetAltitude() in GetAltitude() function in OHOS::ArkWeb::ArkLocationInfoWrapper
34 return ctocpp_->GetAltitude(); in GetAltitude()
H A Dark_location_info_wrapper.h33 double GetAltitude() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp34 double ArkLocationInfoImpl::GetAltitude() in GetAltitude() function in OHOS::ArkWeb::ArkLocationInfoImpl
36 return real_->GetAltitude(); in GetAltitude()
H A Dark_location_info_impl.h33 double GetAltitude() override;
/base/location/frameworks/base_module/source/
H A Dlocation.cpp55 altitude_ = location.GetAltitude(); in Location()
194 this->GetAltitude() == location->GetAltitude() && in LocationEqual()
/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp59 location_info.altitude = location->GetAltitude(); in OnLocationReport()
/base/sensors/sensor/frameworks/native/include/
H A Dsensor_algorithm.h29 int32_t GetAltitude(float seaPressure, float currentPressure, float *altitude);
/base/sensors/sensor/frameworks/cj/src/
H A Dcj_sensor_ffi.cpp42 return CJ_SENSOR_IMPL->GetAltitude(seaPressure, currentPressure, altitude); in FfiSensorGetDeviceAltitude()
H A Dcj_sensor_impl.cpp217 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 Dlocation_adapter.h70 virtual double GetAltitude() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h57 virtual double GetAltitude() = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp76 double LocationInfoImpl::GetAltitude() in GetAltitude() function in OHOS::NWeb::LocationInfoImpl
H A Dlocation_proxy_adapter_impl.cpp164 double LocationInfoImpl::GetAltitude() in GetAltitude() function in OHOS::NWeb::LocationInfoImpl
169 return location_->GetAltitude(); in GetAltitude()
/base/sensors/sensor/frameworks/cj/include/
H A Dcj_sensor_impl.h41 int32_t GetAltitude(float seaPressure, float currentPressure, float *altitude);
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h58 double GetAltitude() override;
/base/location/frameworks/location_common/common/source/
H A Drequest.cpp198 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 Dlocation_proxy_adapter_test.cpp160 latitude = locationInfoImpl->GetAltitude(); in HWTEST_F()
193 latitude = locationInfoImpl->GetAltitude(); in HWTEST_F()
/base/location/interfaces/inner_api/include/
H A Dlocation.h51 inline double GetAltitude() const in GetAltitude() function in OHOS::Location::Location
/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dsensor_algorithm_test.cpp183 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 Dsensor_js.cpp777 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 Dgeolocationmanager_utils.cpp70 .altitude = loc.GetAltitude(), .accuracy = loc.GetAccuracy(), .speed = loc.GetSpeed(), in NativeLocationToCJLocation()
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp126 int32_t SensorAlgorithm::GetAltitude(float seaPressure, float currentPressure, float *altitude) in GetAltitude() function in SensorAlgorithm
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp108 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 Dlocation_common_test.cpp255 EXPECT_EQ(VERIFY_LOCATION_ALTITUDE, location->GetAltitude()); in HWTEST_F()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp586 refInfo.gnssLocation.altitude = nlpLocation_.GetAltitude(); in InjectLocation()

Completed in 18 milliseconds