Home
last modified time | relevance | path

Searched refs:SetGeoAddressInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_coding_mock_info.h39 void SetGeoAddressInfo(std::shared_ptr<GeoAddress> geoAddress);
/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() function in OHOS::Location::GeocodingMockInfo
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp471 mockInfo->SetGeoAddressInfo(geoAddress);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp592 info->SetGeoAddressInfo(geoAddress); in JsObjToRevGeocodeMock()