#include <fake_binder.h>
Public Member Functions | |
PersistentFakeTransactionReceiver (grpc_core::RefCountedPtr< WireReader > wire_reader_ref, TransactionReceiver::OnTransactCb cb, std::unique_ptr< FakeBinderTunnel > tunnel) | |
absl::Status | Receive (BinderTransportTxCode tx_code, ReadableParcel *parcel) |
Private Attributes | |
TransactionReceiver::OnTransactCb | callback_ |
std::unique_ptr< FakeBinderTunnel > | tunnel_ |
grpc_core::RefCountedPtr< WireReader > | wire_reader_ref_ |
Friends | |
class | FakeTransactionReceiver |
Definition at line 178 of file fake_binder.h.
grpc_binder::end2end_testing::PersistentFakeTransactionReceiver::PersistentFakeTransactionReceiver | ( | grpc_core::RefCountedPtr< WireReader > | wire_reader_ref, |
TransactionReceiver::OnTransactCb | cb, | ||
std::unique_ptr< FakeBinderTunnel > | tunnel | ||
) |
Definition at line 143 of file fake_binder.cc.
|
inline |
Definition at line 185 of file fake_binder.h.
|
friend |
Definition at line 195 of file fake_binder.h.
|
private |
Definition at line 192 of file fake_binder.h.
|
private |
Definition at line 193 of file fake_binder.h.
|
private |
Definition at line 191 of file fake_binder.h.