Searched refs:EthernetDeathRecipient (Results 1 – 2 of 2) sorted by relevance
157 class EthernetDeathRecipient : public IRemoteObject::DeathRecipient {159 explicit EthernetDeathRecipient(EthernetClient &client) : client_(client) {} in EthernetDeathRecipient() function160 ~EthernetDeathRecipient() override = default;
120 deathRecipient_ = new (std::nothrow) EthernetDeathRecipient(*this); in GetProxy()