Home
last modified time | relevance | path

Searched refs:SetBoolean (Results 1 – 10 of 10) 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()
/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.h75 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.cc98 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.cc65 properties.SetBoolean(kPayloadPropertyJsonIsDelta, is_delta_); in GetPropertiesAsJson()
/system/update_engine/aosp/
Dupdate_attempter_android.cc630 prefs_->SetBoolean(kPrefsPostInstallSucceeded, succeeded); in ActionCompleted()
645 prefs_->SetBoolean(kPrefsVerityWritten, true); in ActionCompleted()