Searched refs:HandleProcess (Results 1 – 3 of 3) sorted by relevance
33 virtual int HandleProcess() { return -1; }; in HandleProcess() function
172 virtual int HandleProcess(void* buf, int len, IMtMsg* msg){return 0;}; in HandleProcess() function
192 int ret = this->HandleProcess(msg_buff->GetMsgBuff(), msg_buff->GetMsgLen(), _msg); in DoProcess()