Home
last modified time | relevance | path

Searched refs:GeocodingMockInfo (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_coding_mock_info.cpp27 GeocodingMockInfo::GeocodingMockInfo() in GeocodingMockInfo() function in OHOS::Location::GeocodingMockInfo
33 std::shared_ptr<ReverseGeocodeRequest> GeocodingMockInfo::GetLocation() in GetLocation()
38 std::shared_ptr<GeoAddress> GeocodingMockInfo::GetGeoAddressInfo() in GetGeoAddressInfo()
43 void GeocodingMockInfo::SetLocation(std::shared_ptr<ReverseGeocodeRequest> request) in SetLocation()
48 void GeocodingMockInfo::SetGeoAddressInfo(std::shared_ptr<GeoAddress> geoAddress) in SetGeoAddressInfo()
53 void GeocodingMockInfo::ReadFromParcel(Parcel& parcel) in ReadFromParcel()
62 std::unique_ptr<GeocodingMockInfo> GeocodingMockInfo::Unmarshalling(Parcel& parcel) in Unmarshalling()
64 std::unique_ptr<GeocodingMockInfo> mockInfo = std::make_unique<GeocodingMockInfo>(); in Unmarshalling()
69 bool GeocodingMockInfo::Marshalling(Parcel& parcel) const in Marshalling()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_coding_mock_info.h26 class GeocodingMockInfo : public Parcelable {
28 GeocodingMockInfo();
29 ~GeocodingMockInfo() override = default;
33 static std::unique_ptr<GeocodingMockInfo> Unmarshalling(Parcel& parcel);
H A Dlocator_proxy.h75 bool SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo);
114 …LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
H A Dlocator.h69 …virtual bool SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo…
106 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) = 0;
H A Dlocator_impl.h300 bool SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo);
565 …LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
H A Dlocation_async_context.h56 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_skeleton.cpp62 std::vector<std::shared_ptr<GeocodingMockInfo>> GeoConvertServiceStub::ParseGeocodingMockInfos(Mess… in ParseGeocodingMockInfos()
64 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo; in ParseGeocodingMockInfos()
69 return std::vector<std::shared_ptr<GeocodingMockInfo>>(); in ParseGeocodingMockInfos()
72 std::shared_ptr<GeocodingMockInfo> info = std::make_shared<GeocodingMockInfo>(); in ParseGeocodingMockInfos()
135 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo = ParseGeocodingMockInfos(data); in SetGeocodingMockInfoInner()
H A Dgeo_convert_service.cpp230 std::shared_ptr<GeocodingMockInfo> info = mockInfo_[i]; in ReportAddressMock()
307 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) in SetReverseGeocodingMockInfo()
/ohos5.0/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_skeleton.h40 …tionErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo)…
63 std::vector<std::shared_ptr<GeocodingMockInfo>> ParseGeocodingMockInfos(MessageParcel &data);
H A Dgeo_convert_service.h82 …LocationErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockI…
110 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo_;
/ohos5.0/base/location/frameworks/location_common/common/
H A Dliblbsservice_common_version_script.txt12 "*GeocodingMockInfo*";
/ohos5.0/base/location/test/location_locator/include/
H A Dlocator_impl_test.h41 std::vector<std::shared_ptr<GeocodingMockInfo>> SetGeocodingMockInfo();
H A Dlocator_service_test.h46 std::vector<std::shared_ptr<GeocodingMockInfo>> SetGeocodingMockInfo();
/ohos5.0/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp240 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
506 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
507 std::shared_ptr<GeocodingMockInfo> info = std::make_shared<GeocodingMockInfo>();
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp123 std::vector<std::shared_ptr<GeocodingMockInfo>> LocatorImplTest::SetGeocodingMockInfo() in SetGeocodingMockInfo()
125 std::vector<std::shared_ptr<GeocodingMockInfo>> geoMockInfos; in SetGeocodingMockInfo()
126 std::shared_ptr<GeocodingMockInfo> geocodingMockInfo = in SetGeocodingMockInfo()
127 std::make_shared<GeocodingMockInfo>(); in SetGeocodingMockInfo()
354 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfos = SetGeocodingMockInfo();
H A Dlocator_service_test.cpp179 std::vector<std::shared_ptr<GeocodingMockInfo>> LocatorServiceTest::SetGeocodingMockInfo() in SetGeocodingMockInfo()
181 std::vector<std::shared_ptr<GeocodingMockInfo>> geoMockInfos; in SetGeocodingMockInfo()
182 std::shared_ptr<GeocodingMockInfo> geocodingMockInfo = in SetGeocodingMockInfo()
183 std::make_shared<GeocodingMockInfo>(); in SetGeocodingMockInfo()
1149 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
1150 std::shared_ptr<GeocodingMockInfo> info = std::make_shared<GeocodingMockInfo>();
1344 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfos = SetGeocodingMockInfo();
1363 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfos = SetGeocodingMockInfo();
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dgeo_convert_proxy.h39 …LocationErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockI…
H A Dlocator_ability.h147 …LocationErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockI…
/ohos5.0/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
H A Dgeoconvertproxy_fuzzer.cpp44 std::vector<std::shared_ptr<GeocodingMockInfo>> geocodingMockInfos; in GeoConvertProxyFuzzerTest()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgeo_convert_proxy.cpp114 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) in SetReverseGeocodingMockInfo()
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp418 std::unique_ptr<GeocodingMockInfo> mockInfo = std::make_unique<GeocodingMockInfo>();
433 GeocodingMockInfo::Unmarshalling(newParcel);
464 std::unique_ptr<GeocodingMockInfo> mockInfo = std::make_unique<GeocodingMockInfo>();
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h73 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo);
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp468 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
481 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp569 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) in JsObjToRevGeocodeMock()
586 std::shared_ptr<GeocodingMockInfo> info = std::make_shared<GeocodingMockInfo>(); in JsObjToRevGeocodeMock()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp410 bool LocatorProxy::SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc… in SetReverseGeocodingMockInfo()
881 …atorProxy::SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) in SetReverseGeocodingMockInfoV9()

12