Home
last modified time | relevance | path

Searched refs:SetBoolean (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/
Dupdate_status_utils.cc107 key_value_store.SetBoolean(kIsEnterpriseRollback, in UpdateEngineStatusToString()
109 key_value_store.SetBoolean(kIsInstall, status.is_install); in UpdateEngineStatusToString()
110 key_value_store.SetBoolean(kWillPowerwashAfterReboot, in UpdateEngineStatusToString()
Dmetrics_utils.h136 prefs_->SetBoolean(key_, val_);
/system/update_engine/common/
Dmock_prefs.h38 MOCK_METHOD2(SetBoolean, bool(std::string_view key, const bool value));
Dprefs_interface.h73 virtual bool SetBoolean(std::string_view key, const bool value) = 0;
Dfake_prefs.h49 bool SetBoolean(std::string_view key, const bool value) override;
Dprefs.h86 bool SetBoolean(std::string_view key, const bool value) override;
Dprefs_unittest.cc379 EXPECT_TRUE(prefs_.SetBoolean(kKey, true)); in TEST_F()
387 EXPECT_TRUE(prefs_.SetBoolean(kKey, false)); in TEST_F()
395 EXPECT_FALSE(prefs_.SetBoolean(kKey, true)); in TEST_F()
Dfake_prefs.cc88 bool FakePrefs::SetBoolean(std::string_view key, const bool value) { in SetBoolean() function in chromeos_update_engine::FakePrefs
Dprefs.cc110 bool PrefsBase::SetBoolean(std::string_view key, const bool value) { in SetBoolean() function in chromeos_update_engine::PrefsBase
/system/update_engine/payload_generator/
Dpayload_properties.cc73 properties.SetBoolean(kPayloadPropertyJsonIsDelta, is_delta_); in GetPropertiesAsJson()
/system/update_engine/aosp/
Dupdate_attempter_android.cc761 prefs_->SetBoolean(kPrefsPostInstallSucceeded, succeeded); in ActionCompleted()
776 prefs_->SetBoolean(kPrefsVerityWritten, true); in ActionCompleted()