Home
last modified time | relevance | path

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

/external/parameter-framework/remote-processor/
DConnectionSocket.cpp47 bool CConnectionSocket::connect(const string& strRemote, uint16_t uiPort, string& strError) in connect() argument
52 struct hostent* host = gethostbyname(strRemote.c_str()); in connect()
DConnectionSocket.h42 bool connect(const std::string& strRemote, uint16_t uiPort, std::string& strError);