| 207 | } |
| 208 | |
| 209 | void RdApplication::InitAppTimer() { |
| 210 | app_timer_ = std::make_shared<AppTimer>(context_); |
| 211 | app_timer_->StartTimers(); |
| 212 | } |
| 213 | |
| 214 | void RdApplication::InitMessages() { |
| 215 | msg_listener_->Listen<MsgBeforeInject>([=, this](const MsgBeforeInject& msg) { |
nothing calls this directly
no test coverage detected