Searched refs:NetStatsDeathRecipient (Results 1 – 3 of 3) sorted by relevance
279 class NetStatsDeathRecipient : public IRemoteObject::DeathRecipient {281 explicit NetStatsDeathRecipient(NetStatsClient &client) : client_(client) {} in NetStatsDeathRecipient() function282 ~NetStatsDeathRecipient() override = default;
290 …new (std::nothrow) NetStatsClient::NetStatsDeathRecipient(*DelayedSingleton<NetStatsClient>::GetIn…301 …new (std::nothrow) NetStatsClient::NetStatsDeathRecipient(*DelayedSingleton<NetStatsClient>::GetIn…322 …new (std::nothrow) NetStatsClient::NetStatsDeathRecipient(*DelayedSingleton<NetStatsClient>::GetIn…335 …new (std::nothrow) NetStatsClient::NetStatsDeathRecipient(*DelayedSingleton<NetStatsClient>::GetIn…347 …new (std::nothrow) NetStatsClient::NetStatsDeathRecipient(*DelayedSingleton<NetStatsClient>::GetIn…
91 deathRecipient_ = new (std::nothrow) NetStatsDeathRecipient(*this); in GetProxy()