Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.cpp636 this->_state_flags |= STATE_IN_SESSION; in RegistSession()
642 if (this->_state_flags & STATE_IN_SESSION) in UnRegistSession()
645 this->_state_flags &= ~STATE_IN_SESSION; in UnRegistSession()
H A Dmt_net.h124 STATE_IN_SESSION = 0x1, enumerator