/system/update_engine/ |
D | omaha_request_params_unittest.cc | 121 EXPECT_EQ("dev-channel", out.target_channel()); in TEST_F() 144 EXPECT_EQ("dev-channel", out.target_channel()); in TEST_F() 162 EXPECT_EQ("stable-channel", out.target_channel()); in TEST_F() 178 EXPECT_EQ("stable-channel", out.target_channel()); in TEST_F() 196 EXPECT_EQ("dev-channel", out.target_channel()); in TEST_F() 214 EXPECT_EQ("dev-channel", out.target_channel()); in TEST_F() 233 EXPECT_EQ("dev-channel", out.target_channel()); in TEST_F() 253 EXPECT_EQ("dev-channel", out.target_channel()); in TEST_F() 292 EXPECT_EQ("beta-channel", out.target_channel()); in TEST_F() 317 EXPECT_EQ("stable-channel", out.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() 92 if (image_props_.current_channel == mutable_image_props_.target_channel) { in Init() 101 << mutable_image_props_.target_channel in Init() 148 << mutable_image_props_.target_channel in SetTargetChannel() 164 new_props.target_channel = new_target_channel; in SetTargetChannel() 177 if (download_channel_ != mutable_image_props_.target_channel) { in UpdateDownloadChannel() 178 download_channel_ = mutable_image_props_.target_channel; in UpdateDownloadChannel()
|
D | image_properties_android.cc | 93 if (!prefs->GetString(kPrefsImgPropChannelName, &result.target_channel)) in LoadMutableImageProperties() 94 result.target_channel.clear(); in LoadMutableImageProperties() 106 prefs->SetString(kPrefsImgPropChannelName, properties.target_channel) && in StoreMutableImageProperties()
|
D | omaha_request_params.h | 94 mutable_image_props_.target_channel = in_target_channel; in OmahaRequestParams() 122 inline std::string target_channel() const { in target_channel() function 123 return mutable_image_props_.target_channel; in target_channel() 234 mutable_image_props_.target_channel = channel; in set_target_channel()
|
D | update_engine_client.cc | 394 string target_channel; in ProcessFlags() local 401 if (!client_->GetTargetChannel(&target_channel)) { in ProcessFlags() 408 if (!target_channel.empty()) in ProcessFlags() 409 LOG(INFO) << "Target Channel (pending update): " << target_channel; in ProcessFlags()
|
D | image_properties_chromeos.cc | 127 result.target_channel = GetStringWithDefault( in LoadMutableImageProperties() 139 lsb_release.SetString(kLsbReleaseUpdateChannelKey, properties.target_channel); in StoreMutableImageProperties()
|
D | update_attempter.cc | 254 const string& target_channel, in Update() argument 291 target_channel, in Update() 367 const string& target_channel, in CalculateUpdateParams() argument 404 if (target_channel.empty()) { in CalculateUpdateParams() 407 LOG(INFO) << "Setting target channel as mandated: " << target_channel; in CalculateUpdateParams() 411 if (!omaha_request_params_->SetTargetChannel(target_channel, false, in CalculateUpdateParams() 895 Update(app_version, omaha_url, params.target_channel, in OnUpdateScheduled() 1128 *tracking_channel = rp->target_channel(); in GetWeaveState() 1246 system_state_->request_params()->target_channel()); in BroadcastChannel() 1275 if (params->download_channel() != params->target_channel()) { in ShouldCancel() [all …]
|
D | image_properties.h | 55 std::string target_channel; member
|
D | mock_update_attempter.h | 34 const std::string& target_channel,
|
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 | 90 const std::string& target_channel, 335 const std::string& target_channel,
|
D | binder_service_brillo.h | 67 android::binder::Status SetChannel(const android::String16& target_channel,
|
D | omaha_response_handler_action_unittest.cc | 350 EXPECT_EQ("stable-channel", params.target_channel()); in TEST_F() 392 EXPECT_EQ("canary-channel", params.target_channel()); in TEST_F()
|
D | common_service.cc | 185 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
|
D | omaha_request_action_unittest.cc | 1800 EXPECT_EQ("stable-channel", params.target_channel()); in TEST_F() 1847 EXPECT_EQ("canary-channel", params.target_channel()); in TEST_F()
|
/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 | 95 virtual bool SetTargetChannel(const std::string& target_channel,
|
/system/update_engine/client_library/ |
D | client_dbus.h | 66 bool SetTargetChannel(const std::string& target_channel,
|
D | client_binder.h | 73 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 | 193 result->target_channel.clear(); in UpdateCheckAllowed() 235 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 | 401 EXPECT_EQ("foo-channel", result.target_channel); in TEST_F()
|