Searched refs:DHCP_INVALID_PARAM (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 39 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 D | dhcp_c_utils.cpp | 27 {DHCP_E_INVALID_PARAM, DHCP_INVALID_PARAM},
|
/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_error_code.h | 21 DHCP_INVALID_PARAM = -2, /* invalid params */ enumerator
|
Completed in 1 milliseconds