Home
last modified time | relevance | path

Searched refs:stateToStr (Results 1 – 2 of 2) sorted by relevance

/device/generic/trusty/dhcp/client/
Ddhcpclient.cpp188 const char* DhcpClient::stateToStr(State state) { in stateToStr() function in DhcpClient
494 if (kDebug) ALOGD("Moving from state %s to %s", stateToStr(mState), stateToStr(state)); in setNextState()
Ddhcpclient.h47 const char* stateToStr(State state);