Home
last modified time | relevance | path

Searched refs:disable_shell_protocol (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/client/
Dbugreport.h38 const std::string& command, bool disable_shell_protocol,
Dbugreport.cpp280 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand() argument
282 return send_shell_command(command, disable_shell_protocol, callback); in SendShellCommand()
Dcommandline.h109 const std::string& command, bool disable_shell_protocol = false,
Dcommandline.cpp1158 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() argument
1168 if (!disable_shell_protocol) { in send_shell_command()
/system/core/adb/
Dbugreport_test.cpp54 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() argument
121 MOCK_METHOD3(SendShellCommand, int(const std::string& command, bool disable_shell_protocol,