Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_action.h40 enum MULTI_CONNECT enum
105 void SetConnType(MULTI_CONNECT type) { in SetConnType()
109 MULTI_CONNECT GetConnType() { in GetConnType()
181 MULTI_CONNECT _conn_type;
H A Dmt_action.cpp82 MULTI_CONNECT type = this->GetConnType(); in InitConnEnv()