Home
last modified time | relevance | path

Searched refs:PUBLISH_CODE_TIMEOUT (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_result_test.cpp53 ipResult.code = PUBLISH_CODE_TIMEOUT; in HWTEST_F()
H A Ddhcp_client_service_impl_test.cpp129 ipResult.code = PUBLISH_CODE_TIMEOUT; in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result.cpp47 } else if (ipResult.code == PUBLISH_CODE_TIMEOUT) { in PublishDhcpIpv4Result()
H A Ddhcp_client_state_machine.cpp1476 if ((code != PUBLISH_CODE_SUCCESS) && (code != PUBLISH_CODE_FAILED) && (code != PUBLISH_CODE_TIMEOUT)) { in PublishDhcpResultEvent()
1960 ipResult.code = PUBLISH_CODE_TIMEOUT; in GetIpTimerCallback()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h330 PUBLISH_CODE_TIMEOUT = -2, enumerator

Completed in 6 milliseconds