MCPcopy Create free account
hub / github.com/F-Stack/f-stack / StartTimer

Method StartTimer

adapter/micro_thread/mt_net.cpp:1500–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498}
1499
1500void CDestLinks::StartTimer()
1501{
1502 CTimerMng* timer = MtFrame::Instance()->GetTimerMng();
1503 if ((NULL == timer) || !timer->start_timer(this, 60*1000))
1504 {
1505 MTLOG_ERROR("obj %p attach timer failed, error", this);
1506 }
1507}
1508
1509void CDestLinks::FreeSockLink(CSockLink* sock)
1510{

Callers 2

timer_notifyMethod · 0.95
FindCreateDestMethod · 0.80

Calls 2

GetTimerMngMethod · 0.80
start_timerMethod · 0.80

Tested by

no test coverage detected