Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp88 void LocationCommonTest::SetGeoAddress(std::unique_ptr<GeoAddress>& geoAddress) in SetGeoAddress()
116 void LocationCommonTest::VerifyGeoAddressReadFromParcel(std::unique_ptr<GeoAddress>& geoAddress) in VerifyGeoAddressReadFromParcel()
197 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
216 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
470 std::shared_ptr<GeoAddress> geoAddress = std::make_shared<GeoAddress>(); variable
535 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
548 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
561 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
655 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); variable
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_coding_mock_info.cpp48 void GeocodingMockInfo::SetGeoAddressInfo(std::shared_ptr<GeoAddress> geoAddress) in SetGeoAddressInfo()
H A Dgeo_address.cpp68 std::unique_ptr<GeoAddress> geoAddress = std::make_unique<GeoAddress>(); in Unmarshalling() local
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp395 auto geoAddress = *iter; in GetAddressByCoordinate() local
433 auto geoAddress = *iter; in GetAddressByLocationName() local
974 auto geoAddress = *iter; in GetAddressByCoordinateV9() local
1012 auto geoAddress = *iter; in GetAddressByLocationNameV9() local
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp181 auto geoAddress = *iter; in GeoAddressesToJsObj() local
588 std::shared_ptr<GeoAddress> geoAddress = std::make_shared<GeoAddress>(); in JsObjToRevGeocodeMock() local