Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_action.cpp140 msg_buff = _conn->GetMtMsgBuff(); in DoEncode()
163 msg_buff = _conn->GetMtMsgBuff(); in DoInput()
185 msg_buff = _conn->GetMtMsgBuff(); in DoProcess()
H A Dmt_connection.h79 MtMsgBuf* GetMtMsgBuff() { in GetMtMsgBuff() function
H A Dmt_notify.cpp207 MtMsgBuf* msg = conn->GetMtMsgBuff(); in InputNotify()