![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Namespaces | |
Classes | |
| class | ExtendedCallback |
| class | FooCallback |
| struct | FooCustom |
| struct | FooEmpty |
| class | FooImplementation |
| struct | FooMessage |
| struct | FooMutable |
| struct | FooStruct |
| class | TestSetup |
| Test setup class creating a two way connection between a ProxyServer<FooInterface> object and a ProxyClient<FooInterface>. More... | |
Enumerations | |
| enum class | FooEnum : uint8_t { ONE = 1 , TWO = 2 } |
Functions | |
| template<typename Output > | |
| void | CustomBuildField (TypeList< FooCustom >, Priority< 1 >, InvokeContext &invoke_context, const FooCustom &value, Output &&output) |
| template<typename Input , typename ReadDest > | |
| decltype(auto) | CustomReadField (TypeList< FooCustom >, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest) |
| KJ_TEST ("Call FooInterface methods") | |
| KJ_TEST ("Call IPC method after client connection is closed") | |
| KJ_TEST ("Calling IPC method after server connection is closed") | |
| KJ_TEST ("Calling IPC method and disconnecting during the call") | |
| KJ_TEST ("Calling IPC method, disconnecting and blocking during the call") | |
| KJ_TEST ("Make simultaneous IPC calls to trigger 'thread busy' error") | |
|
strong |
| void mp::test::CustomBuildField | ( | TypeList< FooCustom > | , |
| Priority< 1 > | , | ||
| InvokeContext & | invoke_context, | ||
| const FooCustom & | value, | ||
| Output && | output | ||
| ) |
| decltype(auto) mp::test::CustomReadField | ( | TypeList< FooCustom > | , |
| Priority< 1 > | , | ||
| InvokeContext & | invoke_context, | ||
| Input && | input, | ||
| ReadDest && | read_dest | ||
| ) |
| mp::test::KJ_TEST | ( | "Call FooInterface methods" | ) |
| mp::test::KJ_TEST | ( | "Call IPC method after client connection is closed" | ) |
| mp::test::KJ_TEST | ( | "Calling IPC method after server connection is closed" | ) |
| mp::test::KJ_TEST | ( | "Calling IPC method and disconnecting during the call" | ) |
| mp::test::KJ_TEST | ( | "Calling IPC | method, |
| disconnecting and blocking during the call" | |||
| ) |