Home
last modified time | relevance | path

Searched refs:GetMsgLen (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.cpp123 int ret = ff_hook_sendto(_osfd, _msg_buff->GetMsgBuff(), _msg_buff->GetMsgLen(), 0, in SendData()
289 int msg_len = _msg_buff->GetMsgLen(); in SendData()
644 …int ret = ff_hook_sendto(_ntfy_obj->GetOsfd(), _msg_buff->GetMsgBuff(), _msg_buff->GetMsgLen(), 0, in SendData()
678 int msg_len = _msg_buff->GetMsgLen(); in RecvData()
H A Dmt_mbuf_pool.h91 int GetMsgLen() { in GetMsgLen() function
H A Dmt_action.cpp192 int ret = this->HandleProcess(msg_buff->GetMsgBuff(), msg_buff->GetMsgLen(), _msg); in DoProcess()