Searched refs:stdoutStr (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderUtilsHostTest.cpp | 37 EXPECT_EQ(result->stdoutStr, "foo\n"); in TEST() 54 << "ms: GOT PARTIAL COMMAND RESULT:" << commandResult.stdoutStr << std::endl; in TEST() 55 return android::base::EndsWith(commandResult.stdoutStr, "\n"); in TEST() 63 EXPECT_EQ(result->stdoutStr, "foo\n"); in TEST() 79 << "ms: GOT PARTIAL COMMAND RESULT:" << commandResult.stdoutStr << std::endl; in TEST() 80 return android::base::EndsWith(commandResult.stdoutStr, "\n"); in TEST() 88 EXPECT_EQ(result->stdoutStr, "foo\n"); in TEST()
|
D | binderHostDeviceTest.cpp | 80 auto debuggableBool = ParseBool(Trim(debuggableResult->stdoutStr)); in SetUp() 81 ASSERT_NE(ParseBoolResult::kError, debuggableBool) << Trim(debuggableResult->stdoutStr); in SetUp() 83 GTEST_SKIP() << "ro.debuggable=" << Trim(debuggableResult->stdoutStr); in SetUp()
|
/frameworks/native/libs/binder/ |
D | UtilsHost.h | 48 std::string stdoutStr; member 60 std::swap(stdoutStr, other.stdoutStr); 68 return !stdoutStr.empty() && stdoutStr.back() == '\n'; in stdoutEndsWithNewLine()
|
D | ServiceManagerHost.cpp | 82 unsigned int hostPort = parsePortNumber(result->stdoutStr, "host port"); in forward() 150 unsigned int devicePort = parsePortNumber(result->stdoutStr, "device port"); in getDeviceService()
|
D | UtilsHost.cpp | 71 return os << ", stdout=" << res.stdoutStr << ", stderr=" << res.stderrStr; in operator <<() 160 if (!handlePoll(&ret.outPipe, outPollFd, &ret.stdoutStr)) { in execute()
|