Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_omaha_request_params.h41 ON_CALL(*this, SetTargetChannel(testing::_, testing::_, testing::_)) in MockOmahaRequestParams()
54 MOCK_METHOD3(SetTargetChannel, bool(const std::string& channel,
75 return OmahaRequestParams::SetTargetChannel(channel, in FakeSetTargetChannel()
Dcommon_service_unittest.cc72 SetTargetChannel("stable-channel", true, _)) in TEST_F()
85 SetTargetChannel("beta-channel", true, _)) in TEST_F()
97 SetTargetChannel("foo-channel", true, _)).WillOnce(Return(false)); in TEST_F()
Domaha_request_params_unittest.cc356 params.SetTargetChannel("canary-channel", false, nullptr); in TEST_F()
378 params.SetTargetChannel("canary-channel", true, nullptr); in TEST_F()
403 params.SetTargetChannel("dogfood-channel", true, &error_message)); in TEST_F()
466 EXPECT_FALSE(params_.SetTargetChannel("invalid-channel", false, nullptr)); in TEST_F()
471 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr)); in TEST_F()
476 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr)); in TEST_F()
482 EXPECT_TRUE(params_.SetTargetChannel("stable-channel", true, nullptr)); in TEST_F()
494 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr)); in TEST_F()
Domaha_request_params.cc140 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel, in SetTargetChannel() function in chromeos_update_engine::OmahaRequestParams
Domaha_request_params.h208 virtual bool SetTargetChannel(const std::string& channel,
Dcommon_service.cc170 if (!system_state_->request_params()->SetTargetChannel( in SetChannel()
Dupdate_engine_client.cc383 if (!client_->SetTargetChannel(FLAGS_channel, FLAGS_powerwash)) { in ProcessFlags()
Domaha_response_handler_action_unittest.cc391 params.SetTargetChannel("canary-channel", false, nullptr); in TEST_F()
Dupdate_attempter.cc411 if (!omaha_request_params_->SetTargetChannel(target_channel, false, in CalculateUpdateParams()
1104 if (!system_state_->request_params()->SetTargetChannel( in OnTrackChannel()
/system/update_engine/client_library/include/update_engine/
Dclient.h95 virtual bool SetTargetChannel(const std::string& target_channel,
/system/update_engine/client_library/
Dclient_dbus.h66 bool SetTargetChannel(const std::string& target_channel,
Dclient_binder.h73 bool SetTargetChannel(const std::string& target_channel,
Dclient_binder.cc192 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() function in update_engine::internal::BinderUpdateEngineClient
Dclient_dbus.cc211 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() function in update_engine::internal::DBusUpdateEngineClient