Searched refs:ethDhcpNotifyCallback_ (Results 1 – 2 of 2) sorted by relevance
129 ethDhcpNotifyCallback_ = new (std::nothrow) EhternetDhcpNotifyCallback(*this); in EthernetManagement()130 if (ethDhcpNotifyCallback_ != nullptr) { in EthernetManagement()131 ethDhcpController_->RegisterDhcpCallback(ethDhcpNotifyCallback_); in EthernetManagement()
97 sptr<EhternetDhcpNotifyCallback> ethDhcpNotifyCallback_ = nullptr; variable