Searched refs:supervisor (Results 1 – 5 of 5) sorted by relevance
210 auto supervisor = SchedController::GetInstance().GetSupervisor(); in DumpProcessRunningLock() local211 if (supervisor == nullptr) { in DumpProcessRunningLock()216 std::map<int32_t, std::shared_ptr<Application>> uidMap = supervisor->GetUidsMap(); in DumpProcessRunningLock()239 auto supervisor = SchedController::GetInstance().GetSupervisor(); in DumpProcessWindowInfo() local240 if (supervisor == nullptr) { in DumpProcessWindowInfo()245 std::map<int32_t, std::shared_ptr<Application>> uidMap = supervisor->GetUidsMap(); in DumpProcessWindowInfo()276 auto supervisor = SchedController::GetInstance().GetSupervisor(); in DumpProcessEventState() local277 if (supervisor == nullptr) { in DumpProcessEventState()282 std::map<int32_t, std::shared_ptr<Application>> uidMap = supervisor->GetUidsMap(); in DumpProcessEventState()
497 auto supervisor = SchedController::GetInstance().GetSupervisor(); in GetAllMmiStatusData() local498 if (supervisor == nullptr) { in GetAllMmiStatusData()511 auto app = supervisor->GetAppRecord(uid); in GetAllMmiStatusData()
36 "sched_controller/supervisor.cpp",
35 void SetSupervisor(std::shared_ptr<Supervisor> supervisor);
123 void CgroupEventHandler::SetSupervisor(std::shared_ptr<Supervisor> supervisor) in SetSupervisor() argument125 supervisor_ = supervisor; in SetSupervisor()