Home
last modified time | relevance | path

Searched refs:GetSessionId (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_session.h53 int GetSessionId() { in GetSessionId() function
102 int GetSessionId(void) { in GetSessionId() function
H A Dmt_notify.h62 virtual int GetSessionId(void* pkg, int len, int& session) { return 0;}; in GetSessionId() function
121 virtual int GetSessionId(void* pkg, int len, int& session) { return 0;}; in GetSessionId() function
H A Dmt_action.cpp129 this->SetSessionId(sessionmgr->GetSessionId()); in InitConnEnv()
H A Dmt_notify.cpp177 ret = this->GetSessionId(buff, have_rcv_len, sessionid); in InputNotify()