Searched refs:GetProcessFilePath (Results 1 – 4 of 4) sorted by relevance
84 …std::string path = ResSchedUtils::GetInstance().GetProcessFilePath(20150111, "com.example.myapplic…
38 std::string GetProcessFilePath(int32_t uid, std::string bundleName, int32_t pid);
166 std::string ResSchedUtils::GetProcessFilePath(int32_t uid, std::string bundleName, int32_t pid) in GetProcessFilePath() function in OHOS::ResourceSchedule::ResSchedUtils
63 …std::string filePath = ResSchedUtils::GetInstance().GetProcessFilePath(app.GetUid(), app.GetName()… in AdjustForkProcessGroup()