Home
last modified time | relevance | path

Searched refs:GetSendData (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_net.cpp965 item->GetSendData(buff, buff_len); in SendCacheUdp()
1031 item->GetSendData(buff, buff_len); in SendCacheTcp()
1066 item->GetSendData(buff, buff_len); in SendCacheTcp()
H A Dmt_net.h229 void GetSendData(void*& data, uint32_t& len) { in GetSendData() function