Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp126 LevelItem item2; in HWTEST_F() local
127 item2.threshold = 0; in HWTEST_F()
128 item2.level = 999; in HWTEST_F()
131 levItems1.push_back(item2); in HWTEST_F()
136 EXPECT_EQ(level, item2.level); in HWTEST_F()
144 EXPECT_NE(level, item2.level); in HWTEST_F()
215 LevelItem item2; in HWTEST_F() local
216 item2.threshold = 1; in HWTEST_F()
217 item2.level = 999; in HWTEST_F()
220 levItems.push_back(item2); in HWTEST_F()
345 LevelItem item2; HWTEST_F() local
[all...]
/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp132 auto compareFunc = [collator, options](LocaleItem item1, LocaleItem item2) { in SortLocaleItemList()
134 if (item1.suggestionType < item2.suggestionType) { in SortLocaleItemList()
136 } else if (item1.suggestionType > item2.suggestionType) { in SortLocaleItemList()
142 result = collator->Compare(item1.localName, item2.localName); in SortLocaleItemList()
151 result = collator->Compare(item1.displayName, item2.displayName); in SortLocaleItemList()
233 auto sortFunc = [collator](TimeZoneCityItem item1, TimeZoneCityItem item2) { in SortTimezoneCityItemList()
235 result = collator->Compare(item1.cityDisplayName, item2.cityDisplayName); in SortTimezoneCityItemList()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp469 HolidayInfoItem item2 = {"The Second Day of Sacrifice Feast", 2022, 6, 25, localNameList2}; in HWTEST_F() local
471 infoList.push_back(item2); in HWTEST_F()

Completed in 5 milliseconds