class EchoClientApp
Defined at line 30 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
Public Methods
void EchoClientApp ()
Defined at line 32 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoMinimal> EchoMinimal (::fidl::StringView forward_to_server)
Half the methods are testing the managed flavor; the other half are testing caller-allocate.
Defined at line 38 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoMinimalWithError> EchoMinimalWithError (::fidl::StringView forward_to_server, wire::RespondWith result_variant)
Defined at line 42 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::Status EchoMinimalNoRetVal (::fidl::StringView forward_to_server, fidl::WireSyncEventHandler<Echo> & event_handler)
Defined at line 47 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoStruct> EchoStruct (wire::Struct value, ::fidl::StringView forward_to_server)
Defined at line 56 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoNamedStruct> EchoNamedStruct (fidl_test_imported::wire::SimpleStruct value, ::fidl::StringView forward_to_server)
Defined at line 61 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoNamedStructWithError> EchoNamedStructWithError (fidl_test_imported::wire::SimpleStruct value, uint32_t err, ::fidl::StringView forward_to_server, fidl_test_imported::wire::WantResponse result_variant)
Defined at line 66 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoClientApp (EventProxy * event_handler)
Defined at line 71 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::Status EchoNamedStructNoRetVal (fidl_test_imported::wire::SimpleStruct value, ::fidl::StringView forward_to_server, fidl::WireSyncEventHandler<Echo> & event_handler)
Defined at line 73 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void ~EchoClientApp ()
Defined at line 78 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoMinimal (::std::string forward_to_server, fidl::ClientCallback<Echo::EchoMinimal> callback)
Defined at line 80 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoStructWithError> EchoStructWithError (wire::Struct value, wire::DefaultEnum err, ::fidl::StringView forward_to_server, wire::RespondWith result_variant)
Defined at line 83 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoMinimalWithError (::std::string forward_to_server, RespondWith result_variant, fidl::ClientCallback<Echo::EchoMinimalWithError> callback)
Defined at line 85 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::Status EchoStructNoRetVal (wire::Struct value, ::fidl::StringView forward_to_server, fidl::WireSyncEventHandler<Echo> & event_handler)
Defined at line 90 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
zx_status_t EchoMinimalNoRetVal (::std::string forward_to_server)
Defined at line 93 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireUnownedResult<Echo::EchoArrays> EchoArrays (::fidl::BufferSpan buffer, wire::ArraysStruct value, ::fidl::StringView forward_to_server)
Defined at line 99 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoStruct (Struct value, ::std::string forward_to_server, fidl::ClientCallback<Echo::EchoStruct> callback)
Defined at line 101 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoArraysWithError> EchoArraysWithError (wire::ArraysStruct value, wire::DefaultEnum err, ::fidl::StringView forward_to_server, wire::RespondWith result_variant)
Defined at line 105 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoStructWithError (Struct value, DefaultEnum err, ::std::string forward_to_server, RespondWith result_variant, fidl::ClientCallback<Echo::EchoStructWithError> callback)
Defined at line 107 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoVectors> EchoVectors (wire::VectorsStruct value, ::fidl::StringView forward_to_server)
Defined at line 112 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
zx_status_t EchoStructNoRetVal (Struct value, ::std::string forward_to_server)
Defined at line 116 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoVectorsWithError> EchoVectorsWithError (wire::VectorsStruct value, wire::DefaultEnum err, ::fidl::StringView forward_to_server, wire::RespondWith result_variant)
Defined at line 117 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireUnownedResult<Echo::EchoTable> EchoTable (::fidl::BufferSpan buffer, wire::AllTypesTable value, ::fidl::StringView forward_to_server)
Defined at line 124 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoNamedStruct (fidl_test_imported::SimpleStruct value, ::std::string forward_to_server, fidl::ClientCallback<Echo::EchoNamedStruct> callback)
Defined at line 125 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireUnownedResult<Echo::EchoTableWithError> EchoTableWithError (::fidl::BufferSpan buffer, wire::AllTypesTable value, wire::DefaultEnum err, ::fidl::StringView forward_to_server, wire::RespondWith result_variant)
Defined at line 130 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoNamedStructWithError (fidl_test_imported::SimpleStruct value, uint32_t err, ::std::string forward_to_server, fidl_test_imported::WantResponse result_variant, fidl::ClientCallback<Echo::EchoNamedStructWithError> callback)
Defined at line 133 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoXunions> EchoXunions (::fidl::VectorView<wire::AllTypesXunion> value, ::fidl::StringView forward_to_server)
Defined at line 137 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoXunionsWithError> EchoXunionsWithError (::fidl::VectorView<wire::AllTypesXunion> value, wire::DefaultEnum err, ::fidl::StringView forward_to_server, wire::RespondWith result_variant)
Defined at line 142 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
zx_status_t EchoNamedStructNoRetVal (fidl_test_imported::SimpleStruct value, ::std::string forward_to_server)
Defined at line 143 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoTablePayload> EchoTablePayload (fidl_test_compatibility::wire::RequestTable payload)
Defined at line 149 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoArrays (ArraysStruct value, ::std::string forward_to_server, fidl::ClientCallback<Echo::EchoArrays> callback)
Defined at line 153 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoTablePayloadWithError> EchoTablePayloadWithError (fidl_test_compatibility::wire::EchoEchoTablePayloadWithErrorRequest payload)
Defined at line 154 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoArraysWithError (ArraysStruct value, DefaultEnum err, ::std::string forward_to_server, RespondWith result_variant, fidl::ClientCallback<Echo::EchoArraysWithError> callback)
Defined at line 159 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::Status EchoTablePayloadNoRetVal (fidl_test_compatibility::wire::RequestTable payload, fidl::WireSyncEventHandler<Echo> & event_handler)
Defined at line 159 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
fidl::WireResult<Echo::EchoTableRequestComposed> EchoTableRequestComposed (::fidl_test_imported::wire::ComposedEchoTableRequestComposedRequest payload)
Defined at line 168 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoVectors (VectorsStruct value, ::std::string forward_to_server, fidl::ClientCallback<Echo::EchoVectors> callback)
Defined at line 168 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoUnionPayload> EchoUnionPayload (fidl_test_compatibility::wire::RequestUnion payload)
Defined at line 173 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoVectorsWithError (VectorsStruct value, DefaultEnum err, ::std::string forward_to_server, RespondWith result_variant, fidl::ClientCallback<Echo::EchoVectorsWithError> callback)
Defined at line 174 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoUnionPayloadWithError> EchoUnionPayloadWithError (fidl_test_compatibility::wire::EchoEchoUnionPayloadWithErrorRequest payload)
Defined at line 178 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoTable (AllTypesTable value, ::std::string forward_to_server, fidl::ClientCallback<Echo::EchoTable> callback)
Defined at line 183 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::Status EchoUnionPayloadNoRetVal (fidl_test_compatibility::wire::RequestUnion payload, fidl::WireSyncEventHandler<Echo> & event_handler)
Defined at line 183 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoTableWithError (AllTypesTable value, DefaultEnum err, ::std::string forward_to_server, RespondWith result_variant, fidl::ClientCallback<Echo::EchoTableWithError> callback)
Defined at line 189 of file ../../src/tests/fidl/compatibility/cpp/main.cc
fidl::WireResult<Echo::EchoUnionResponseWithErrorComposed> EchoUnionResponseWithErrorComposed (int64_t value, bool want_absolute_value, ::fidl::StringView forward_to_server, uint32_t result_err, fidl_test_imported::wire::WantResponse result_variant)
Defined at line 192 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoXunions (::std::vector<AllTypesXunion> value, ::std::string forward_to_server, fidl::ClientCallback<Echo::EchoXunions> callback)
Defined at line 198 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoClientApp (const EchoClientApp & )
Defined at line 199 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
EchoClientApp & operator= (const EchoClientApp & )
Defined at line 200 of file ../../src/tests/fidl/compatibility/llcpp/main.cc
void EchoXunionsWithError (::std::vector<AllTypesXunion> value, DefaultEnum err, ::std::string forward_to_server, RespondWith result_variant, fidl::ClientCallback<Echo::EchoXunionsWithError> callback)
Defined at line 204 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoTablePayload (fidl_test_compatibility::RequestTable payload, fidl::ClientCallback<Echo::EchoTablePayload> callback)
Defined at line 213 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoTablePayloadWithError (fidl_test_compatibility::EchoEchoTablePayloadWithErrorRequest payload, fidl::ClientCallback<Echo::EchoTablePayloadWithError> callback)
Defined at line 218 of file ../../src/tests/fidl/compatibility/cpp/main.cc
zx_status_t EchoTablePayloadNoRetVal (fidl_test_compatibility::RequestTable payload)
Defined at line 224 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoTableRequestComposed (::fidl_test_imported::ComposedEchoTableRequestComposedRequest payload, fidl::ClientCallback<Echo::EchoTableRequestComposed> callback)
Defined at line 232 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoUnionPayload (fidl_test_compatibility::RequestUnion payload, fidl::ClientCallback<Echo::EchoUnionPayload> callback)
Defined at line 238 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoUnionPayloadWithError (fidl_test_compatibility::EchoEchoUnionPayloadWithErrorRequest payload, fidl::ClientCallback<Echo::EchoUnionPayloadWithError> callback)
Defined at line 243 of file ../../src/tests/fidl/compatibility/cpp/main.cc
void EchoUnionResponseWithErrorComposed (int64_t value, bool want_absolute_value, ::std::string forward_to_server, uint32_t result_err, fidl_test_imported::WantResponse result_variant, fidl::ClientCallback<Echo::EchoUnionResponseWithErrorComposed> callback)
Defined at line 250 of file ../../src/tests/fidl/compatibility/cpp/main.cc
zx_status_t EchoUnionPayloadNoRetVal (fidl_test_compatibility::RequestUnion payload)
Defined at line 262 of file ../../src/tests/fidl/compatibility/cpp/main.cc