Home
last modified time | relevance | path

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

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