Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRequestMessage.cpp41 CRequestMessage::CRequestMessage(const string &strCommand) in CRequestMessage() argument
42 : base(MsgType::ECommandRequest), _strCommand(strCommand) in CRequestMessage()
51 void CRequestMessage::setCommand(const string &strCommand) in setCommand() argument
53 _strCommand = trim(strCommand); in setCommand()
127 string strCommand; in collectReceivedData() local
129 readString(strCommand); in collectReceivedData()
131 setCommand(strCommand); in collectReceivedData()
DRequestMessage.h42 CRequestMessage(const std::string &strCommand);
46 void setCommand(const std::string &strCommand);