Searched refs:executeCommand (Results 1 – 3 of 3) sorted by relevance
41 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function48 return BaseType2_1::executeCommand(command, length); in executeCommand()
42 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function49 return BaseType2_2::executeCommand(command, length); in executeCommand()
64 bool parsed = executeCommand(command, length); in execute()90 virtual bool executeCommand(IComposerClient::Command command, uint16_t length) { in executeCommand() function