Home
last modified time | relevance | path

Searched refs:GetLatitude (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp313 if (CommonUtils::DoubleEqual(request->GetLastLocation()->GetLatitude(), MIN_LATITUDE - 1) || in ResultCheck()
328 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck()
329 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck()
373 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation()
392 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
395 } else if (!CommonUtils::DoubleEqual(cacheNlpLocation_.GetLatitude(), MIN_LATITUDE - 1) && in GetCacheLocation()
428 double startLat = coarseLocation->GetLatitude(); in ApproximatelyLocation()
490 "latitude", std::to_string(location->GetLatitude()), in WriteNetWorkReportEvent()
518 if (!CommonUtils::DoubleEqual(cacheGnssLocation_.GetLatitude(), MIN_LATITUDE - 1) && in IsCacheGnssLocationValid()
/ohos5.0/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;
/ohos5.0/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;
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_approximately_permission_test.cpp86 EXPECT_EQ(MAX_LATITUDE, newLocation->GetLatitude());
113 EXPECT_EQ(-MAX_LATITUDE, newLocation->GetLatitude());
/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation.cpp53 latitude_ = location.GetLatitude(); in Location()
189 if (this->GetLatitude() == location->GetLatitude() && in LocationEqual()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
H A Dmedialibrary_metadata_extractor_test.cpp139 EXPECT_EQ(data->GetLatitude(), 0);
163 EXPECT_EQ(data->GetLatitude(), latitude);
188 EXPECT_EQ(data->GetLatitude(), latitude);
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp148 double LocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::NWeb::LocationInfoImpl
153 return location_->GetLatitude(); in GetLatitude()
H A Dlocation_proxy_adapter_mock.cpp66 double LocationInfoImpl::GetLatitude() in GetLatitude() function in OHOS::NWeb::LocationInfoImpl
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h59 virtual double GetLatitude() = 0;
H A Dphoto_album.h60 EXPORT double GetLatitude() const;
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_address.h33 double GetLatitude();
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h51 double GetLatitude() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h51 virtual double GetLatitude() = 0;
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp196 lastLocation_->SetLatitude(location->GetLatitude()); in SetLastLocation()
217 bestLocation_->SetLatitude(location->GetLatitude()); in SetBestLocation()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp156 double latitude = locationInfoImpl->GetLatitude();
189 double latitude = locationInfoImpl->GetLatitude();
/ohos5.0/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h43 double GetLatitude();
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h98 int32_t GetLatitude() const;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h66 virtual double GetLatitude() = 0;
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp57 location_info.latitude = location->GetLatitude(); in OnLocationReport()
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_msdp_client_impl.h51 void GetLatitude();
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h73 double GetLatitude() override;
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h56 double GetLatitude() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h136 double GetLatitude() override in GetLatitude() function

123