Home
last modified time | relevance | path

Searched refs:ReadNodeWithOnlyNumber (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dgpu_collector_impl.cpp40 gpuFreq.curFeq = CommonUtil::ReadNodeWithOnlyNumber(GPU_CUR_FREQ); in CollectGpuFrequency()
41 gpuFreq.maxFeq = CommonUtil::ReadNodeWithOnlyNumber(GPU_MAX_FREQ); in CollectGpuFrequency()
42 gpuFreq.minFeq = CommonUtil::ReadNodeWithOnlyNumber(GPU_MIN_FREQ); in CollectGpuFrequency()
53 sysGpuLoad.gpuLoad = CommonUtil::ReadNodeWithOnlyNumber(GPU_LOAD); in CollectSysGpuLoad()
H A Dthermal_collector_impl.cpp53 return CommonUtil::ReadNodeWithOnlyNumber(thermalZone + "/temp"); in GetThermalValue()
H A Dcommon_util.cpp133 int32_t CommonUtil::ReadNodeWithOnlyNumber(const std::string& fileName) in ReadNodeWithOnlyNumber() function in OHOS::HiviewDFX::UCollectUtil::CommonUtil
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcommon_util.h49 static int32_t ReadNodeWithOnlyNumber(const std::string& fileName);

Completed in 3 milliseconds