Home
last modified time | relevance | path

Searched refs:GetProcessFilePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/unittest/
H A Dressched_utils_test.cpp84 …std::string path = ResSchedUtils::GetInstance().GetProcessFilePath(20150111, "com.example.myapplic…
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/
H A Dressched_utils.h38 std::string GetProcessFilePath(int32_t uid, std::string bundleName, int32_t pid);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp166 std::string ResSchedUtils::GetProcessFilePath(int32_t uid, std::string bundleName, int32_t pid) in GetProcessFilePath() function in OHOS::ResourceSchedule::ResSchedUtils
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_adjuster.cpp63 …std::string filePath = ResSchedUtils::GetInstance().GetProcessFilePath(app.GetUid(), app.GetName()… in AdjustForkProcessGroup()