Home
last modified time | relevance | path

Searched refs:NetStatsDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Dnet_stats_client.h279 class NetStatsDeathRecipient : public IRemoteObject::DeathRecipient {
281 explicit NetStatsDeathRecipient(NetStatsClient &client) : client_(client) {} in NetStatsDeathRecipient() function
282 ~NetStatsDeathRecipient() override = default;
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_client_test.cpp290 …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…
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp91 deathRecipient_ = new (std::nothrow) NetStatsDeathRecipient(*this); in GetProxy()