/base/location/test/location_locator/source/ |
D | location_approximately_permission_test.cpp | 88 EXPECT_EQ(MAX_LONGITUDE, newLocation->GetLongitude()); 115 EXPECT_EQ(-MAX_LONGITUDE, newLocation->GetLongitude());
|
D | report_manager_test.cpp | 221 EXPECT_EQ(13.0, newLocation->GetLongitude());
|
D | locator_impl_test.cpp | 233 EXPECT_EQ(10.5, loc->GetLongitude());
|
/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 199 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()
|
D | request.cpp | 143 this->lastLocation_->SetLongitude(location->GetLongitude()); in SetLastLocation()
|
D | locator_ability.cpp | 855 && fabs(loc->GetLongitude() - 0.0) > PRECISION) { in GetCacheLocation()
|
/base/location/interfaces/inner_api/include/ |
D | geo_address.h | 34 double GetLongitude();
|
D | location.h | 40 inline double GetLongitude() const in GetLongitude() function
|
/base/web/webview/ohos_adapter/interfaces/ |
D | location_adapter.h | 67 virtual double GetLongitude() const = 0;
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_location.h | 104 int32_t GetLongitude() const;
|
D | cell_information.h | 288 int32_t GetLongitude() const;
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_proxy_adapter_impl.cpp | 170 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/ |
D | location_proxy_adapter_impl.h | 51 double GetLongitude() const override;
|
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
D | location_proxy_adapter_test.cpp | 158 latitude = locationInfoImpl->GetLongitude(); 189 latitude = locationInfoImpl->GetLongitude();
|
/base/location/frameworks/location_common/common/source/ |
D | geo_address.cpp | 51 double GeoAddress::GetLongitude() in GetLongitude() function in OHOS::Location::GeoAddress
|
D | location.cpp | 48 longitude_ = location.GetLongitude(); in Location()
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_location.cpp | 215 int32_t CdmaCellLocation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellLocation
|
D | cell_information.cpp | 998 int32_t CdmaCellInformation::GetLongitude() const in GetLongitude() function in OHOS::Telephony::CdmaCellInformation
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 89 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/ |
D | location_common_test.cpp | 219 EXPECT_EQ(1.0, geoAddress->GetLongitude()); 251 EXPECT_EQ(VERIFY_LOCATION_LONGITUDE, location->GetLongitude());
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 166 …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/ |
D | cell_info.cpp | 823 …ellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(), in GetCellLocation()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 1986 NapiUtil::SetPropertyInt32(env, data, "longitude", cdmaCellInfo->GetLongitude()); in JudgmentDataCdma()
|