Searched refs:executeCommand (Results 1 – 4 of 4) 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()
77 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function82 return BaseType2_3::executeCommand(command, length); in executeCommand()
66 bool parsed = executeCommand(command, length); in execute()92 virtual bool executeCommand(IComposerClient::Command command, uint16_t length) { in executeCommand() function