Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h61 static int GetDhcpPacketResult(const std::string& filename, struct DhcpPacketResult &result);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp485 int DhcpFunction::GetDhcpPacketResult(const std::string& filename, struct DhcpPacketResult &result) in GetDhcpPacketResult() function in OHOS::DHCP::DhcpFunction
489 DHCP_LOGE("GetDhcpPacketResult() fopen %{public}s fail, err:%{public}s!", filename.c_str(), strerror(errno)); in GetDhcpPacketResult()
504 DHCP_LOGE("GetDhcpPacketResult() fscanf %{public}s err:%{public}s!", filename.c_str(), strerror(errno)); in GetDhcpPacketResult()
508 DHCP_LOGW("GetDhcpPacketResult() fscanf file:%{public}s nRes:0 nullptr!", filename.c_str()); in GetDhcpPacketResult()
512 DHCP_LOGE("GetDhcpPacketResult() fscanf file:%{public}s nRes:%{public}d ERROR!", filename.c_str(), nRes); in GetDhcpPacketResult()
518 DHCP_LOGE("GetDhcpPacketResult() fclose file:%{public}s failed!", filename.c_str()); in GetDhcpPacketResult()
524 DHCP_LOGE("GetDhcpPacketResult() file:%{public}s failed, FormatString result error!", filename.c_str()); in GetDhcpPacketResult()

Completed in 2 milliseconds