/system/update_engine/ |
D | omaha_request_params_unittest.cc | 83 EXPECT_EQ("stable-channel", params_.target_channel()); in TEST_F() 123 EXPECT_EQ("canary-channel", params_.target_channel()); in TEST_F() 137 EXPECT_EQ("canary-channel", params_.target_channel()); in TEST_F() 156 EXPECT_EQ("stable-channel", params_.target_channel()); in TEST_F() 173 EXPECT_EQ("dev-channel", params_.target_channel()); in TEST_F() 177 EXPECT_EQ("dev-channel", params_.target_channel()); in TEST_F() 181 EXPECT_EQ("beta-channel", params_.target_channel()); in TEST_F() 185 EXPECT_EQ("beta-channel", params_.target_channel()); in TEST_F() 190 EXPECT_EQ("stable-channel", params_.target_channel()); in TEST_F() 201 EXPECT_EQ("beta-channel", params_.target_channel()); in TEST_F() [all …]
|
D | omaha_request_params.cc | 73 if (!IsValidChannel(mutable_image_props_.target_channel)) in Init() 74 mutable_image_props_.target_channel = image_props_.current_channel; in Init() 95 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init() 104 << mutable_image_props_.target_channel in Init() 151 << mutable_image_props_.target_channel in SetTargetChannel() 167 new_props.target_channel = new_target_channel; in SetTargetChannel() 180 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel() 181 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()
|
D | image_properties_android.cc | 132 if (!prefs->GetString(kPrefsImgPropChannelName, &result.target_channel)) in LoadMutableImageProperties() 133 result.target_channel.clear(); in LoadMutableImageProperties() 145 prefs->SetString(kPrefsImgPropChannelName, properties.target_channel) && in StoreMutableImageProperties()
|
D | omaha_request_params.h | 94 mutable_image_props_.target_channel = in_target_channel; in OmahaRequestParams() 134 inline std::string target_channel() const { in target_channel() function 135 return mutable_image_props_.target_channel; in target_channel() 246 mutable_image_props_.target_channel = channel; in set_target_channel()
|
D | image_properties_chromeos.cc | 129 result.target_channel = GetStringWithDefault( in LoadMutableImageProperties() 141 lsb_release.SetString(kLsbReleaseUpdateChannelKey, properties.target_channel); in StoreMutableImageProperties()
|
D | update_engine_client.cc | 428 string target_channel; in ProcessFlags() local 435 if (!client_->GetTargetChannel(&target_channel)) { in ProcessFlags() 442 if (!target_channel.empty()) in ProcessFlags() 443 LOG(INFO) << "Target Channel (pending update): " << target_channel; in ProcessFlags()
|
D | image_properties.h | 67 std::string target_channel; member
|
D | image_properties_chromeos_unittest.cc | 110 EXPECT_EQ("beta-channel", mutable_props.target_channel); in TEST_F() 131 EXPECT_EQ("stable-channel", mutable_props.target_channel); in TEST_F()
|
D | mock_update_attempter.h | 34 const std::string& target_channel,
|
D | update_attempter.cc | 249 const string& target_channel, in UpdateAttempter() argument 286 target_channel, in UpdateAttempter() 362 const string& target_channel, in UpdateAttempter() argument 398 if (target_channel.empty()) { in UpdateAttempter() 401 LOG(INFO) << "Setting target channel as mandated: " << target_channel; in UpdateAttempter() 405 if (!omaha_request_params_->SetTargetChannel(target_channel, false, in UpdateAttempter() 861 Update(forced_app_version_, forced_omaha_url_, params.target_channel, in UpdateAttempter() 1211 if (params->download_channel() != params->target_channel()) { in UpdateAttempter() 1213 << params->target_channel() in UpdateAttempter()
|
D | binder_service_brillo.cc | 105 const String16& target_channel, bool powerwash) { in SetChannel() argument 107 NormalString(target_channel), in SetChannel()
|
D | update_attempter.h | 94 const std::string& target_channel, 328 const std::string& target_channel,
|
D | binder_service_brillo.h | 66 android::binder::Status SetChannel(const android::String16& target_channel,
|
D | common_service.cc | 184 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
|
/system/update_engine/binder_bindings/android/brillo/ |
D | IUpdateEngine.aidl | 29 void SetChannel(in String target_channel, in boolean powewash); in SetChannel() argument
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 99 virtual bool SetTargetChannel(const std::string& target_channel,
|
/system/update_engine/update_manager/ |
D | default_policy.cc | 38 result->target_channel.clear(); in UpdateCheckAllowed()
|
D | policy.h | 49 std::string target_channel; member
|
D | chromeos_policy.cc | 197 result->target_channel.clear(); in UpdateCheckAllowed() 269 result->target_channel = *release_channel_p; in UpdateCheckAllowed()
|
D | real_updater_provider.cc | 288 string channel = request_params->target_channel(); in GetValue()
|
D | chromeos_policy_unittest.cc | 403 EXPECT_EQ("foo-channel", result.target_channel); in TEST_F()
|
/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,
|