HomeSort by relevance Sort by last modified time
    Searched refs:pipe1_ (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/system/
message_pipe_unittest.cc 26 CHECK_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &pipe0_, &pipe1_));
32 if (pipe1_ != MOJO_HANDLE_INVALID)
33 CHECK_EQ(MOJO_RESULT_OK, MojoClose(pipe1_));
52 MojoHandle pipe0_, pipe1_; member in class:mojo::edk::__anon25156::MessagePipeTest
95 ASSERT_EQ(MOJO_RESULT_SHOULD_WAIT, ReadMessage(pipe1_, buffer, &buffer_size));
100 ASSERT_EQ(MOJO_RESULT_OK, WriteMessage(pipe1_, buffer, sizeof(buffer[0])));
127 ASSERT_EQ(MOJO_RESULT_OK, MojoWait(pipe1_, MOJO_HANDLE_SIGNAL_READABLE,
134 ReadMessage(pipe1_, nullptr, &buffer_size));
143 ReadMessage(pipe1_, buffer, &buffer_size));
152 ASSERT_EQ(MOJO_RESULT_OK, ReadMessage(pipe1_, buffer, &buffer_size))
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 94 CreateMessagePipe(nullptr, &pipe0, &pipe1_);
95 EXPECT_TRUE(WriteTextMessage(pipe1_.get(), text2));
150 ScopedMessagePipeHandle pipe1_; member in class:mojo::test::__anon25199::SampleFactoryImpl

Completed in 262 milliseconds