Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_utils.cpp92 pinfo.ramTotal += pinfo.ramCur; in ParseFile()
142 info.ramAvg = pinfo.ramTotal / pinfo.ramCount; in CalcProcInfoFromFile()
H A Dusb_utils.h30 double ramTotal; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.h41 uint64_t ramTotal = 0u; member
H A Drs_profiler_telemetry.cpp172 GetValue("MemTotal", lines, cpu.ramTotal); in GetCPUMemory()
320 …"\nRAM Total: " + MemoryToString(info.cpu.ramTotal) + "\nRAM Free: " + MemoryToString(info.cpu.ram… in GetDeviceInfoString()