Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-process/
Dmain.cpp56 CAnswerMessage answerMessage; in sendAndDisplayCommand() local
57 if (answerMessage.serialize(Socket(socket), false, strError) != CRequestMessage::success) { in sendAndDisplayCommand()
64 if (!answerMessage.success()) { in sendAndDisplayCommand()
67 cerr << answerMessage.getAnswer() << endl; in sendAndDisplayCommand()
72 cout << answerMessage.getAnswer() << endl; in sendAndDisplayCommand()
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp210 CAnswerMessage answerMessage(strResult, bSuccess); in handleNewConnection() local
213 res = answerMessage.serialize(_socket, true, strError); in handleNewConnection()