Home
last modified time | relevance | path

Searched refs:longitude_ (Results 1 - 12 of 12) sorted by relevance

/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp25 longitude_ = 0.0; in GeoAddress()
53 return longitude_; in GetLongitude()
76 longitude_ = in.ReadDouble(); in ReadFromParcel()
112 parcel.WriteDouble(longitude_); in Marshalling()
/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp131 if (!parcel.WriteInt32(longitude_)) { in Marshalling()
173 longitude_ = rat; in ReadFromParcel()
199 longitude_ = longitude; in SetCdmaParam()
217 return longitude_; in GetLongitude()
H A Dcell_information.cpp863 longitude_ = longitude; in SetCdmaParam()
872 longitude_ = cdmaCell.longitude_; in CdmaCellInformation()
885 longitude_ = cdmaCell.longitude_; in operator =()
898 longitude_ == other.longitude_ && nid_ == other.nid_ && in operator ==()
919 if (!parcel.WriteInt32(longitude_)) { in Marshalling()
970 longitude_ = rat; in ReadFromParcel()
1013 return longitude_; in GetLongitude()
[all...]
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp25 longitude_ = 0.0; in GeoConvertRequest()
63 return longitude_; in GetLongitude()
68 longitude_ = longitude; in SetLongitude()
186 parcel.WriteDouble(longitude_); // longitude in Marshalling()
217 longitude_ = parcel.ReadDouble(); // longitude in ReadFromParcel()
/base/location/frameworks/base_module/source/
H A Dlocation.cpp30 longitude_ = MIN_LONGITUDE - 1; in Location()
54 longitude_ = location.GetLongitude(); in Location()
80 longitude_ = parcel.ReadDouble(); in ReadFromParcel()
135 parcel.WriteDouble(longitude_) && in Marshalling()
/base/location/interfaces/inner_api/include/
H A Dlocation.h43 return longitude_; in GetLongitude()
48 longitude_ = longitude; in SetLongitude()
262 double longitude_; member in OHOS::Location::Location
H A Dgeo_address.h40 double longitude_; member in OHOS::Location::GeoAddress
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h76 double longitude_; member in OHOS::Location::GeoConvertRequest
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h120 int32_t longitude_ = 0; member in OHOS::Telephony::CdmaCellLocation
H A Dcell_information.h306 int32_t longitude_ = 0; member in OHOS::Telephony::CdmaCellInformation
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp120 EXPECT_EQ(MOCK_LONGITUDE, geoAddress->longitude_); in VerifyGeoAddressReadFromParcel()
222 geoAddress->longitude_ = 1.0; in HWTEST_F()
1074 location2->longitude_ = MIN_LONGITUDE + 1; in HWTEST_F()
1076 location2->longitude_ = MIN_LONGITUDE - 1; in HWTEST_F()
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp541 JsObjectToDouble(env, value, "longitude", address->longitude_); in GetGeoAddressInfo()

Completed in 9 milliseconds