Home
last modified time | relevance | path

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

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp22 double ArkLocationInfoWrapper::GetLatitude() in GetLatitude() function in OHOS::ArkWeb::ArkLocationInfoWrapper
24 return ctocpp_->GetLatitude(); in GetLatitude()
H A Dark_location_info_wrapper.h29 double GetLatitude() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp24 double ArkLocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::ArkWeb::ArkLocationInfoImpl
26 return real_->GetLatitude(); in GetLatitude()
H A Dark_location_info_impl.h29 double GetLatitude() override;
/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp275 if (CommonUtils::DoubleEqual(request->GetLastLocation()->GetLatitude(), MIN_LATITUDE - 1) || in ResultCheck()
290 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck()
291 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck()
335 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation()
349 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
352 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
357 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
360 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
391 double startLat = coarseLocation->GetLatitude(); in ApproximatelyLocation()
453 "latitude", std::to_string(location->GetLatitude()), in WriteNetWorkReportEvent()
[all...]
/base/location/test/location_locator/source/
H A Dlocation_approximately_permission_test.cpp86 EXPECT_EQ(MAX_LATITUDE, newLocation->GetLatitude()); in HWTEST_F()
113 EXPECT_EQ(-MAX_LATITUDE, newLocation->GetLatitude()); in HWTEST_F()
/base/location/frameworks/base_module/source/
H A Dlocation.cpp53 latitude_ = location.GetLatitude(); in Location()
192 if (this->GetLatitude() == location->GetLatitude() && in LocationEqual()
/base/location/interfaces/inner_api/include/
H A Dgeo_address.h33 double GetLatitude();
H A Dlocation.h31 inline double GetLatitude() const in GetLatitude() function in OHOS::Location::Location
/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp57 location_info.latitude = location->GetLatitude(); in OnLocationReport()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h43 double GetLatitude();
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h98 int32_t GetLatitude() const;
H A Dcell_information.h283 int32_t GetLatitude() const;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h66 virtual double GetLatitude() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h51 virtual double GetLatitude() = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp66 double LocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::NWeb::LocationInfoImpl
H A Dlocation_proxy_adapter_impl.cpp148 double LocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::NWeb::LocationInfoImpl
153 return location_->GetLatitude(); in GetLatitude()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_msdp_client_impl.h51 void GetLatitude();
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h56 double GetLatitude() override;
/base/location/frameworks/location_common/common/source/
H A Drequest.cpp196 lastLocation_->SetLatitude(location->GetLatitude()); in SetLastLocation()
217 bestLocation_->SetLatitude(location->GetLatitude()); in SetBestLocation()
H A Dgeo_address.cpp46 double GeoAddress::GetLatitude() in GetLatitude() function in OHOS::Location::GeoAddress
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp156 double latitude = locationInfoImpl->GetLatitude(); in HWTEST_F()
189 double latitude = locationInfoImpl->GetLatitude(); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp210 int32_t CdmaCellLocation::GetLatitude() const in GetLatitude() function in OHOS::Telephony::CdmaCellLocation
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp51 double GeoConvertRequest::GetLatitude() in GetLatitude() function in OHOS::Location::GeoConvertRequest
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp69 return CJLocation{ .latitude = loc.GetLatitude(), .longitude = loc.GetLongitude(), in NativeLocationToCJLocation()
150 eachObj.latitude = geoAddress->GetLatitude(); in ListGeoAddressToCJGeoAddressArr()

Completed in 10 milliseconds

12