Searched refs:recoveryList (Results 1 – 2 of 2) sorted by relevance
230 int32_t MonitorServer::ObjCtrl(std::list<wptr<MonitorServerObject>> &recoveryList, in ObjCtrl() argument233 for (auto objIt = recoveryList.begin(); objIt != recoveryList.end(); objIt++) { in ObjCtrl()280 std::list<wptr<MonitorServerObject>> recoveryList; in MonitorThread() local314 (void)GetObjListByPid(it->first, recoveryList); in MonitorThread()326 (void)ObjCtrl(recoveryList, abnormalList); in MonitorThread()
48 int32_t ObjCtrl(std::list<wptr<MonitorServerObject>> &recoveryList,