Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp209 pServerServiceImpl->ConvertLeasesToStationInfos(leases, stationInfos); in HWTEST_F()
212 pServerServiceImpl->ConvertLeasesToStationInfos(leases, stationInfos); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h101 void ConvertLeasesToStationInfos(std::vector<std::string> &leases, std::vector<DhcpStationInfo>& stationInfos);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp273 ConvertLeasesToStationInfos(leases, stationInfos); in DeviceInfoCallBack()
289 void DhcpServerServiceImpl::ConvertLeasesToStationInfos(std::vector<std::string> &leases, in ConvertLeasesToStationInfos() function in OHOS::DHCP::DhcpServerServiceImpl
292 DHCP_LOGI("ConvertLeasesToStationInfos "); in ConvertLeasesToStationInfos()
304 DHCP_LOGE("ConvertLeasesToStationInfos iss failed, continue!"); in ConvertLeasesToStationInfos()

Completed in 3 milliseconds