Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Ddhcpclient.h47 const char* stateToStr(State state);
Ddhcpclient.cpp191 const char* DhcpClient::stateToStr(State state) { in stateToStr() function in DhcpClient
509 stateToStr(mState), stateToStr(state)); in setNextState()