Home
last modified time | relevance | path

Searched defs:OnServerLeasesChanged (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp63 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::str… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServerCallbackProxy
H A Ddhcp_server_callback_proxy.cpp60 void DhcpServerCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::str… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServerCallbackProxy
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub_lite.cpp109 void DhcpServreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::stri… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServreCallBackStub
H A Ddhcp_server_callback_stub.cpp98 void DhcpServreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::stri… in OnServerLeasesChanged() function in OHOS::DHCP::DhcpServreCallBackStub
H A Ddhcp_event.cpp213 void DhcpServerCallBack::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>&… in OnServerLeasesChanged() function in DhcpServerCallBack
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h88 void (*OnServerLeasesChanged)(const char *ifname, const char *leases); member