Home
last modified time | relevance | path

Searched refs:geoConvertHandler_ (Results 1 - 3 of 3) sorted by relevance

/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp47 geoConvertHandler_ = in GeoConvertService()
54 if (geoConvertHandler_ != nullptr) { in ~GeoConvertService()
55 geoConvertHandler_->RemoveTask(UNLOAD_GEOCONVERT_TASK); in ~GeoConvertService()
212 if (geoConvertHandler_ != nullptr) { in GetAddressByCoordinate()
213 geoConvertHandler_->SendEvent(event); in GetAddressByCoordinate()
261 if (geoConvertHandler_ != nullptr) { in GetAddressByLocationName()
262 geoConvertHandler_->SendEvent(event); in GetAddressByLocationName()
334 if (geoConvertHandler_ == nullptr) { in UnloadGeoConvertSystemAbility()
335 LBSLOGE(GEO_CONVERT, "%{public}s geoConvertHandler_ is nullptr", __func__); in UnloadGeoConvertSystemAbility()
338 geoConvertHandler_ in UnloadGeoConvertSystemAbility()
[all...]
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_service.h112 std::shared_ptr<GeoConvertHandler> geoConvertHandler_; member in OHOS::Location::GeoConvertService
/base/location/test/location_mock_ipc/src/
H A Dlocation_mock_ipc.cpp206 geoConvertServiceStub->geoConvertHandler_->TaskCancelAndWait(); in HWTEST_F()

Completed in 3 milliseconds