Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp39 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in RegisterDhcpClientCallBack()
40 CHECK_PTR_RETURN(event, DHCP_INVALID_PARAM); in RegisterDhcpClientCallBack()
44 CHECK_PTR_RETURN(dhcpClientPtr, DHCP_INVALID_PARAM); in RegisterDhcpClientCallBack()
54 CHECK_PTR_RETURN(dhcpClientCallBack, DHCP_INVALID_PARAM); in RegisterDhcpClientCallBack()
61 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in RegisterDhcpClientReportCallBack()
62 CHECK_PTR_RETURN(event, DHCP_INVALID_PARAM); in RegisterDhcpClientReportCallBack()
72 CHECK_PTR_RETURN(dhcpClientCallBack, DHCP_INVALID_PARAM); in RegisterDhcpClientReportCallBack()
79 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in StartDhcpClient()
80 CHECK_PTR_RETURN(dhcpClientPtr, DHCP_INVALID_PARAM); in StartDhcpClient()
86 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in SetConfiguration()
[all...]
H A Ddhcp_c_utils.cpp27 {DHCP_E_INVALID_PARAM, DHCP_INVALID_PARAM},
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_error_code.h21 DHCP_INVALID_PARAM = -2, /* invalid params */ enumerator

Completed in 1 milliseconds