Home
last modified time | relevance | path

Searched refs:GetConnection (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_action.cpp99 _conn = connmgr->GetConnection(conn_obj_type, this->GetMsgDstAddr()); in InitConnEnv()
H A Dmt_connection.h317 IMtConnection* GetConnection(CONN_OBJ_TYPE type, struct sockaddr_in* dst);
H A Dmt_connection.cpp718 IMtConnection* ConnectionMgr::GetConnection(CONN_OBJ_TYPE type, struct sockaddr_in* dst) in GetConnection() function in ConnectionMgr
H A Dmt_api.cpp129 …TcpKeepConn* conn = dynamic_cast<TcpKeepConn*>(ConnectionMgr::Instance()->GetConnection(OBJ_TCP_KE… in mt_tcp_get_keep_conn()