/base/location/test/location_locator/source/ |
D | location_approximately_permission_test.cpp | 86 EXPECT_EQ(MAX_LONGITUDE, newLocation->GetLongitude()); 113 EXPECT_EQ(-MAX_LONGITUDE, newLocation->GetLongitude());
|
D | report_manager_test.cpp | 189 EXPECT_EQ(13.0, newLocation->GetLongitude());
|
D | locator_impl_test.cpp | 195 EXPECT_EQ(10.5, loc->GetLongitude());
|
/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 194 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()
|
D | request.cpp | 143 this->lastLocation_->SetLongitude(location->GetLongitude()); in SetLastLocation()
|
D | locator_ability.cpp | 779 && fabs(loc->GetLongitude() - 0.0) > PRECISION) { in GetCacheLocation()
|
/base/location/interfaces/inner_api/include/ |
D | geo_address.h | 33 double GetLongitude();
|
D | location.h | 40 inline double GetLongitude() const in GetLongitude() function
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_location.h | 85 int32_t GetLongitude() const;
|
D | cell_information.h | 173 int32_t GetLongitude() const;
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_location.cpp | 178 int32_t CdmaCellLocation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellLocation
|
D | cell_information.cpp | 832 int32_t CdmaCellInformation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellInformation
|
/base/location/frameworks/location_common/common/source/ |
D | location.cpp | 48 longitude_ = location.GetLongitude(); in Location()
|
D | geo_address.cpp | 51 double GeoAddress::GetLongitude() in GetLongitude() function in OHOS::Location::GeoAddress
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 206 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/ |
D | napi_util.cpp | 91 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/ |
D | network_ability.cpp | 304 locationNew->SetLongitude(location->GetLongitude()); in ReportMockedLocation()
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_ability.cpp | 603 locationNew->SetLongitude(location->GetLongitude()); in ReportMockedLocation()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 165 …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/ |
D | cell_info.cpp | 804 …ellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(), in GetCellLocation()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 1681 NapiUtil::SetPropertyInt32(env, data, "longitude", cdmaCellInfo->GetLongitude()); in JudgmentDataCdma()
|