Home
last modified time | relevance | path

Searched refs:ReadShellProtocol (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/daemon/
Dshell_service_test.cpp110 EXPECT_EQ(24, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
124 EXPECT_EQ(50, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
149 EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
172 EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
184 EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
196 EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
245 EXPECT_EQ(1, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F()
/packages/modules/adb/test_utils/
Dtest_utils.h33 int ReadShellProtocol(android::base::borrowed_fd fd, std::string* std_out, std::string* std_err);
Dtest_utils.cpp47 int ReadShellProtocol(android::base::borrowed_fd fd, std::string* std_out, std::string* std_err) { in ReadShellProtocol() function