Home
last modified time | relevance | path

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

/system/update_engine/
Dcommon_service_unittest.cc125 EXPECT_TRUE(common_service_.SetChannel(&error_, "stable-channel", true)); in TEST_F()
139 EXPECT_TRUE(common_service_.SetChannel(&error_, "beta-channel", true)); in TEST_F()
151 EXPECT_FALSE(common_service_.SetChannel(&error_, "foo-channel", true)); in TEST_F()
Ddbus_service.cc125 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() function in chromeos_update_engine::DBusUpdateEngineService
128 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
Dcommon_service.h97 bool SetChannel(brillo::ErrorPtr* error,
Ddbus_service.h91 bool SetChannel(brillo::ErrorPtr* error,
Dcommon_service.cc174 bool UpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() function in chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/
Dclient_dbus.cc234 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()