Searched refs:EthernetDeathRecipient (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/ | ||
H A D | ethernet_client.h | 157 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 D | ethernet_client.cpp | 120 deathRecipient_ = new (std::nothrow) EthernetDeathRecipient(*this); in GetProxy() |
Completed in 2 milliseconds