Searched refs:DeathRecipientTemplate (Results 1 – 14 of 14) sorted by relevance
24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient {26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData) {}; in DeathRecipientTemplate() function27 virtual ~DeathRecipientTemplate() = default;
24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient {26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData){}; in DeathRecipientTemplate() function27 virtual ~DeathRecipientTemplate() = default;
124 …hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiLightConnection *>(th… in RegisterHdiDeathRecipient()
224 … hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
61 …serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<LightClient *>(this)… in InitLightClient()
457 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorService … in RegisterClientDeathRecipient()474 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorService … in UnregisterClientDeathRecipient()
66 … new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorServiceClient *>(this)); in InitServiceClient()
265 … hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
267 … hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
88 …serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<SensorServiceClient … in InitServiceClient()
80 new (std::nothrow) DeathRecipientTemplate(*const_cast<VibratorServiceClient *>(this)); in InitServiceClient()
471 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<SensorService *>(this… in RegisterClientDeathRecipient()
783 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MiscdeviceService *>(… in RegisterClientDeathRecipient()