Searched refs:GetCommand (Results 1 – 2 of 2) sorted by relevance
442 uint8_t GetCommand() { return command_; } in GetCommand() function
1631 … if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand()) { in GetCommandName()1699 …if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand() && … in ProcessRequest()