HomeSort by relevance Sort by last modified time
    Searched refs:target_channel (Results 1 - 25 of 26) sorted by null

1 2

  /external/webrtc/webrtc/voice_engine/
utility.h 49 size_t target_channel,
utility.cc 83 size_t target_channel,
87 assert(target_channel == 1 || target_channel == 2);
90 if (target_channel == 2 && source_channel == 1) {
100 } else if (target_channel == 1 && source_channel == 2) {
  /system/update_engine/
omaha_request_params_unittest.cc 83 EXPECT_EQ("stable-channel", params_.target_channel());
123 EXPECT_EQ("canary-channel", params_.target_channel());
137 EXPECT_EQ("canary-channel", params_.target_channel());
156 EXPECT_EQ("stable-channel", params_.target_channel());
173 EXPECT_EQ("dev-channel", params_.target_channel());
177 EXPECT_EQ("dev-channel", params_.target_channel());
181 EXPECT_EQ("beta-channel", params_.target_channel());
185 EXPECT_EQ("beta-channel", params_.target_channel());
190 EXPECT_EQ("stable-channel", params_.target_channel());
201 EXPECT_EQ("beta-channel", params_.target_channel());
    [all...]
omaha_request_params.cc 73 if (!IsValidChannel(mutable_image_props_.target_channel))
74 mutable_image_props_.target_channel = image_props_.current_channel;
95 if (image_props_.current_channel == mutable_image_props_.target_channel) {
104 << mutable_image_props_.target_channel
151 << mutable_image_props_.target_channel
167 new_props.target_channel = new_target_channel;
180 if (download_channel_ != mutable_image_props_.target_channel) {
181 download_channel_ = mutable_image_props_.target_channel;
image_properties_android.cc 132 if (!prefs->GetString(kPrefsImgPropChannelName, &result.target_channel))
133 result.target_channel.clear();
145 prefs->SetString(kPrefsImgPropChannelName, properties.target_channel) &&
image_properties.h 67 std::string target_channel; member in struct:chromeos_update_engine::MutableImageProperties
70 // target_channel.
mock_update_attempter.h 34 const std::string& target_channel,
image_properties_chromeos.cc 129 result.target_channel = GetStringWithDefault(
141 lsb_release.SetString(kLsbReleaseUpdateChannelKey, properties.target_channel);
omaha_request_params.h 94 mutable_image_props_.target_channel = in_target_channel;
134 inline std::string target_channel() const { function in class:chromeos_update_engine::OmahaRequestParams
135 return mutable_image_props_.target_channel;
193 // i.e. index(target_channel) > index(current_channel).
246 mutable_image_props_.target_channel = channel;
295 // stored in |mutable_image_props_.target_channel|. This channel is
image_properties_chromeos_unittest.cc 110 EXPECT_EQ("beta-channel", mutable_props.target_channel);
131 EXPECT_EQ("stable-channel", mutable_props.target_channel);
update_engine_client.cc 428 string target_channel; local
435 if (!client_->GetTargetChannel(&target_channel)) {
442 if (!target_channel.empty())
443 LOG(INFO) << "Target Channel (pending update): " << target_channel;
binder_service_brillo.h 66 android::binder::Status SetChannel(const android::String16& target_channel,
update_attempter.cc 249 const string& target_channel,
286 target_channel,
362 const string& target_channel,
398 if (target_channel.empty()) {
401 LOG(INFO) << "Setting target channel as mandated: " << target_channel;
405 if (!omaha_request_params_->SetTargetChannel(target_channel, false,
    [all...]
binder_service_brillo.cc 105 const String16& target_channel, bool powerwash) {
107 NormalString(target_channel),
update_attempter.h 87 // automatic detection of the parameter. |target_channel| denotes a
94 const std::string& target_channel,
328 const std::string& target_channel,
common_service.cc 184 (in_get_current_channel ? rp->current_channel() : rp->target_channel());
  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 29 void SetChannel(in String target_channel, in boolean powewash);
  /system/update_engine/client_library/include/update_engine/
client.h 99 virtual bool SetTargetChannel(const std::string& target_channel,
  /system/update_engine/client_library/
client_binder.h 75 bool SetTargetChannel(const std::string& target_channel,
client_dbus.h 69 bool SetTargetChannel(const std::string& target_channel,
  /system/update_engine/update_manager/
default_policy.cc 38 result->target_channel.clear();
policy.h 49 std::string target_channel; member in struct:chromeos_update_manager::UpdateCheckParams
real_updater_provider.cc 288 string channel = request_params->target_channel();
chromeos_policy.cc 196 result->target_channel.clear();
268 result->target_channel = *release_channel_p;
    [all...]
chromeos_policy_unittest.cc 403 EXPECT_EQ("foo-channel", result.target_channel);
    [all...]

Completed in 230 milliseconds

1 2