Searched refs:SendShellCommand (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | bugreport_test.cpp | 121 MOCK_METHOD3(SendShellCommand, int(const std::string& command, bool disable_shell_protocol, 138 EXPECT_CALL(br_, SendShellCommand("bugreportz -v", false, _)) in ExpectBugreportzVersion() 161 EXPECT_CALL(br_, SendShellCommand("bugreportz -v", false, _)) in TEST_F() 169 EXPECT_CALL(br_, SendShellCommand("bugreport", false, _)) in TEST_F() 184 EXPECT_CALL(br_, SendShellCommand("bugreportz", false, _)) in TEST_F() 202 EXPECT_CALL(br_, SendShellCommand("bugreportz -p", false, _)) in TEST_F() 218 EXPECT_CALL(br_, SendShellCommand("bugreportz", false, _)) in TEST_F() 233 EXPECT_CALL(br_, SendShellCommand("bugreportz", false, _)) in TEST_F() 253 EXPECT_CALL(br_, SendShellCommand("bugreportz -p", false, _)) in TEST_F() 288 EXPECT_CALL(br_, SendShellCommand("bugreportz -p", false, _)) in TEST_F() [all …]
|
/system/core/adb/client/ |
D | bugreport.cpp | 205 int status = SendShellCommand("bugreportz -v", false, &version_callback); in DoIt() 218 return SendShellCommand("bugreport", false); in DoIt() 269 return SendShellCommand(bugz_command, false, &bugz_callback); in DoIt() 278 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand() function in Bugreport
|
D | bugreport.h | 37 virtual int SendShellCommand(
|