Lines Matching refs:ifname
37 void OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) override;
38 void OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) override;
40 void OnDhcpOfferReport(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) override;
43 void RegisterCallBack(const std::string& ifname, const ClientCallBack *event);
44 void UnRegisterCallBack(const std::string& ifname);
45 void RegisterDhcpClientReportCallBack(const std::string& ifname, const DhcpClientReport *event);
59 void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) override;
60 void OnServerSerExitChanged(const std::string& ifname) override;
61 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
65 void RegisterCallBack(const std::string& ifname, const ServerCallBack *event);
66 void UnRegisterCallBack(const std::string& ifname);