/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() 181 if (store.GetBoolean("virtual_ab_compression", &vabc_enabled) && in LoadDynamicPartitionMetadata()
|
/system/update_engine/update_manager/ |
D | evaluation_context_unittest.cc | 60 bool GetBoolean(bool* value) { in GetBoolean() function 266 Bind(&GetBoolean, &value)); in TEST_F() 283 Bind(&GetBoolean, &value)); in TEST_F() 327 Bind(&GetBoolean, &done)); in TEST_F() 358 Bind(&GetBoolean, &value)); in TEST_F()
|
D | real_updater_provider.cc | 320 if (prefs->Exists(key_) && !prefs->GetBoolean(key_, &result)) in OnPrefSet()
|
/system/update_engine/common/ |
D | mock_prefs.h | 38 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 | fake_prefs.h | 47 bool GetBoolean(const std::string& key, bool* value) const override;
|
D | prefs_unittest.cc | 346 EXPECT_TRUE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 354 EXPECT_TRUE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 362 EXPECT_FALSE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 369 EXPECT_FALSE(prefs_.GetBoolean(kKey, &value)); in TEST_F() 374 EXPECT_FALSE(prefs_.GetBoolean("random-key", &value)); in TEST_F()
|
D | prefs.h | 73 bool GetBoolean(const std::string& key, bool* value) const override;
|
D | fake_prefs.cc | 84 bool FakePrefs::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::FakePrefs
|
D | prefs.cc | 82 bool PrefsBase::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in chromeos_update_engine::PrefsBase
|
/system/update_engine/cros/ |
D | common_service.cc | 266 !prefs->GetBoolean(kPrefsP2PEnabled, &p2p_pref)) { in GetP2PUpdatePermission() 351 if (!prefs->GetBoolean(kPrefsUpdateOverCellularPermission, &is_allowed)) { in GetUpdateOverCellularPermission()
|
D | image_properties_chromeos.cc | 134 if (!lsb_release.GetBoolean(kLsbReleaseIsPowerwashAllowedKey, in LoadMutableImageProperties()
|
D | hardware_chromeos.cc | 303 if (!store.GetBoolean(kConfigOptsIsOOBEEnabled, &is_oobe_enabled_)) in LoadConfig()
|
D | payload_state.cc | 716 if (!prefs_->GetBoolean(kPrefsAttemptInProgress, &attempt_in_progress)) in ReportAndClearPersistedAttemptMetrics() 1117 powerwash_safe_prefs_->GetBoolean(kPrefsRollbackHappened, &rollback_happened); in LoadRollbackHappened()
|
D | payload_state_unittest.cc | 997 EXPECT_CALL(*mock_powerwash_safe_prefs, GetBoolean(kPrefsRollbackHappened, _)) in TEST_F() 1162 EXPECT_CALL(*prefs, GetBoolean(_, _)).Times(0); in TEST_F() 1163 EXPECT_CALL(*prefs, GetBoolean(kPrefsAttemptInProgress, _)); in TEST_F()
|
D | omaha_request_action.cc | 1594 prefs->GetBoolean(kPrefsUpdateOverCellularPermission, &is_allowed) && in IsUpdateAllowedOverCellularByPrefs()
|
/system/update_engine/aosp/ |
D | update_attempter_android.cc | 259 if (prefs_->GetBoolean(kPrefsVerityWritten, &verity_written) && in ApplyPayload()
|