/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | geo_coding_mock_info.cpp | 27 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 D | geo_coding_mock_info.h | 26 class GeocodingMockInfo : public Parcelable { 28 GeocodingMockInfo(); 29 ~GeocodingMockInfo() override = default; 33 static std::unique_ptr<GeocodingMockInfo> Unmarshalling(Parcel& parcel);
|
H A D | locator_proxy.h | 75 bool SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo); 114 …LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
|
H A D | locator.h | 69 …virtual bool SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo… 106 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) = 0;
|
H A D | locator_impl.h | 300 bool SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo); 565 …LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
|
H A D | location_async_context.h | 56 std::vector<std::shared_ptr<GeocodingMockInfo>> mockInfo;
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_skeleton.cpp | 62 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 D | geo_convert_service.cpp | 230 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 D | geo_convert_skeleton.h | 40 …tionErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo)… 63 std::vector<std::shared_ptr<GeocodingMockInfo>> ParseGeocodingMockInfos(MessageParcel &data);
|
H A D | geo_convert_service.h | 82 …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 D | liblbsservice_common_version_script.txt | 12 "*GeocodingMockInfo*";
|
/ohos5.0/base/location/test/location_locator/include/ |
H A D | locator_impl_test.h | 41 std::vector<std::shared_ptr<GeocodingMockInfo>> SetGeocodingMockInfo();
|
H A D | locator_service_test.h | 46 std::vector<std::shared_ptr<GeocodingMockInfo>> SetGeocodingMockInfo();
|
/ohos5.0/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 240 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 D | locator_impl_test.cpp | 123 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 D | locator_service_test.cpp | 179 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 D | geo_convert_proxy.h | 39 …LocationErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockI…
|
H A D | locator_ability.h | 147 …LocationErrCode SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockI…
|
/ohos5.0/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/ |
H A D | geoconvertproxy_fuzzer.cpp | 44 std::vector<std::shared_ptr<GeocodingMockInfo>> geocodingMockInfos; in GeoConvertProxyFuzzerTest()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | geo_convert_proxy.cpp | 114 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) in SetReverseGeocodingMockInfo()
|
/ohos5.0/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 418 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 D | napi_util.h | 73 std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo);
|
/ohos5.0/base/location/test/location_manager/source/ |
H A D | locator_ability_test.cpp | 468 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 D | napi_util.cpp | 569 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 D | locator_proxy.cpp | 410 bool LocatorProxy::SetReverseGeocodingMockInfo(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc… in SetReverseGeocodingMockInfo() 881 …atorProxy::SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& mockInfo) in SetReverseGeocodingMockInfoV9()
|