Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/update_manager/
Dreal_shill_provider.cc99 var_is_connected_.SetValue(is_connected); in ProcessDefaultService()
100 var_conn_last_changed_.SetValue(clock_->GetWallclockTime()); in ProcessDefaultService()
133 var_conn_tethering_.SetValue( in ProcessDefaultService()
153 var_conn_type_.SetValue( in ProcessDefaultService()
156 var_conn_type_.SetValue( in ProcessDefaultService()
160 var_conn_type_.SetValue(ParseConnectionType(type_str)); in ProcessDefaultService()
Dreal_device_policy_provider.cc113 var->SetValue(new_value); in UpdateVariable()
126 var->SetValue(new_value); in UpdateVariable()
216 var_device_policy_is_loaded_.SetValue( in RefreshDevicePolicy()
231 var_rollback_allowed_milestones_.SetValue(0); in RefreshDevicePolicy()
Dgeneric_variables_unittest.cc164 var.SetValue(5); in TEST_F()
192 var.SetValue(5); in TEST_F()
197 var.SetValue(5); in TEST_F()
Dreal_updater_provider.cc328 SetValue(result); in OnPrefSet()
331 void OnPrefDeleted(const string& key) override { SetValue(default_val_); } in OnPrefDeleted()
Dgeneric_variables.h192 void SetValue(const T& new_value) { in SetValue() function
/system/update_engine/common/
Dfake_prefs.cc70 SetValue(key, value); in SetString()
79 SetValue(key, value); in SetInt64()
88 SetValue(key, value); in SetBoolean()
136 void FakePrefs::SetValue(const string& key, const T& value) { in SetValue() function in chromeos_update_engine::FakePrefs
Dprefs_unittest.cc135 bool SetValue(const string& key, const string& value) { in SetValue() function in chromeos_update_engine::PrefsTest
203 ASSERT_TRUE(SetValue(kKey, test_data)); in TEST_F()
255 ASSERT_TRUE(SetValue(kKey, " \n 25 \t ")); in TEST_F()
262 ASSERT_TRUE(SetValue(kKey, "30a")); in TEST_F()
268 ASSERT_TRUE(SetValue( in TEST_F()
277 ASSERT_TRUE(SetValue( in TEST_F()
286 ASSERT_TRUE(SetValue(kKey, " \t -100 \n ")); in TEST_F()
327 ASSERT_TRUE(SetValue(kKey, " \n false \t ")); in TEST_F()
335 ASSERT_TRUE(SetValue(kKey, " \t true \n ")); in TEST_F()
343 ASSERT_TRUE(SetValue(kKey, "1")); in TEST_F()
[all …]
Dfake_prefs.h97 void SetValue(const std::string& key, const T& value);
/system/tools/aidl/
Daidl_language.cpp992 enumerator->SetValue( in Autofill()
1000 enumerator->SetValue(std::make_unique<AidlBinaryConstExpression>( in Autofill()
Daidl_language.h799 void SetValue(std::unique_ptr<AidlConstantValue> value) { value_ = std::move(value); } in SetValue() function