Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h442 uint8_t GetCommand() { return command_; } in GetCommand() function
Djdwp_handler.cc1631 … 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()