#include <message_processor_report.h>
|
| MessageProcessorReport (std::shared_ptr< Logger > const &log, std::shared_ptr< time::TimeSource > const &time_source) |
|
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) |
|
void | sent_event (void const *mediator, MirSurfaceEvent const &event) |
|
| ~MessageProcessorReport () noexcept(true) |
|
| MessageProcessorReport () |
|
mir::logging::MessageProcessorReport::MessageProcessorReport |
( |
std::shared_ptr< Logger > const & |
log, |
|
|
std::shared_ptr< time::TimeSource > const & |
time_source |
|
) |
| |
mir::logging::MessageProcessorReport::~MessageProcessorReport |
( |
) | |
|
|
virtualnoexcept |
void mir::logging::MessageProcessorReport::completed_invocation |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
bool |
result |
|
) |
| |
|
virtual |
void mir::logging::MessageProcessorReport::exception_handled |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
std::exception const & |
error |
|
) |
| |
|
virtual |
void mir::logging::MessageProcessorReport::exception_handled |
( |
void const * |
mediator, |
|
|
std::exception const & |
error |
|
) |
| |
|
virtual |
void mir::logging::MessageProcessorReport::received_invocation |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
std::string const & |
method |
|
) |
| |
|
virtual |
void mir::logging::MessageProcessorReport::sent_event |
( |
void const * |
mediator, |
|
|
MirSurfaceEvent const & |
event |
|
) |
| |
|
virtual |
void mir::logging::MessageProcessorReport::unknown_method |
( |
void const * |
mediator, |
|
|
int |
id, |
|
|
std::string const & |
method |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013