Home
last modified time | relevance | path

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

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp27 double ArkLocationInfoWrapper::GetLongitude() in GetLongitude() function in OHOS::ArkWeb::ArkLocationInfoWrapper
29 return ctocpp_->GetLongitude(); in GetLongitude()
H A Dark_location_info_wrapper.h31 double GetLongitude() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp29 double ArkLocationInfoImpl::GetLongitude() in GetLongitude() function in OHOS::ArkWeb::ArkLocationInfoImpl
31 return real_->GetLongitude(); in GetLongitude()
H A Dark_location_info_impl.h31 double GetLongitude() override;
/base/location/test/location_locator/source/
H A Dlocation_approximately_permission_test.cpp87 EXPECT_EQ(MAX_LONGITUDE, newLocation->GetLongitude()); in HWTEST_F()
114 EXPECT_EQ(-MAX_LONGITUDE, newLocation->GetLongitude()); in HWTEST_F()
/base/location/frameworks/base_module/source/
H A Dlocation.cpp54 longitude_ = location.GetLongitude(); in Location()
193 this->GetLongitude() == location->GetLongitude() && in LocationEqual()
/base/location/interfaces/inner_api/include/
H A Dgeo_address.h34 double GetLongitude();
H A Dlocation.h41 inline double GetLongitude() const in GetLongitude() function in OHOS::Location::Location
/base/location/frameworks/native/location_ndk/source/
H A Dlocation_info_callback_host.cpp58 location_info.longitude = location->GetLongitude(); in OnLocationReport()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h45 double GetLongitude();
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h104 int32_t GetLongitude() const;
H A Dcell_information.h289 int32_t GetLongitude() const;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h68 virtual double GetLongitude() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h54 virtual double GetLongitude() = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp71 double LocationInfoImpl::GetLongitude() in GetLongitude() function in OHOS::NWeb::LocationInfoImpl
H A Dlocation_proxy_adapter_impl.cpp156 double LocationInfoImpl::GetLongitude() in GetLongitude() function in OHOS::NWeb::LocationInfoImpl
161 return location_->GetLongitude(); in GetLongitude()
/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp290 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck()
291 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck()
392 double startLon = coarseLocation->GetLongitude(); in ApproximatelyLocation()
454 "longitude", std::to_string(location->GetLongitude()), in WriteNetWorkReportEvent()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h57 double GetLongitude() override;
/base/location/frameworks/location_common/common/source/
H A Drequest.cpp197 lastLocation_->SetLongitude(location->GetLongitude()); in SetLastLocation()
218 bestLocation_->SetLongitude(location->GetLongitude()); in SetBestLocation()
H A Dgeo_address.cpp51 double GeoAddress::GetLongitude() in GetLongitude() function in OHOS::Location::GeoAddress
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp158 latitude = locationInfoImpl->GetLongitude(); in HWTEST_F()
191 latitude = locationInfoImpl->GetLongitude(); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp215 int32_t CdmaCellLocation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellLocation
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp61 double GeoConvertRequest::GetLongitude() in GetLongitude() 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()
151 eachObj.longitude = geoAddress->GetLongitude(); in ListGeoAddressToCJGeoAddressArr()
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp194 dataParcel.WriteDouble(location->GetLongitude()); // longitude in GetCountryCodeByLocation()

Completed in 10 milliseconds

12