/system/update_engine/update_manager/ |
D | evaluation_context_unittest.cc | 58 bool GetBoolean(bool* value) { in GetBoolean() function 263 Bind(&GetBoolean, &value)); in TEST_F() 280 Bind(&GetBoolean, &value)); in TEST_F() 324 Bind(&GetBoolean, &done)); in TEST_F() 355 Bind(&GetBoolean, &value)); in TEST_F()
|
D | real_updater_provider.cc | 325 if (prefs_ && prefs_->Exists(key_) && !prefs_->GetBoolean(key_, &result)) in OnPrefSet()
|
/system/update_engine/payload_generator/ |
D | payload_generation_config.cc | 123 if (!store.GetBoolean("RUN_POSTINSTALL_" + part.name, &run_postinstall) || in LoadPostInstallConfig() 131 store.GetBoolean("POSTINSTALL_OPTIONAL_" + part.name, in LoadPostInstallConfig() 178 store.GetBoolean("virtual_ab", &snapshot_enabled); in LoadDynamicPartitionMetadata()
|
/system/update_engine/common/ |
D | mock_prefs.h | 39 MOCK_CONST_METHOD2(GetBoolean, bool(const std::string& key, bool* value));
|
D | prefs_interface.h | 69 virtual bool GetBoolean(const std::string& key, bool* value) const = 0;
|
D | prefs_unittest.cc | 329 EXPECT_TRUE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 337 EXPECT_TRUE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 345 EXPECT_FALSE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 352 EXPECT_FALSE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 357 EXPECT_FALSE(prefs_.GetBoolean("random-key", &value)); in TEST_F()
|
D | fake_prefs.h | 46 bool GetBoolean(const std::string& key, bool* value) const override;
|
D | prefs.h | 72 bool GetBoolean(const std::string& key, bool* value) const override;
|
D | fake_prefs.cc | 83 bool FakePrefs::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::FakePrefs
|
D | prefs.cc | 80 bool PrefsBase::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::PrefsBase
|
/system/update_engine/ |
D | common_service.cc | 270 !prefs->GetBoolean(kPrefsP2PEnabled, &p2p_pref)) { in GetP2PUpdatePermission() 361 if (!prefs->GetBoolean(kPrefsUpdateOverCellularPermission, &is_allowed)) { in GetUpdateOverCellularPermission()
|
D | image_properties_chromeos.cc | 134 if (!lsb_release.GetBoolean(kLsbReleaseIsPowerwashAllowedKey, in LoadMutableImageProperties()
|
D | image_properties_android.cc | 224 if (!system_state->prefs()->GetBoolean(kPrefsImgPropPowerwashAllowed, in LoadMutableImageProperties()
|
D | hardware_chromeos.cc | 338 if (!store.GetBoolean(kConfigOptsIsOOBEEnabled, &is_oobe_enabled_)) in LoadConfig()
|
D | payload_state.cc | 714 if (!prefs_->GetBoolean(kPrefsAttemptInProgress, &attempt_in_progress)) in ReportAndClearPersistedAttemptMetrics() 1130 powerwash_safe_prefs_->GetBoolean(kPrefsRollbackHappened, &rollback_happened); in LoadRollbackHappened()
|
D | payload_state_unittest.cc | 1004 EXPECT_CALL(*mock_powerwash_safe_prefs, GetBoolean(kPrefsRollbackHappened, _)) in TEST() 1177 EXPECT_CALL(*prefs, GetBoolean(_, _)).Times(0); in TEST() 1178 EXPECT_CALL(*prefs, GetBoolean(kPrefsAttemptInProgress, _)); in TEST()
|
D | update_attempter_android.cc | 257 if (prefs_->GetBoolean(kPrefsVerityWritten, &verity_written) && in ApplyPayload()
|
D | omaha_request_action.cc | 1550 prefs->GetBoolean(kPrefsUpdateOverCellularPermission, &is_allowed) && in IsUpdateAllowedOverCellularByPrefs()
|