Searched refs:Supervisor (Results 1 – 7 of 7) sorted by relevance
198 std::shared_ptr<Application> Supervisor::GetAppRecord(int32_t uid) in GetAppRecord()207 std::shared_ptr<Application> Supervisor::GetAppRecordNonNull(int32_t uid) in GetAppRecordNonNull()218 std::shared_ptr<ProcessRecord> Supervisor::FindProcessRecord(pid_t pid) in FindProcessRecord()231 void Supervisor::RemoveApplication(int32_t uid) in RemoveApplication()254 void Supervisor::SearchWindowId(std::shared_ptr<Application> &application, in SearchWindowId()269 void Supervisor::SetSystemLoadLevelState(int32_t level) in SetSystemLoadLevelState()274 int32_t Supervisor::GetSystemLoadLevel() in GetSystemLoadLevel()279 void Supervisor::ConnectAppManagerService() in ConnectAppManagerService()287 void Supervisor::ReloadApplication() in ReloadApplication()305 void Supervisor::ReloadChildProcess() in ReloadChildProcess()[all …]
214 supervisor_ = std::make_shared<Supervisor>(); in InitSupervisor()
123 void CgroupEventHandler::SetSupervisor(std::shared_ptr<Supervisor> supervisor) in SetSupervisor()
36 class Supervisor; variable69 const inline std::shared_ptr<Supervisor> GetSupervisor() const in GetSupervisor()84 std::shared_ptr<Supervisor> supervisor_;
35 void SetSupervisor(std::shared_ptr<Supervisor> supervisor);87 std::shared_ptr<Supervisor> supervisor_;
193 class Supervisor {
54 std::shared_ptr<Supervisor> g_supervisor = std::make_shared<Supervisor>();