Home
last modified time | relevance | path

Searched refs:GetMaxLen (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.cpp120 MsgBufMap msg_key(msg_buf->GetMaxLen()); in FreeMsgBuf()
126 MTLOG_ERROR("MsgBuffPoll find no queue, maybe error: %d", msg_buf->GetMaxLen()); in FreeMsgBuf()
H A Dmt_mbuf_pool.h95 int GetMaxLen() { in GetMaxLen() function
H A Dmt_action.cpp147 int msg_len = msg_buff->GetMaxLen(); in DoEncode()
H A Dmt_connection.cpp155 int ret = ff_hook_recvfrom(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMaxLen(), in RecvData()
329 int max_len = _msg_buff->GetMaxLen(); in RecvData()
H A Dmt_notify.cpp150 ret = ff_hook_recvfrom(osfd, buff, _msg_buff->GetMaxLen(), in InputNotify()