Searched refs:disable_shell_protocol (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/client/ |
D | bugreport.h | 38 const std::string& command, bool disable_shell_protocol,
|
D | bugreport.cpp | 280 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()
|
D | commandline.h | 109 const std::string& command, bool disable_shell_protocol = false,
|
D | commandline.cpp | 1158 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/ |
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,
|