Home
last modified time | relevance | path

Searched refs:zone (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dthermal_collector_impl.cpp71 for (const auto& zone : thermalZones) { in GetZonePathByType()
72 if (zoneTypeStr == GetThermalType(zone)) { in GetZonePathByType()
73 return zone; in GetZonePathByType()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h41 bool zone; member
/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp575 auto zone = std::unique_ptr<TimeZone>(TimeZone::createTimeZone(timezoneStr.c_str())); in Format() local
576 if (zone != nullptr) { in Format()
577 calendar->setTimeZone(*zone); in Format()
578 dateFormat->setTimeZone(*zone); in Format()
596 auto zone = std::unique_ptr<TimeZone>(TimeZone::createTimeZone(timezoneStr.c_str())); in FormatRange() local
597 if (zone != nullptr) { in FormatRange()
598 calendar->setTimeZone(*zone); in FormatRange()
599 dateIntvFormat->setTimeZone(*zone); in FormatRange()
608 if (zone != nullptr) { in FormatRange()
609 toCalendar->setTimeZone(*zone); in FormatRange()
[all...]
H A Di18n_calendar.cpp174 icu::UnicodeString zone = icu::UnicodeString::fromUTF8(id); in SetTimeZone() local
175 icu::TimeZone *timezone = icu::TimeZone::createTimeZone(zone); in SetTimeZone()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp54 << " zone display the time zone when -v time is specified." << endl in FormatHelper()
57 << " -v color -v time -v msec -v year -v zone." << endl; in FormatHelper()
328 bool zone; member
336 timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
436 .zone = context.zone, in QueryLogHandler()
851 {"zone", [] (HilogArgs& context, int value) { in FormatHandler()
852 context.zone = true; in FormatHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp92 if (format.zone) { in PrintLogPrefix()
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp189 .zone = false, in PrintLog()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp280 .zone = false, in WriteLogData()

Completed in 6 milliseconds