Searched refs:DHCP_INVALID_PARAM (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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() 61 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in RegisterDhcpClientReportCallBack() 62 CHECK_PTR_RETURN(event, DHCP_INVALID_PARAM); in RegisterDhcpClientReportCallBack() 79 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in StartDhcpClient() 86 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in SetConfiguration() 96 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in StopDhcpClient() 105 CHECK_PTR_RETURN(ifname, DHCP_INVALID_PARAM); in RegisterDhcpServerCallBack() 106 CHECK_PTR_RETURN(event, DHCP_INVALID_PARAM); in RegisterDhcpServerCallBack() 162 CHECK_PTR_RETURN(range, DHCP_INVALID_PARAM); in SetDhcpRange() [all …]
|
H A D | dhcp_c_utils.cpp | 27 {DHCP_E_INVALID_PARAM, DHCP_INVALID_PARAM},
|
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_error_code.h | 21 DHCP_INVALID_PARAM = -2, /* invalid params */ enumerator
|