Home
last modified time | relevance | path

Searched refs:tzVal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/base/
H A Draw_data_base_def.cpp47 std::string ParseTimeZone(const uint8_t tzVal) in ParseTimeZone() argument
49 if (tzVal >= ALL_TIME_ZONES.size()) { in ParseTimeZone()
52 return ALL_TIME_ZONES.at(tzVal); in ParseTimeZone()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Draw_data_base_def.h154 int ParseTimeZone(long tzVal);
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h200 std::string ParseTimeZone(const uint8_t tzVal);