/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()
|
D | common_service.cc | 253 if (!prefs->SetBoolean(kPrefsP2PEnabled, in_enabled)) { in SetP2PUpdatePermission() 299 !prefs->SetBoolean(kPrefsUpdateOverCellularPermission, in_allowed)) { in SetUpdateOverCellularPermission()
|
D | image_properties_chromeos.cc | 145 lsb_release.SetBoolean(kLsbReleaseIsPowerwashAllowedKey, in StoreMutableImageProperties()
|
D | image_properties_android.cc | 236 if (!system_state->prefs()->SetBoolean(kPrefsImgPropPowerwashAllowed, in StoreMutableImageProperties()
|
D | omaha_response_handler_action_unittest.cc | 453 EXPECT_CALL(*fake_system_state_.mock_prefs(), SetBoolean(_, true)) in TEST_F() 487 EXPECT_CALL(*fake_system_state_.mock_prefs(), SetBoolean(_, true)) in TEST_F() 521 EXPECT_CALL(*fake_system_state_.mock_prefs(), SetBoolean(_, true)) in TEST_F() 554 EXPECT_CALL(*fake_system_state_.mock_prefs(), SetBoolean(_, false)) in TEST_F()
|
D | payload_state_unittest.cc | 994 SetBoolean(kPrefsRollbackHappened, true)); in TEST() 1007 SetBoolean(kPrefsRollbackHappened, true)); in TEST() 1174 EXPECT_CALL(*prefs, SetBoolean(_, _)).Times(0); in TEST() 1206 fake_prefs.SetBoolean(kPrefsAttemptInProgress, true); in TEST()
|
D | update_attempter_android.cc | 585 prefs_->SetBoolean(kPrefsPostInstallSucceeded, succeeded); in ActionCompleted() 600 prefs_->SetBoolean(kPrefsVerityWritten, true); in ActionCompleted()
|
D | payload_state.cc | 705 prefs_->SetBoolean(kPrefsAttemptInProgress, true); in PersistAttemptMetrics() 1139 powerwash_safe_prefs_->SetBoolean(kPrefsRollbackHappened, in SetRollbackHappened()
|
D | omaha_request_action_unittest.cc | 904 fake_prefs_.SetBoolean(kPrefsUpdateOverCellularPermission, true); in TEST_F()
|
/system/update_engine/update_manager/ |
D | real_updater_provider_unittest.cc | 368 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false); in TEST_F() 373 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true); in TEST_F() 379 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false); in TEST_F() 381 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true); in TEST_F() 392 fake_prefs_.SetBoolean( in TEST_F()
|
/system/update_engine/common/ |
D | mock_prefs.h | 40 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 | 47 bool SetBoolean(const std::string& key, const bool value) override;
|
D | prefs.h | 73 bool SetBoolean(const std::string& key, const bool value) override;
|
D | fake_prefs.cc | 87 bool FakePrefs::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::FakePrefs
|
D | prefs_unittest.cc | 362 EXPECT_TRUE(prefs_.SetBoolean(kKey, true)); in TEST_F() 370 EXPECT_TRUE(prefs_.SetBoolean(kKey, false)); in TEST_F() 378 EXPECT_FALSE(prefs_.SetBoolean(kKey, true)); in TEST_F()
|
D | prefs.cc | 96 bool PrefsBase::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::PrefsBase
|
/system/update_engine/payload_generator/ |
D | payload_properties.cc | 67 properties.SetBoolean(kPayloadPropertyJsonIsDelta, is_delta_); in GetPropertiesAsJson()
|