Home
last modified time | relevance | path

Searched refs:geoAddress_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_coding_mock_info.cpp30 geoAddress_ = std::make_shared<GeoAddress>(); in GeocodingMockInfo()
40 return geoAddress_; in GetGeoAddressInfo()
50 geoAddress_ = geoAddress; in SetGeoAddressInfo()
59 geoAddress_ = GeoAddress::Unmarshalling(parcel); in ReadFromParcel()
75 geoAddress_->Marshalling(parcel); in Marshalling()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_coding_mock_info.h42 std::shared_ptr<GeoAddress> geoAddress_; variable