Home
last modified time | relevance | path

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

/drivers/peripheral/location/agnss/hdi_service/
Dagnss_interface_impl.cpp249 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) AgnssCallBackDeathRecipient(this)); in AddAgnssDeathRecipient() local
251 bool result = remote->AddDeathRecipient(death); in AddAgnssDeathRecipient()
257 g_agnssCallBackDeathRecipientMap[remote.GetRefPtr()] = death; in AddAgnssDeathRecipient()
/drivers/peripheral/location/gnss/hdi_service/
Dgnss_interface_impl.cpp363 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) GnssCallBackDeathRecipient(this)); in AddGnssDeathRecipient() local
365 bool result = remote->AddDeathRecipient(death); in AddGnssDeathRecipient()
371 g_gnssCallBackDeathRecipientMap[remote.GetRefPtr()] = death; in AddGnssDeathRecipient()