Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/monitor/server/
H A Dmonitor_server.cpp230 int32_t MonitorServer::ObjCtrl(std::list<wptr<MonitorServerObject>> &recoveryList, in ObjCtrl() argument
233 for (auto objIt = recoveryList.begin(); objIt != recoveryList.end(); objIt++) { in ObjCtrl()
280 std::list<wptr<MonitorServerObject>> recoveryList; in MonitorThread() local
314 (void)GetObjListByPid(it->first, recoveryList); in MonitorThread()
326 (void)ObjCtrl(recoveryList, abnormalList); in MonitorThread()
H A Dmonitor_server.h48 int32_t ObjCtrl(std::list<wptr<MonitorServerObject>> &recoveryList,