Searched refs:VpnAppDeathRecipient (Results 1 – 2 of 2) sorted by relevance
270 class VpnAppDeathRecipient : public IRemoteObject::DeathRecipient {272 explicit VpnAppDeathRecipient(NetworkVpnService &client) : client_(client) {} in VpnAppDeathRecipient() function273 ~VpnAppDeathRecipient() override = default;
1207 deathRecipient_ = new (std::nothrow) VpnAppDeathRecipient(*this); in AddClientDeathRecipient()