HomeSort by relevance Sort by last modified time
    Searched refs:SetTargetChannel (Results 1 - 14 of 14) sorted by null

  /system/update_engine/
mock_omaha_request_params.h 41 ON_CALL(*this, SetTargetChannel(testing::_, testing::_, testing::_))
54 MOCK_METHOD3(SetTargetChannel, bool(const std::string& channel,
75 return OmahaRequestParams::SetTargetChannel(channel,
common_service_unittest.cc 70 // If SetTargetChannel is called it means the policy check passed.
72 SetTargetChannel("stable-channel", true, _))
85 SetTargetChannel("beta-channel", true, _))
92 // When passing an invalid value (SetTargetChannel fails) an error should be
97 SetTargetChannel("foo-channel", true, _)).WillOnce(Return(false));
omaha_request_params_unittest.cc 356 params.SetTargetChannel("canary-channel", false, nullptr);
378 params.SetTargetChannel("canary-channel", true, nullptr);
403 params.SetTargetChannel("dogfood-channel", true, &error_message));
459 // Check LSB value is used by default when SetTargetChannel is not called.
466 EXPECT_FALSE(params_.SetTargetChannel("invalid-channel", false, nullptr));
471 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr));
476 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr));
482 EXPECT_TRUE(params_.SetTargetChannel("stable-channel", true, nullptr));
494 EXPECT_TRUE(params_.SetTargetChannel("beta-channel", true, nullptr));
omaha_request_params.cc 140 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel,
143 LOG(INFO) << "SetTargetChannel called with " << new_target_channel
common_service.cc 170 if (!system_state_->request_params()->SetTargetChannel(
omaha_request_params.h 208 virtual bool SetTargetChannel(const std::string& channel,
update_engine_client.cc 383 if (!client_->SetTargetChannel(FLAGS_channel, FLAGS_powerwash)) {
omaha_response_handler_action_unittest.cc 391 params.SetTargetChannel("canary-channel", false, nullptr);
update_attempter.cc 411 if (!omaha_request_params_->SetTargetChannel(target_channel, false,
    [all...]
  /system/update_engine/client_library/include/update_engine/
client.h 95 virtual bool SetTargetChannel(const std::string& target_channel,
  /system/update_engine/client_library/
client_binder.h 73 bool SetTargetChannel(const std::string& target_channel,
client_dbus.h 66 bool SetTargetChannel(const std::string& target_channel,
client_binder.cc 192 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel,
client_dbus.cc 211 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel,

Completed in 132 milliseconds