/system/update_engine/ |
D | omaha_request_params_unittest.cc | 118 EXPECT_TRUE(params.SetTargetChannel("canary-channel", false, nullptr)); in TEST_F() 132 EXPECT_TRUE(params.SetTargetChannel("canary-channel", true, nullptr)); in TEST_F() 149 params.SetTargetChannel("dogfood-channel", true, &error_message)); in TEST_F() 176 EXPECT_FALSE(params_.SetTargetChannel("invalid-channel", false, nullptr)); in TEST_F() 180 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr)); in TEST_F() 184 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr)); in TEST_F() 189 EXPECT_TRUE(params_.SetTargetChannel("stable-channel", true, nullptr)); in TEST_F() 198 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr)); in TEST_F()
|
D | mock_omaha_request_params.h | 41 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()
|
D | common_service_unittest.cc | 74 SetTargetChannel("stable-channel", true, _)) in TEST_F() 87 SetTargetChannel("beta-channel", true, _)) in TEST_F() 99 SetTargetChannel("foo-channel", true, _)).WillOnce(Return(false)); in TEST_F()
|
D | omaha_request_params.cc | 140 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel, in SetTargetChannel() function in chromeos_update_engine::OmahaRequestParams
|
D | omaha_response_handler_action_unittest.cc | 346 EXPECT_TRUE(params.SetTargetChannel("stable-channel", true, nullptr)); in TEST_F() 381 EXPECT_TRUE(params.SetTargetChannel("canary-channel", false, nullptr)); in TEST_F()
|
D | omaha_request_params.h | 215 virtual bool SetTargetChannel(const std::string& channel,
|
D | common_service.cc | 171 if (!system_state_->request_params()->SetTargetChannel( in SetChannel()
|
D | update_engine_client.cc | 417 if (!client_->SetTargetChannel(FLAGS_channel, FLAGS_powerwash)) { in ProcessFlags()
|
D | update_attempter.cc | 408 if (!omaha_request_params_->SetTargetChannel(target_channel, false, in UpdateAttempter() 1079 if (!system_state_->request_params()->SetTargetChannel( in UpdateAttempter()
|
D | omaha_request_action_unittest.cc | 1888 EXPECT_TRUE(params.SetTargetChannel("stable-channel", true, nullptr)); in TEST_F() 1921 EXPECT_TRUE(params.SetTargetChannel("canary-channel", false, nullptr)); in TEST_F()
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 99 virtual bool SetTargetChannel(const std::string& target_channel,
|
/system/update_engine/client_library/ |
D | client_dbus.h | 69 bool SetTargetChannel(const std::string& target_channel,
|
D | client_binder.h | 75 bool SetTargetChannel(const std::string& target_channel,
|
D | client_binder.cc | 203 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() function in update_engine::internal::BinderUpdateEngineClient
|
D | client_dbus.cc | 216 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() function in update_engine::internal::DBusUpdateEngineClient
|