Home
last modified time | relevance | path

Searched refs:ttyState (Results 1 – 4 of 4) sorted by relevance

/external/nos/test/system-test-harness/src/
Dutil.cc135 if (ttyState()) { in ~TestHarness()
152 bool TestHarness::ttyState() const { in ttyState() function in test_harness::TestHarness
483 while(harness->ttyState()) { in Init()
505 if (!ttyState()) { return false; } in SwitchFromConsoleToProtoApi()
615 if (!ttyState()) { in ReadLineUntilBlock()
660 if (!ttyState()) { in ReadUntil()
707 if (!ttyState()) { in PrintUntilClosed()
715 while (ttyState()) { in PrintUntilClosed()
Dutil.h77 bool ttyState() const;
Dcavptests.cc67 EXPECT_TRUE(harness->ttyState()); in SetUpTestCase()
Druntests.cc84 EXPECT_TRUE(harness->ttyState()); in SetUpTestCase()