Home
last modified time | relevance | path

Searched refs:zonePath (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dthermal_collector_impl.cpp94 std::string zonePath = GetZonePathByType(thermalZones, zoneTypeStr); in CollectDevThermal() local
95 if (zonePath.empty()) { in CollectDevThermal()
98 result.data = GetThermalValue(zonePath); in CollectDevThermal()
/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp808 std::string zonePath = dirEntry.path(); in GetTimezoneIDFromZoneInfo() local
809 if (stat(zonePath.c_str(), &s) != 0) { in GetTimezoneIDFromZoneInfo()
813 std::string zoneName = zonePath.substr(parentPath.length() + 1); // 1 add length of path splitor in GetTimezoneIDFromZoneInfo()
816 GetTimezoneIDFromZoneInfo(availableIDs, zonePath, finalZoneName); in GetTimezoneIDFromZoneInfo()

Completed in 3 milliseconds