Home
last modified time | relevance | path

Searched refs:ParseTimeZone (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_base_test.cpp54 auto offsetZone = ParseTimeZone("+0800");
56 offsetZone = ParseTimeZone("+1110");
68 auto offsetFormat = ParseTimeZone(27); // a valid index
70 offsetFormat = ParseTimeZone(14); // a valid index
72 offsetFormat = ParseTimeZone(100); // an invalid index
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/base/
H A Draw_data_base_def.cpp35 int ParseTimeZone(const std::string& tzStr) in ParseTimeZone() function
47 std::string ParseTimeZone(const uint8_t tzVal) in ParseTimeZone() function
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_encoded_test.cpp91 auto tzIndex = ParseTimeZone(3600); // 3600 is a valid timezone value
93 tzIndex = ParseTimeZone(15); // 15 is an invalid timezone value
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Draw_data_base_def.cpp36 int ParseTimeZone(long tz) in ParseTimeZone() function
H A Dlibhisysevent.map42 "OHOS::HiviewDFX::Encoded::ParseTimeZone(long)";
H A Dhisysevent.cpp93 header_.timeZone = static_cast<uint8_t>(ParseTimeZone(timezone)); in WritebaseInfo()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h199 int ParseTimeZone(const std::string& tzStr);
200 std::string ParseTimeZone(const uint8_t tzVal);
/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/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_function_jumble.cpp36 int ParseTimeZone(const std::string& tzStr) in ParseTimeZone() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp108 auto timeZone = ParseTimeZone(static_cast<size_t>(header_.timeZone)); in AppendBaseInfo()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder.cpp156 header_.timeZone = static_cast<uint8_t>(ParseTimeZone(timeZone)); in AppendTimeZone()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h499 val = ParseTimeZone(header_.timeZone); in ParseTimeZoneFromHeader()