Home
last modified time | relevance | path

Searched refs:GnssCallBackDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.h70 class GnssCallBackDeathRecipient : public IRemoteObject::DeathRecipient {
72 …explicit GnssCallBackDeathRecipient(const wptr<GnssInterfaceImpl>& impl) : gnssInterfaceImpl_(impl… in GnssCallBackDeathRecipient() function
73 ~GnssCallBackDeathRecipient() = default;
H A Dgnss_interface_impl.cpp492 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) GnssCallBackDeathRecipient(this)); in AddGnssDeathRecipient()