/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 180 if (CommonUtils::DoubleEqual(request->GetLastLocation()->GetLatitude(), MIN_LATITUDE - 1)) { in ResultCheck() 194 double deltaDis = CommonUtils::CalDistance(location->GetLatitude(), location->GetLongitude(), in ResultCheck() 195 request->GetLastLocation()->GetLatitude(), request->GetLastLocation()->GetLongitude()); in ResultCheck() 206 lastLocation_.SetLatitude(location->GetLatitude()); in SetLastLocation() 219 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation() 247 double startLat = coarseLocation->GetLatitude(); in ApproximatelyLocation()
|
D | request.cpp | 142 this->lastLocation_->SetLatitude(location->GetLatitude()); in SetLastLocation()
|
D | locator_ability.cpp | 778 if (fabs(loc->GetLatitude() - 0.0) > PRECISION in GetCacheLocation()
|
/base/location/test/location_locator/source/ |
D | location_approximately_permission_test.cpp | 85 EXPECT_EQ(MAX_LATITUDE, newLocation->GetLatitude()); 112 EXPECT_EQ(-MAX_LATITUDE, newLocation->GetLatitude());
|
D | report_manager_test.cpp | 188 EXPECT_EQ(12.0, newLocation->GetLatitude());
|
D | locator_impl_test.cpp | 194 EXPECT_EQ(10.6, loc->GetLatitude());
|
/base/location/interfaces/inner_api/include/ |
D | geo_address.h | 32 double GetLatitude();
|
D | location.h | 30 inline double GetLatitude() const in GetLatitude() function
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_location.h | 84 int32_t GetLatitude() const;
|
D | cell_information.h | 172 int32_t GetLatitude() const;
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_location.cpp | 173 int32_t CdmaCellLocation::GetLatitude() const in GetLatitude() function in OHOS::Telephony::CdmaCellLocation
|
D | cell_information.cpp | 827 int32_t CdmaCellInformation::GetLatitude() const in GetLatitude() function in OHOS::Telephony::CdmaCellInformation
|
/base/location/frameworks/location_common/common/source/ |
D | location.cpp | 47 latitude_ = location.GetLatitude(); in Location()
|
D | geo_address.cpp | 43 double GeoAddress::GetLatitude() in GetLatitude() function in OHOS::Location::GeoAddress
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 199 EXPECT_EQ(1.0, geoAddress->GetLatitude()); 202 EXPECT_EQ(0.0, geoAddress->GetLatitude()); 239 EXPECT_EQ(VERIFY_LOCATION_LATITUDE, location->GetLatitude());
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 90 SetValueDouble(env, "latitude", locations[index]->GetLatitude(), value); in LocationsToJs() 108 SetValueDouble(env, "latitude", locationInfo->GetLatitude(), result); in LocationToJs() 130 SetValueDouble(env, "latitude", locationInfo->GetLatitude(), result); in SystemLocationToJs() 144 SetValueDouble(env, "latitude", geoAddress->GetLatitude(), eachObj); in GeoAddressesToJsObj()
|
/base/location/services/location_network/network/source/ |
D | network_ability.cpp | 303 locationNew->SetLatitude(location->GetLatitude()); in ReportMockedLocation()
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_ability.cpp | 602 locationNew->SetLatitude(location->GetLatitude()); in ReportMockedLocation()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 165 …static_cast<int32_t>(cdma->GetNetworkType()), cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLon… 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/ |
D | cell_info.cpp | 804 …cellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(… in GetCellLocation()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 1680 NapiUtil::SetPropertyInt32(env, data, "latitude", cdmaCellInfo->GetLatitude()); in JudgmentDataCdma()
|