Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_action.h174 virtual int HandleError(int err, IMtMsg* msg){return 0;}; in HandleError() function
H A Dmt_action.cpp205 return this->HandleError((int)_errno, _msg); in DoError()