Home
last modified time | relevance | path

Searched defs:GetAltitude (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/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
/ohos5.0/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
/ohos5.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
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation.h51 inline double GetAltitude() const in GetAltitude() function
/ohos5.0/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
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp817 static napi_value GetAltitude(napi_env env, napi_callback_info info) in GetAltitude() function