Home
last modified time | relevance | path

Searched refs:EthernetDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h157 class EthernetDeathRecipient : public IRemoteObject::DeathRecipient {
159 explicit EthernetDeathRecipient(EthernetClient &client) : client_(client) {} in EthernetDeathRecipient() function
160 ~EthernetDeathRecipient() override = default;
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp120 deathRecipient_ = new (std::nothrow) EthernetDeathRecipient(*this); in GetProxy()