Home
last modified time | relevance | path

Searched defs:geoAddress (Results 1 – 4 of 4) sorted by relevance

/base/location/test/location_common/source/
Dlocation_common_test.cpp66 void LocationCommonTest::SetGeoAddress(std::unique_ptr<GeoAddress>& geoAddress) in SetGeoAddress()
95 void LocationCommonTest::VerifyGeoAddressReadFromParcel(std::unique_ptr<GeoAddress>& geoAddress) in VerifyGeoAddressReadFromParcel()
179 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
196 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
475 std::shared_ptr<GeoAddress> geoAddress = std::make_shared<GeoAddress>(); variable
535 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
546 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
557 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
/base/location/frameworks/location_common/common/source/
Dgeo_coding_mock_info.cpp48 void GeocodingMockInfo::SetGeoAddressInfo(std::shared_ptr<GeoAddress> geoAddress) in SetGeoAddressInfo()
Dgeo_address.cpp61 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); in Unmarshalling() local
/base/location/frameworks/native/source/
Dnapi_util.cpp141 auto geoAddress = *iter; in GeoAddressesToJsObj() local
498 std::shared_ptr<GeoAddress> geoAddress = std::make_shared<GeoAddress>(); in JsObjToRevGeocodeMock() local