#include <net_load_tests.h>
|
| | test_levin_commands_handler () |
| |
| virtual int | invoke (int command, const epee::span< const uint8_t > in_buff, std::string &buff_out, test_connection_context &context) |
| |
| virtual int | notify (int command, const epee::span< const uint8_t > in_buff, test_connection_context &context) |
| |
| virtual void | callback (test_connection_context &context) |
| |
| virtual void | on_connection_new (test_connection_context &context) |
| |
| virtual void | on_connection_close (test_connection_context &context) |
| |
| size_t | new_connection_counter () const |
| |
| size_t | close_connection_counter () const |
| |
Public Member Functions inherited from epee::levin::levin_commands_handler< test_connection_context > |
| virtual int | invoke (int command, const epee::span< const uint8_t > in_buff, std::string &buff_out, test_connection_context &context)=0 |
| |
| virtual int | notify (int command, const epee::span< const uint8_t > in_buff, test_connection_context &context)=0 |
| |
| virtual void | callback (test_connection_context &context) |
| |
| virtual void | on_connection_new (test_connection_context &context) |
| |
| virtual void | on_connection_close (test_connection_context &context) |
| |
| virtual | ~levin_commands_handler () |
| |
Definition at line 59 of file net_load_tests.h.
◆ test_levin_commands_handler()
| net_load_tests::test_levin_commands_handler::test_levin_commands_handler |
( |
| ) |
|
|
inline |
◆ callback()
◆ close_connection_counter()
| size_t net_load_tests::test_levin_commands_handler::close_connection_counter |
( |
| ) |
const |
|
inline |
Definition at line 110 of file net_load_tests.h.
unit_test::call_counter m_close_connection_counter
size_t get() volatile const
◆ invoke()
◆ new_connection_counter()
| size_t net_load_tests::test_levin_commands_handler::new_connection_counter |
( |
| ) |
const |
|
inline |
Definition at line 109 of file net_load_tests.h.
unit_test::call_counter m_new_connection_counter
size_t get() volatile const
◆ notify()
◆ on_connection_close()
Definition at line 100 of file net_load_tests.h.
unit_test::call_counter m_close_connection_counter
◆ on_connection_new()
Definition at line 94 of file net_load_tests.h.
unit_test::call_counter m_new_connection_counter
◆ m_close_connection_counter
◆ m_new_connection_counter
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/net_load_tests/net_load_tests.h