Home
last modified time | relevance | path

Searched refs:GetCommandSet (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc1581 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()
Djdwp.h477 uint8_t GetCommandSet() { return command_set_; } in GetCommandSet() function