Home
last modified time | relevance | path

Searched refs:Supervisor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dsupervisor.cpp198 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 …]
H A Dsched_controller.cpp214 supervisor_ = std::make_shared<Supervisor>(); in InitSupervisor()
H A Dcgroup_event_handler.cpp123 void CgroupEventHandler::SetSupervisor(std::shared_ptr<Supervisor> supervisor) in SetSupervisor()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsched_controller.h36 class Supervisor; variable
69 const inline std::shared_ptr<Supervisor> GetSupervisor() const in GetSupervisor()
84 std::shared_ptr<Supervisor> supervisor_;
H A Dcgroup_event_handler.h35 void SetSupervisor(std::shared_ptr<Supervisor> supervisor);
87 std::shared_ptr<Supervisor> supervisor_;
H A Dsupervisor.h193 class Supervisor {
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/
H A Dcgroupsched_fuzzer.cpp54 std::shared_ptr<Supervisor> g_supervisor = std::make_shared<Supervisor>();