Home
last modified time | relevance | path

Searched refs:NetConnDeathRecipient (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h467 class NetConnDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::NetManagerStandard::NetConnClient
469 explicit NetConnDeathRecipient(NetConnClient &client) : client_(client) {} in NetConnDeathRecipient() function in OHOS::NetManagerStandard::NetConnClient::NetConnDeathRecipient
470 ~NetConnDeathRecipient() override = default;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp486 deathRecipient_ = new (std::nothrow) NetConnDeathRecipient(*this); in GetProxy()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1139 NetConnClient::NetConnDeathRecipient deathRecipient(*DelayedSingleton<NetConnClient>::GetInstance()); in HWTEST_F()

Completed in 6 milliseconds