Searched refs:GetCommandSet (Results 1 – 2 of 2) sorted by relevance
1581 if (gHandlers[i].cmdSet == request->GetCommandSet() && in GetCommandName()1621 if (request->GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()1654 if (gHandlers[i].cmdSet == request->GetCommandSet() && in ProcessRequest()1673 if (result == ERR_NONE && IsInvokeCommand(request->GetCommandSet(), request->GetCommand())) { in ProcessRequest()1705 if (request->GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
477 uint8_t GetCommandSet() { return command_set_; } in GetCommandSet() function