Searched refs:disable_shell_protocol (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/client/ |
D | bugreport.cpp | 290 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand() argument 292 return send_shell_command(command, disable_shell_protocol, callback); in SendShellCommand()
|
D | bugreport.h | 38 const std::string& command, bool disable_shell_protocol,
|
D | commandline.h | 109 const std::string& command, bool disable_shell_protocol = false,
|
D | commandline.cpp | 1159 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() argument 1169 if (!disable_shell_protocol) { in send_shell_command()
|
/packages/modules/adb/ |
D | bugreport_test.cpp | 54 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,
|