Searched refs:OnServerLeasesChanged (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_callback_stub.cpp | 98 void DhcpServreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::stri… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServreCallBackStub 102 callback_->OnServerLeasesChanged(ifname, leases); in OnServerLeasesChanged()
|
H A D | dhcp_server_callback_stub_lite.cpp | 109 void DhcpServreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::stri… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServreCallBackStub 113 userCallback_->OnServerLeasesChanged(ifname, leases); in OnServerLeasesChanged()
|
H A D | dhcp_server_callback_stub.h | 51 …virtual void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) ov…
|
H A D | dhcp_event.cpp | 213 void DhcpServerCallBack::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>&… in OnServerLeasesChanged() function in DhcpServerCallBack
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/interfaces/ |
H A D | i_dhcp_server_callback.h | 36 …virtual void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) = …
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_callback_proxy.h | 40 … void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) override;
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_callback_proxy_lite.cpp | 63 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::str… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServerCallbackProxy
|
H A D | dhcp_server_callback_proxy.cpp | 60 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::str… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServerCallbackProxy
|
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 88 void (*OnServerLeasesChanged)(const char *ifname, const char *leases); member
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/ |
H A D | dhcp_event.h | 59 … void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) override;
|