Home
last modified time | relevance | path

Searched defs:leases (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp63 …erCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged()
H A Ddhcp_server_callback_proxy.cpp60 …erCallbackProxy::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged()
H A Ddhcp_server_service_impl.cpp264 std::vector<std::string> leases; in DeviceInfoCallBack() local
283 void DhcpServerServiceImpl::ConvertLeasesToStationInfos(std::vector<std::string> &leases, in ConvertLeasesToStationInfos()
575 …pServerServiceImpl::GetDhcpClientInfos(const std::string& ifname, std::vector<std::string>& leases) in GetDhcpClientInfos()
H A Ddhcp_server_stub_lite.cpp204 std::vector<std::string> leases; in OnGetDhcpClientInfos() local
H A Ddhcp_server_stub.cpp218 std::vector<std::string> leases; in OnGetDhcpClientInfos() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp203 std::vector<std::string> leases; variable
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub_lite.cpp109 …vreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged()
H A Ddhcp_server_callback_stub.cpp98 …vreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged()
H A Ddhcp_event.cpp213 …ServerCallBack::OnServerLeasesChanged(const std::string& ifname, std::vector<std::string>& leases) in OnServerLeasesChanged()