Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp133 auto iter = mapDhcpClientReport_.find(ifname); in OnDhcpOfferReport()
134 if ((iter != mapDhcpClientReport_.end()) && (iter->second != nullptr) && in OnDhcpOfferReport()
201 auto iter = mapDhcpClientReport_.find(ifname); in RegisterDhcpClientReportCallBack()
202 if (iter != mapDhcpClientReport_.end()) { in RegisterDhcpClientReportCallBack()
206 mapDhcpClientReport_.emplace(std::make_pair(ifname, event)); in RegisterDhcpClientReportCallBack()
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h50 std::map<std::string, const DhcpClientReport *> mapDhcpClientReport_; member in DhcpClientCallBack

Completed in 1 milliseconds