Home
last modified time | relevance | path

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

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