Searched refs:SendShellCommand (Results 1 – 3 of 3) sorted by relevance
/packages/modules/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 …]
|
/packages/modules/adb/client/ |
D | bugreport.cpp | 207 int status = SendShellCommand("bugreportz -v", false, &version_callback); in DoIt() 221 return SendShellCommand("bugreport", false); in DoIt() 248 return SendShellCommand("bugreportz -s", false); in DoIt() 281 return SendShellCommand(bugz_command, false, &bugz_callback); in DoIt() 290 int Bugreport::SendShellCommand(const std::string& command, bool disable_shell_protocol, in SendShellCommand() function in Bugreport
|
D | bugreport.h | 37 virtual int SendShellCommand(
|