Home
last modified time | relevance | path

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

/external/parameter-framework/remote-processor/
DRequestMessage.cpp42 CRequestMessage::CRequestMessage(const string& strCommand) : base(ECommandRequest), _strCommand(str… in CRequestMessage() argument
51 void CRequestMessage::setCommand(const string& strCommand) in setCommand() argument
53 _strCommand = trim(strCommand); in setCommand()
125 string strCommand; in collectReceivedData() local
127 readString(strCommand); in collectReceivedData()
129 setCommand(strCommand); in collectReceivedData()
DRequestMessage.h40 CRequestMessage(const std::string& strCommand);
44 void setCommand(const std::string& strCommand);