Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp216 std::map<int32_t, std::shared_ptr<Application>> uidMap = supervisor->GetUidsMap(); in DumpProcessRunningLock()
245 std::map<int32_t, std::shared_ptr<Application>> uidMap = supervisor->GetUidsMap(); in DumpProcessWindowInfo()
282 std::map<int32_t, std::shared_ptr<Application>> uidMap = supervisor->GetUidsMap(); in DumpProcessEventState()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsupervisor.h212 inline std::map<int32_t, std::shared_ptr<Application>> GetUidsMap() const in GetUidsMap() function