Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_encoded_test.cpp91 auto tzIndex = ParseTimeZone(3600); // 3600 is a valid timezone value in HWTEST_F() local
92 ASSERT_EQ(tzIndex, 0); // reference to ALL_TIME_ZONES defined in raw_data_base_def.cpp in HWTEST_F()
93 tzIndex = ParseTimeZone(15); // 15 is an invalid timezone value in HWTEST_F()
94 ASSERT_EQ(tzIndex, 14); // default index in HWTEST_F()

Completed in 1 milliseconds