Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.cpp78 MtMsgBuf* MsgBuffPool::GetMsgBuf(int max_size) in GetMsgBuf() function in MsgBuffPool
91 return msg_map->GetMsgBuf(); in GetMsgBuf()
106 return msg_map->GetMsgBuf(); in GetMsgBuf()
H A Dmt_mbuf_pool.h148 MtMsgBuf* GetMsgBuf(){ in GetMsgBuf() function
198 MtMsgBuf* GetMsgBuf(int max_size);
H A Dmt_action.cpp107 MtMsgBuf* msg_buff = msgmgr->GetMsgBuf(max_len); in InitConnEnv()
H A Dmt_notify.cpp137 _msg_buff = MsgBuffPool::Instance()->GetMsgBuf(this->GetMsgBuffSize()); in InputNotify()