Home
last modified time | relevance | path

Searched refs:ConvertLeasesToStationInfos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp205 pServerServiceImpl->ConvertLeasesToStationInfos(leases, stationInfos);
208 pServerServiceImpl->ConvertLeasesToStationInfos(leases, stationInfos);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h101 …void ConvertLeasesToStationInfos(std::vector<std::string> &leases, std::vector<DhcpStationInfo>& s…
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp267 ConvertLeasesToStationInfos(leases, stationInfos); in DeviceInfoCallBack()
283 void DhcpServerServiceImpl::ConvertLeasesToStationInfos(std::vector<std::string> &leases, in ConvertLeasesToStationInfos() function in OHOS::DHCP::DhcpServerServiceImpl