/system/update_engine/ |
D | update_status_utils.cc | 87 key_value_store.SetBoolean(kIsEnterpriseRollback, in UpdateEngineStatusToString() 89 key_value_store.SetBoolean(kIsInstall, status.is_install); in UpdateEngineStatusToString() 90 key_value_store.SetBoolean(kWillPowerwashAfterReboot, in UpdateEngineStatusToString()
|
/system/update_engine/common/ |
D | mock_prefs.h | 39 MOCK_METHOD2(SetBoolean, bool(const std::string& key, const bool value));
|
D | prefs_interface.h | 73 virtual bool SetBoolean(const std::string& key, const bool value) = 0;
|
D | fake_prefs.h | 48 bool SetBoolean(const std::string& key, const bool value) override;
|
D | prefs.h | 74 bool SetBoolean(const std::string& key, const bool value) override;
|
D | fake_prefs.cc | 88 bool FakePrefs::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::FakePrefs
|
D | prefs_unittest.cc | 379 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()
|
D | prefs.cc | 98 bool PrefsBase::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::PrefsBase
|
/system/update_engine/update_manager/ |
D | real_updater_provider_unittest.cc | 363 FakeSystemState::Get()->fake_prefs()->SetBoolean( in TEST_F() 369 FakeSystemState::Get()->fake_prefs()->SetBoolean( in TEST_F() 378 fake_prefs->SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false); in TEST_F() 380 fake_prefs->SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true); in TEST_F() 391 FakeSystemState::Get()->fake_prefs()->SetBoolean( in TEST_F()
|
/system/update_engine/payload_generator/ |
D | payload_properties.cc | 65 properties.SetBoolean(kPayloadPropertyJsonIsDelta, is_delta_); in GetPropertiesAsJson()
|
/system/update_engine/cros/ |
D | common_service.cc | 250 if (!SystemState::Get()->prefs()->SetBoolean(kPrefsP2PEnabled, in_enabled)) { in SetP2PUpdatePermission() 291 if (!SystemState::Get()->prefs()->SetBoolean( in SetUpdateOverCellularPermission()
|
D | image_properties_chromeos.cc | 144 lsb_release.SetBoolean(kLsbReleaseIsPowerwashAllowedKey, in StoreMutableImageProperties()
|
D | payload_state_unittest.cc | 987 SetBoolean(kPrefsRollbackHappened, true)); in TEST_F() 1000 SetBoolean(kPrefsRollbackHappened, true)); in TEST_F() 1159 EXPECT_CALL(*prefs, SetBoolean(_, _)).Times(0); in TEST_F() 1186 fake_prefs->SetBoolean(kPrefsAttemptInProgress, true); in TEST_F()
|
D | payload_state.cc | 707 prefs_->SetBoolean(kPrefsAttemptInProgress, true); in PersistAttemptMetrics() 1125 powerwash_safe_prefs_->SetBoolean(kPrefsRollbackHappened, in SetRollbackHappened()
|
D | omaha_request_action_unittest.cc | 902 fake_prefs_->SetBoolean(kPrefsUpdateOverCellularPermission, true); in TEST_F()
|
/system/update_engine/aosp/ |
D | update_attempter_android.cc | 609 prefs_->SetBoolean(kPrefsPostInstallSucceeded, succeeded); in ActionCompleted() 624 prefs_->SetBoolean(kPrefsVerityWritten, true); in ActionCompleted()
|