Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dcommon_service_unittest.cc52 UpdateEngineService common_service_; member in chromeos_update_engine::UpdateEngineServiceTest
64 common_service_.AttemptUpdate(&error_, in TEST_F()
78 EXPECT_TRUE(common_service_.AttemptUpdate( in TEST_F()
88 EXPECT_TRUE(common_service_.AttemptInstall(&error_, "", {})); in TEST_F()
96 EXPECT_FALSE(common_service_.AttemptInstall(&error_, "", {})); in TEST_F()
103 EXPECT_TRUE(common_service_.SetDlcActiveValue(&error_, true, "dlc0")); in TEST_F()
110 EXPECT_FALSE(common_service_.SetDlcActiveValue(&error_, true, "dlc0")); in TEST_F()
157 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
162 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
170 EXPECT_TRUE(common_service_.ResetStatus(&error_)); in TEST_F()
[all …]