Searched refs:SendGeocodeRequest (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/services/location_geocode/geocode/include/ |
H A D | geo_convert_service.h | 92 …bool SendGeocodeRequest(int code, MessageParcel& dataParcel, MessageParcel& replyParcel, MessageOp…
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_service.cpp | 412 bool GeoConvertService::SendGeocodeRequest(int code, MessageParcel& dataParcel, MessageParcel& repl… in SendGeocodeRequest() function in OHOS::Location::GeoConvertService 490 …bool ret = geoConvertService->SendGeocodeRequest(static_cast<int>(geoConvertRequest->GetRequestTyp… in ProcessEvent()
|
/ohos5.0/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 456 service_->SendGeocodeRequest(code, dataParcel, replyParcel, option); 460 service_->SendGeocodeRequest(code, dataParcel, replyParcel, option);
|