Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/
H A Dio_calculator.cpp63 int manfid = StringUtil::StrToInt(eMMCManfid); in GetEMMCManfid() local
64 switch (manfid) { in GetEMMCManfid()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp151 int manfid = std::stoi(str); in ReadMetadata() local
152 switch (manfid) { in ReadMetadata()
171 LOGI("Unknown vendor information: %{public}d", manfid); in ReadMetadata()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h64 std::string manfid; member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp366 mmcInfo.manfid = IoCalculator::GetEMMCManfid(path); in ReadEMMCInfo()
367 if (mmcInfo.manfid.empty()) { in ReadEMMCInfo()
467 … dprintf(fd, "%-15s\t%-12s\t%-35s\t%-12s\t%12.2f\n", mmcInfo.name.c_str(), mmcInfo.manfid.c_str(), in ExportEMMCInfo()