Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds