Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp129 ethDhcpNotifyCallback_ = new (std::nothrow) EhternetDhcpNotifyCallback(*this); in EthernetManagement()
130 if (ethDhcpNotifyCallback_ != nullptr) { in EthernetManagement()
131 ethDhcpController_->RegisterDhcpCallback(ethDhcpNotifyCallback_); in EthernetManagement()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h97 sptr<EhternetDhcpNotifyCallback> ethDhcpNotifyCallback_ = nullptr; variable