Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h73 enum DhcpReturnCode { enum
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp2169 void StaStateMachine::OnDhcpResultNotifyEvent(DhcpReturnCode result, int ipType) in OnDhcpResultNotifyEvent()
3117 case DhcpReturnCode::DHCP_RESULT: { in ExecuteStateMsg()
3121 case DhcpReturnCode::DHCP_JUMP: { in ExecuteStateMsg()
3125 case DhcpReturnCode::DHCP_FAIL: { in ExecuteStateMsg()
3129 case DhcpReturnCode::DHCP_OFFER_REPORT: { in ExecuteStateMsg()
3670 if (result == DhcpReturnCode::DHCP_RENEW_FAIL) { in DhcpResultNotify()
3672 } else if (result == DhcpReturnCode::DHCP_RESULT) { in DhcpResultNotify()
3674 } else if (result == DhcpReturnCode::DHCP_IP_EXPIRED) { in DhcpResultNotify()
3676 } else if (result == DhcpReturnCode::DHCP_OFFER_REPORT) { in DhcpResultNotify()
4342 pStaStateMachine->OnDhcpResultNotifyEvent(DhcpReturnCode in OnSuccess()
[all...]
H A Dsta_state_machine.h129 } DhcpReturnCode; typedef
484 void OnDhcpResultNotifyEvent(DhcpReturnCode result, int ipType = -1);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1273 msg->SetParam1(DhcpReturnCode::DHCP_IP_EXPIRED); in LinkedStateExeMsgFail2()
2050 pStaStateMachine->OnDhcpResultNotifyEvent(DhcpReturnCode::DHCP_RENEW_FAIL); in OnDhcpResultNotifyEventTest()

Completed in 13 milliseconds