class EchoServerApp

Defined at line 25 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

Public Methods

void EchoServerApp (async::Loop * loop)

Defined at line 27 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void ~EchoServerApp ()

Defined at line 32 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoMinimal (std::string forward_to_server, EchoMinimalCallback callback)

Defined at line 34 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoMinimalWithError (std::string forward_to_server, RespondWith result_variant, EchoMinimalWithErrorCallback callback)

Defined at line 59 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoMinimalNoRetVal (std::string forward_to_server)

Defined at line 93 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoStruct (Struct value, std::string forward_to_server, EchoStructCallback callback)

Defined at line 111 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoStructWithError (Struct value, default_enum err, std::string forward_to_server, RespondWith result_variant, EchoStructWithErrorCallback callback)

Defined at line 137 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoStructNoRetVal (Struct value, std::string forward_to_server)

Defined at line 172 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoArrays (ArraysStruct value, std::string forward_to_server, EchoArraysCallback callback)

Defined at line 194 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoArraysWithError (ArraysStruct value, default_enum err, std::string forward_to_server, RespondWith result_variant, EchoArraysWithErrorCallback callback)

Defined at line 221 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoVectors (VectorsStruct value, std::string forward_to_server, EchoVectorsCallback callback)

Defined at line 256 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoVectorsWithError (VectorsStruct value, default_enum err, std::string forward_to_server, RespondWith result_variant, EchoVectorsWithErrorCallback callback)

Defined at line 283 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoTable (AllTypesTable value, std::string forward_to_server, EchoTableCallback callback)

Defined at line 318 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoTableWithError (AllTypesTable value, default_enum err, std::string forward_to_server, RespondWith result_variant, EchoTableWithErrorCallback callback)

Defined at line 345 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoXunions (std::vector<AllTypesXunion> value, std::string forward_to_server, EchoXunionsCallback callback)

Defined at line 380 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoXunionsWithError (std::vector<AllTypesXunion> value, default_enum err, std::string forward_to_server, RespondWith result_variant, EchoXunionsWithErrorCallback callback)

Defined at line 407 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoNamedStruct (imported::SimpleStruct value, std::string forward_to_server, EchoNamedStructCallback callback)

Defined at line 442 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoNamedStructWithError (imported::SimpleStruct value, uint32_t err, std::string forward_to_server, imported::WantResponse result_variant, EchoNamedStructWithErrorCallback callback)

Defined at line 469 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoNamedStructNoRetVal (imported::SimpleStruct value, std::string forward_to_server)

Defined at line 505 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoTablePayload (RequestTable payload, EchoTablePayloadCallback callback)

Defined at line 528 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoTablePayloadNoRetVal (RequestTable payload)

Defined at line 558 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoTablePayloadWithError (EchoEchoTablePayloadWithErrorRequest payload, EchoTablePayloadWithErrorCallback callback)

Defined at line 582 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoTableRequestComposed (::fidl::test::imported::ComposedEchoTableRequestComposedRequest payload, EchoTableRequestComposedCallback callback)

Defined at line 620 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoUnionPayload (RequestUnion payload, EchoUnionPayloadCallback callback)

Defined at line 651 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoUnionPayloadWithError (EchoEchoUnionPayloadWithErrorRequest payload, EchoUnionPayloadWithErrorCallback callback)

Defined at line 691 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoUnionPayloadNoRetVal (RequestUnion payload)

Defined at line 742 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc

void EchoUnionResponseWithErrorComposed (int64_t value, bool want_absolute_value, std::string forward_to_server, uint32_t err, imported::WantResponse result_variant, EchoUnionResponseWithErrorComposedCallback callback)

Defined at line 776 of file ../../src/tests/fidl/compatibility/hlcpp/main.cc