Home
last modified time | relevance | path

Searched refs:GetGeoAddressInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_coding_mock_info.h36 std::shared_ptr<GeoAddress> GetGeoAddressInfo();
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_coding_mock_info.cpp38 std::shared_ptr<GeoAddress> GeocodingMockInfo::GetGeoAddressInfo() in GetGeoAddressInfo() function in OHOS::Location::GeocodingMockInfo
/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp236 array.push_back(info->GetGeoAddressInfo()); in ReportAddressMock()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp531 bool GetGeoAddressInfo(const napi_env& env, const napi_value& object, in GetGeoAddressInfo() function
590 GetGeoAddressInfo(env, napiElement, "geoAddress", geoAddress); in JsObjToRevGeocodeMock()
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp472 EXPECT_NE(nullptr, mockInfo->GetGeoAddressInfo());