Home
last modified time | relevance | path

Searched refs:OnServerLeasesChanged (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
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
102 callback_->OnServerLeasesChanged(ifname, leases); in OnServerLeasesChanged()
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
113 userCallback_->OnServerLeasesChanged(ifname, leases); in OnServerLeasesChanged()
H A Ddhcp_server_callback_stub.h51 …virtual void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) ov…
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/frameworks/native/interfaces/
H A Di_dhcp_server_callback.h36 …virtual void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) = …
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_callback_proxy.h40 … void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) override;
/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/interfaces/kits/c/
H A Ddhcp_result_event.h88 void (*OnServerLeasesChanged)(const char *ifname, const char *leases); member
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h59 … void OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) override;