[zx] Transition zx::channel::read and zx::channel::read_etc (part 2)
Transitions callers of zx::channel::read and zx::channel::read_etc to a corrected argument order. The first step happened in a previous commit which temporarily added method names during the transition, zx::channel::rea2 and zx::channel::rea2_etc to reflect the new argument ordering. This commit renames rea2 callers back to read, and changes the class method definitions to the corrected order. Test: CQ. Bug: ZX-2812 Change-Id: I1ee9067d6a3507c18674d3e60b546882fcbd81f0
Showing
- garnet/bin/appmgr/util_unittest.cc 2 additions, 2 deletionsgarnet/bin/appmgr/util_unittest.cc
- garnet/bin/fidl_compatibility_test/compatibility_test_server_llcpp.cc 1 addition, 1 deletion...idl_compatibility_test/compatibility_test_server_llcpp.cc
- garnet/bin/guest/vmm/device/virtio_wl.cc 2 additions, 2 deletionsgarnet/bin/guest/vmm/device/virtio_wl.cc
- garnet/bin/guest/vmm/virtio_vsock.cc 1 addition, 1 deletiongarnet/bin/guest/vmm/virtio_vsock.cc
- garnet/bin/guest/vmm/virtio_vsock_unittest.cc 1 addition, 1 deletiongarnet/bin/guest/vmm/virtio_vsock_unittest.cc
- garnet/bin/zircon_benchmarks/channels.cc 2 additions, 2 deletionsgarnet/bin/zircon_benchmarks/channels.cc
- garnet/lib/debugger_utils/processes_unittest.cc 2 additions, 2 deletionsgarnet/lib/debugger_utils/processes_unittest.cc
- garnet/lib/debugger_utils/test_helper_fixture.cc 1 addition, 1 deletiongarnet/lib/debugger_utils/test_helper_fixture.cc
- garnet/lib/inferior_control/test_helper.cc 1 addition, 1 deletiongarnet/lib/inferior_control/test_helper.cc
- garnet/lib/magma/src/magma_util/platform/zircon/zircon_platform_connection_client.cc 1 addition, 1 deletion...util/platform/zircon/zircon_platform_connection_client.cc
- garnet/lib/magma/tests/unit_tests/test_inflight_list.cc 1 addition, 1 deletiongarnet/lib/magma/tests/unit_tests/test_inflight_list.cc
- garnet/public/lib/fsl/io/device_watcher.cc 1 addition, 1 deletiongarnet/public/lib/fsl/io/device_watcher.cc
- garnet/public/lib/netconnector/cpp/message_relay.cc 2 additions, 2 deletionsgarnet/public/lib/netconnector/cpp/message_relay.cc
- sdk/lib/fidl/cpp/internal/message_reader_unittest.cc 2 additions, 2 deletionssdk/lib/fidl/cpp/internal/message_reader_unittest.cc
- sdk/lib/svc/dir_unittest.cc 3 additions, 3 deletionssdk/lib/svc/dir_unittest.cc
- src/connectivity/bluetooth/core/bt-host/hci/acl_data_channel.cc 1 addition, 1 deletion...nnectivity/bluetooth/core/bt-host/hci/acl_data_channel.cc
- src/connectivity/bluetooth/core/bt-host/hci/command_channel.cc 1 addition, 1 deletion...onnectivity/bluetooth/core/bt-host/hci/command_channel.cc
- src/connectivity/bluetooth/core/bt-host/testing/fake_controller_base.cc 2 additions, 2 deletions...ty/bluetooth/core/bt-host/testing/fake_controller_base.cc
- src/connectivity/bluetooth/tools/bt-intel-tool/command_channel.cc 1 addition, 1 deletion...ectivity/bluetooth/tools/bt-intel-tool/command_channel.cc
- src/connectivity/wlan/drivers/wlan/device.cpp 1 addition, 1 deletionsrc/connectivity/wlan/drivers/wlan/device.cpp
Loading
Please register or sign in to comment