Home
last modified time | relevance | path

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

/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_service.h55 class GeoServiceDeathRecipient : public IRemoteObject::DeathRecipient { class
58 GeoServiceDeathRecipient();
59 ~GeoServiceDeathRecipient() override;
119 sptr<GeoServiceDeathRecipient>(new (std::nothrow) GeoServiceDeathRecipient());
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp456 GeoServiceDeathRecipient::GeoServiceDeathRecipient() in GeoServiceDeathRecipient() function in OHOS::Location::GeoServiceDeathRecipient
460 GeoServiceDeathRecipient::~GeoServiceDeathRecipient() in ~GeoServiceDeathRecipient()
464 void GeoServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp577 auto recipient = new (std::nothrow) GeoServiceDeathRecipient(); in HWTEST_F()

Completed in 3 milliseconds