Home
last modified time | relevance | path

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

/base/location/test/location_locator/source/
Dlocation_approximately_permission_test.cpp86 EXPECT_EQ(MAX_LONGITUDE, newLocation->GetLongitude());
113 EXPECT_EQ(-MAX_LONGITUDE, newLocation->GetLongitude());
Dreport_manager_test.cpp189 EXPECT_EQ(13.0, newLocation->GetLongitude());
Dlocator_impl_test.cpp195 EXPECT_EQ(10.5, loc->GetLongitude());
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp194 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck()
195 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck()
207 lastLocation_.SetLongitude(location->GetLongitude()); in SetLastLocation()
248 double startLon = coarseLocation->GetLongitude(); in ApproximatelyLocation()
Drequest.cpp143 this->lastLocation_->SetLongitude(location->GetLongitude()); in SetLastLocation()
Dlocator_ability.cpp779 && fabs(loc->GetLongitude() - 0.0) > PRECISION) { in GetCacheLocation()
/base/location/interfaces/inner_api/include/
Dgeo_address.h33 double GetLongitude();
Dlocation.h40 inline double GetLongitude() const in GetLongitude() function
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_location.h85 int32_t GetLongitude() const;
Dcell_information.h173 int32_t GetLongitude() const;
/base/telephony/core_service/frameworks/native/src/
Dcell_location.cpp178 int32_t CdmaCellLocation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellLocation
Dcell_information.cpp832 int32_t CdmaCellInformation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellInformation
/base/location/frameworks/location_common/common/source/
Dlocation.cpp48 longitude_ = location.GetLongitude(); in Location()
Dgeo_address.cpp51 double GeoAddress::GetLongitude() in GetLongitude() function in OHOS::Location::GeoAddress
/base/location/test/location_common/source/
Dlocation_common_test.cpp206 EXPECT_EQ(1.0, geoAddress->GetLongitude());
209 EXPECT_EQ(0.0, geoAddress->GetLongitude());
240 EXPECT_EQ(VERIFY_LOCATION_LONGITUDE, location->GetLongitude());
/base/location/frameworks/native/source/
Dnapi_util.cpp91 SetValueDouble(env, "longitude", locations[index]->GetLongitude(), value); in LocationsToJs()
109 SetValueDouble(env, "longitude", locationInfo->GetLongitude(), result); in LocationToJs()
129 SetValueDouble(env, "longitude", locationInfo->GetLongitude(), result); in SystemLocationToJs()
145 SetValueDouble(env, "longitude", geoAddress->GetLongitude(), eachObj); in GeoAddressesToJsObj()
/base/location/services/location_network/network/source/
Dnetwork_ability.cpp304 locationNew->SetLongitude(location->GetLongitude()); in ReportMockedLocation()
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp603 locationNew->SetLongitude(location->GetLongitude()); in ReportMockedLocation()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp165 …ast<int32_t>(cdma->GetNetworkType()), cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLongitude(), in PrintCdmaCellInformation()
180 …cellLocation->SetCdmaParam(cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLongitude(), cdma->Get… in PrintCdmaCellInformation()
185 …cellLocation->GetLatitude(), cellLocation->GetLongitude(), cellLocation->GetNid(), cellLocation->G… in PrintCdmaCellInformation()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp804 …ellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(), in GetCellLocation()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1681 NapiUtil::SetPropertyInt32(env, data, "longitude", cdmaCellInfo->GetLongitude()); in JudgmentDataCdma()