Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp222 DhcpErrorCode ParseClientInfos(int staNumber, DhcpStationInfo *staInfo, int *staSize, std::vector<std::string> &vecInfo) in ParseClientInfos() argument
224 int size = (int)vecInfo.size(); in ParseClientInfos()
229 std::string str = vecInfo[i]; in ParseClientInfos()
276 std::vector<std::string> vecInfo; in GetDhcpClientInfos() local
277 DhcpErrorCode ret = GetCErrorCode(dhcpServerPtr->GetDhcpClientInfos(ifname, vecInfo)); in GetDhcpClientInfos()
282 return ParseClientInfos(staNumber, staInfo, staSize, vecInfo); in GetDhcpClientInfos()

Completed in 1 milliseconds