Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-process/
Dmain.cpp54 CAnswerMessage answerMessage; in sendAndDisplayCommand() local
55 if (answerMessage.serialize(Socket(socket), false, strError) != CRequestMessage::success) { in sendAndDisplayCommand()
62 if (!answerMessage.success()) { in sendAndDisplayCommand()
65 cerr << answerMessage.getAnswer() << endl; in sendAndDisplayCommand()
70 cout << answerMessage.getAnswer() << endl; in sendAndDisplayCommand()
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp152 CAnswerMessage answerMessage(strResult, bSuccess); in handleNewConnection() local
155 res = answerMessage.serialize(_socket, true, strError); in handleNewConnection()