class Channel

Defined at line 66 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

Public Methods

void Channel ()

Defined at line 68 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

void Channel (zx::channel channel)

Defined at line 69 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

zx_status_t wait_for_signal (zx_signals_t signal)

Defined at line 73 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

bool is_signal_present (zx_signals_t signal)

Defined at line 78 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

zx_status_t write (const Message & message)

Defined at line 78 of file ../../src/tests/fidl/dynsuite/channel_util/channel.cc

zx_status_t read_and_check (const ExpectedMessage & expected)

Defined at line 83 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

zx_status_t read_and_check_unknown_txid (const ExpectedMessage & expected, zx_txid_t * out_txid)

Defined at line 87 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

zx::channel & get ()

Defined at line 91 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

void reset ()

Defined at line 92 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h