Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_action.h82 _buff_size = buff_size; in SetMsgBuffSize()
86 return (_buff_size > 0) ? _buff_size : 65535; in GetMsgBuffSize()
185 int _buff_size; variable
H A Dmt_notify.h80 _buff_size = 0; in ISessionNtfy()
95 _buff_size = buff_size; in SetMsgBuffSize()
99 return (_buff_size > 0) ? _buff_size : 65535; in GetMsgBuffSize()
111 int _buff_size; variable
H A Dmt_action.cpp36 _buff_size = 0; in Init()