Home
last modified time | relevance | path

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

/external/parameter-framework/remote-processor/
DRequestMessage.cpp42 CRequestMessage::CRequestMessage(const string& strCommand) : base(ECommandRequest), _strCommand(str… in CRequestMessage()
51 void CRequestMessage::setCommand(const string& strCommand) in setCommand()
125 string strCommand; in collectReceivedData() local