Searched refs:LoadFile (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | Power.cpp | 25 SPUtils::LoadFile(currentNowPath, currentNow); in ItemData() 27 SPUtils::LoadFile(voltageNowPath, voltageNow); in ItemData()
|
| D | Temperature.cpp | 46 SPUtils::LoadFile(dirType, type); in ItemData() 47 SPUtils::LoadFile(dirTemp, temp); in ItemData()
|
| D | sp_utils.cpp | 56 bool SPUtils::LoadFile(const std::string &filePath, std::string &content) in LoadFile() function in OHOS::SmartPerf::SPUtils 288 LoadFile(policyFiles[i] + "/affected_cpus", cpus); in GetCpuInfo() 290 LoadFile(policyFiles[i] + "/cpuinfo_max_freq", max); in GetCpuInfo() 292 LoadFile(policyFiles[i] + "/cpuinfo_min_freq", min); in GetCpuInfo() 310 SPUtils::LoadFile(path + "/max_freq", max); in GetGpuInfo() 312 SPUtils::LoadFile(path + "/min_freq", min); in GetGpuInfo()
|
| D | DDR.cpp | 29 SPUtils::LoadFile(ddrCurFreqPath, ddrfreq); in GetDdrFreq()
|
| /developtools/integration_verification/tools/fotff/utils/ |
| D | runtime.go | 38 runtimeCache.LoadFile(filepath.Join(runtimeDir, "fotff.cache"))
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | sp_utils.h | 50 bool LoadFile(const std::string &filePath, std::string &content);
|