Searched refs:SetChannel (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/ |
D | common_service_unittest.cc | 125 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()
|
D | dbus_service.cc | 125 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()
|
D | common_service.h | 97 bool SetChannel(brillo::ErrorPtr* error,
|
D | dbus_service.h | 91 bool SetChannel(brillo::ErrorPtr* error,
|
D | common_service.cc | 174 bool UpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() function in chromeos_update_engine::UpdateEngineService
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 234 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
|