Searched refs:GetCommandSet (Results 1 – 2 of 2) sorted by relevance
1547 if (gHandlers[i].cmdSet == request->GetCommandSet() && in GetCommandName()1585 if (request->GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()1618 if (gHandlers[i].cmdSet == request->GetCommandSet() && in ProcessRequest()1637 if (result == ERR_NONE && IsInvokeCommand(request->GetCommandSet(), request->GetCommand())) { in ProcessRequest()1669 if (request->GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
473 uint8_t GetCommandSet() { return command_set_; } in GetCommandSet() function