Home
last modified time | relevance | path

Searched refs:NO_CONNECTION (Results 1 – 3 of 3) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcClient.cpp38 _connectionState = NO_CONNECTION; in XmlRpcClient()
56 _connectionState = NO_CONNECTION; in close()
145 if ((_connectionState != NO_CONNECTION && _connectionState != IDLE) || _eof) in setupConnection()
149 if (_connectionState == NO_CONNECTION) in setupConnection()
294 _connectionState = NO_CONNECTION; in readHeader()
DXmlRpcClient.h86 …enum ClientConnectionState { NO_CONNECTION, CONNECTING, WRITE_REQUEST, READ_HEADER, READ_RESPONSE,… enumerator
/external/autotest/client/cros/cellular/pseudomodem/
Dpm_errors.py158 NO_CONNECTION = 1 variable in MMMobileEquipmentError
213 self.NO_CONNECTION : '.NoConnection',