Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h478 uint8_t GetCommand() { return command_; } in GetCommand() function
Djdwp_handler.cc1582 gHandlers[i].cmd == request->GetCommand()) { in GetCommandName()
1655 gHandlers[i].cmd == request->GetCommand() && in ProcessRequest()
1673 if (result == ERR_NONE && IsInvokeCommand(request->GetCommandSet(), request->GetCommand())) { in ProcessRequest()