Searched refs:GetConnection (Results 1 – 4 of 4) sorted by relevance
99 _conn = connmgr->GetConnection(conn_obj_type, this->GetMsgDstAddr()); in InitConnEnv()
317 IMtConnection* GetConnection(CONN_OBJ_TYPE type, struct sockaddr_in* dst);
718 IMtConnection* ConnectionMgr::GetConnection(CONN_OBJ_TYPE type, struct sockaddr_in* dst) in GetConnection() function in ConnectionMgr
129 …TcpKeepConn* conn = dynamic_cast<TcpKeepConn*>(ConnectionMgr::Instance()->GetConnection(OBJ_TCP_KE… in mt_tcp_get_keep_conn()