Searched refs:abnormalList (Results 1 – 2 of 2) sorted by relevance
231 std::list<wptr<MonitorServerObject>> &abnormalList) in ObjCtrl() argument239 for (auto objIt = abnormalList.begin(); objIt != abnormalList.end(); objIt++) { in ObjCtrl()281 std::list<wptr<MonitorServerObject>> abnormalList; in MonitorThread() local320 (void)GetObjListByPid(it->first, abnormalList); in MonitorThread()326 (void)ObjCtrl(recoveryList, abnormalList); in MonitorThread()
49 std::list<wptr<MonitorServerObject>> &abnormalList);