Home
last modified time | relevance | path

Searched refs:ALL_TIME_ZONES (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/base/
H A Draw_data_base_def.cpp26 static std::vector<std::string> ALL_TIME_ZONES { variable
38 for (auto iter = ALL_TIME_ZONES.begin(); iter < ALL_TIME_ZONES.end(); ++iter) { in ParseTimeZone()
40 ret = (iter - ALL_TIME_ZONES.begin()); in ParseTimeZone()
49 if (tzVal >= ALL_TIME_ZONES.size()) { in ParseTimeZone()
50 return ALL_TIME_ZONES.at(DEFAULT_TZ_POS); in ParseTimeZone()
52 return ALL_TIME_ZONES.at(tzVal); in ParseTimeZone()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Draw_data_base_def.cpp26 static std::vector<long> ALL_TIME_ZONES { variable
39 for (auto iter = ALL_TIME_ZONES.begin(); iter < ALL_TIME_ZONES.end(); ++iter) { in ParseTimeZone()
41 ret = (iter - ALL_TIME_ZONES.begin()); in ParseTimeZone()