Home
last modified time | relevance | path

Searched refs:GetLongitude (Results 1 – 23 of 23) sorted by relevance

/base/location/test/location_locator/source/
Dlocation_approximately_permission_test.cpp88 EXPECT_EQ(MAX_LONGITUDE, newLocation->GetLongitude());
115 EXPECT_EQ(-MAX_LONGITUDE, newLocation->GetLongitude());
Dreport_manager_test.cpp221 EXPECT_EQ(13.0, newLocation->GetLongitude());
Dlocator_impl_test.cpp233 EXPECT_EQ(10.5, loc->GetLongitude());
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp199 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck()
200 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck()
212 lastLocation_.SetLongitude(location->GetLongitude()); in SetLastLocation()
253 double startLon = coarseLocation->GetLongitude(); in ApproximatelyLocation()
Drequest.cpp143 this->lastLocation_->SetLongitude(location->GetLongitude()); in SetLastLocation()
Dlocator_ability.cpp855 && fabs(loc->GetLongitude() - 0.0) > PRECISION) { in GetCacheLocation()
/base/location/interfaces/inner_api/include/
Dgeo_address.h34 double GetLongitude();
Dlocation.h40 inline double GetLongitude() const in GetLongitude() function
/base/web/webview/ohos_adapter/interfaces/
Dlocation_adapter.h67 virtual double GetLongitude() const = 0;
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_location.h104 int32_t GetLongitude() const;
Dcell_information.h288 int32_t GetLongitude() const;
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_impl.cpp170 double LocationInfoImpl::GetLongitude() const in GetLongitude() function in OHOS::NWeb::LocationInfoImpl
175 return location_->GetLongitude(); in GetLongitude()
/base/web/webview/ohos_adapter/location_adapter/include/
Dlocation_proxy_adapter_impl.h51 double GetLongitude() const override;
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
Dlocation_proxy_adapter_test.cpp158 latitude = locationInfoImpl->GetLongitude();
189 latitude = locationInfoImpl->GetLongitude();
/base/location/frameworks/location_common/common/source/
Dgeo_address.cpp51 double GeoAddress::GetLongitude() in GetLongitude() function in OHOS::Location::GeoAddress
Dlocation.cpp48 longitude_ = location.GetLongitude(); in Location()
/base/telephony/core_service/frameworks/native/src/
Dcell_location.cpp215 int32_t CdmaCellLocation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellLocation
Dcell_information.cpp998 int32_t CdmaCellInformation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellInformation
/base/location/frameworks/native/source/
Dnapi_util.cpp89 SetValueDouble(env, "longitude", locations[index]->GetLongitude(), value); in LocationsToJs()
107 SetValueDouble(env, "longitude", locationInfo->GetLongitude(), result); in LocationToJs()
127 SetValueDouble(env, "longitude", locationInfo->GetLongitude(), result); in SystemLocationToJs()
143 SetValueDouble(env, "longitude", geoAddress->GetLongitude(), eachObj); in GeoAddressesToJsObj()
/base/location/test/location_common/source/
Dlocation_common_test.cpp219 EXPECT_EQ(1.0, geoAddress->GetLongitude());
251 EXPECT_EQ(VERIFY_LOCATION_LONGITUDE, location->GetLongitude());
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp166 …ast<int32_t>(cdma->GetNetworkType()), cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLongitude(), in PrintCdmaCellInformation()
181 …cellLocation->SetCdmaParam(cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLongitude(), cdma->Get… in PrintCdmaCellInformation()
186 …cellLocation->GetLatitude(), cellLocation->GetLongitude(), cellLocation->GetNid(), cellLocation->G… in PrintCdmaCellInformation()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp823 …ellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(), in GetCellLocation()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1986 NapiUtil::SetPropertyInt32(env, data, "longitude", cdmaCellInfo->GetLongitude()); in JudgmentDataCdma()