Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRequestMessage.cpp43 : base(MsgType::ECommandRequest), _strCommand(strCommand) in CRequestMessage()
54 _strCommand = trim(strCommand); in setCommand()
59 return _strCommand; in getCommand()
DRequestMessage.h77 std::string _strCommand; variable