Home
last modified time | relevance | path

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

/external/parameter-framework/remote-processor/
DConnectionSocket.cpp42 CConnectionSocket::CConnectionSocket() in CConnectionSocket() function in CConnectionSocket
47 bool CConnectionSocket::connect(const string& strRemote, uint16_t uiPort, string& strError) in connect()
DConnectionSocket.h36 class CConnectionSocket : public CSocket
39 CConnectionSocket();
/external/parameter-framework/remote-process/
Dmain.cpp99 bool sendAndDisplayCommand(CConnectionSocket &connectionSocket, CRequestMessage &requestMessage) in sendAndDisplayCommand()
158 CConnectionSocket connectionSocket; in main()