Searched refs:manfid (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/ |
H A D | io_calculator.cpp | 56 std::string filePath = path + "/manfid"; in GetEMMCManfid() 63 int manfid = StringUtil::StrToInt(eMMCManfid); in GetEMMCManfid() local 64 switch (manfid) { in GetEMMCManfid()
|
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | io.h | 64 std::string manfid;
member
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | io_collector_impl.cpp | 366 mmcInfo.manfid = IoCalculator::GetEMMCManfid(path);
in ReadEMMCInfo() 367 if (mmcInfo.manfid.empty()) {
in ReadEMMCInfo() 465 dprintf(fd, "%-15s\t%15s\t%15s\t%15s\t%15s\n", "name", "manfid", "csd", "type", "capacity(GB)");
in ExportEMMCInfo() 467 dprintf(fd, "%-15s\t%-12s\t%-35s\t%-12s\t%12.2f\n", mmcInfo.name.c_str(), mmcInfo.manfid.c_str(),
in ExportEMMCInfo()
|
Completed in 3 milliseconds