#include <message_processor_report.h>
|
| MessageProcessorReport (std::shared_ptr< mir::logging::Logger > const &log, std::shared_ptr< time::Clock > const &clock) |
|
void | received_invocation (void const *mediator, int id, std::string const &method) |
|
void | completed_invocation (void const *mediator, int id, bool result) |
|
void | unknown_method (void const *mediator, int id, std::string const &method) |
|
void | exception_handled (void const *mediator, int id, std::exception const &error) |
|
void | exception_handled (void const *mediator, std::exception const &error) |
|
| ~MessageProcessorReport () noexcept(true) |
|
| MessageProcessorReport () |
|
mir::report::logging::MessageProcessorReport::MessageProcessorReport |
( |
std::shared_ptr< mir::logging::Logger > const & |
log, |
|
|
std::shared_ptr< time::Clock > const & |
clock |
|
) |
| |
mir::report::logging::MessageProcessorReport::~MessageProcessorReport |
( |
| ) |
|
|
virtualnoexcept |
void mir::report::logging::MessageProcessorReport::completed_invocation |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
bool |
result |
|
) |
| |
|
virtual |
void mir::report::logging::MessageProcessorReport::exception_handled |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
std::exception const & |
error |
|
) |
| |
|
virtual |
void mir::report::logging::MessageProcessorReport::exception_handled |
( |
void const * |
mediator, |
|
|
std::exception const & |
error |
|
) |
| |
|
virtual |
void mir::report::logging::MessageProcessorReport::received_invocation |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
std::string const & |
method |
|
) |
| |
|
virtual |
void mir::report::logging::MessageProcessorReport::unknown_method |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
std::string const & |
method |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file:
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015