| 43 | } |
| 44 | |
| 45 | bool AFCTimerModule::RemoveTimer(const uint64_t timer_id) |
| 46 | { |
| 47 | return timer_manager_ptr->RemoveTimer(timer_id); |
| 48 | } |
| 49 | |
| 50 | uint64_t AFCTimerModule::AddSingleTimer( |
| 51 | const AFGUID& entity_id, const std::chrono::milliseconds interval, const uint32_t count, TIMER_FUNCTOR&& cb) |
nothing calls this directly
no outgoing calls
no test coverage detected