Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 32) sorted by relevance

12

/system/update_engine/common/
Dprefs_unittest.cc269 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F()
273 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F()
296 prefs_.Delete(kKey); in TEST_F()
310 prefs_.Delete(kKey); in TEST_F()
336 EXPECT_FALSE(prefs_.Delete(kInvalidKey)); in TEST_F()
Dmock_prefs.h42 MOCK_METHOD1(Delete, bool(const std::string& key));
Dprefs_interface.h80 virtual bool Delete(const std::string& key) = 0;
Dprefs.h53 bool Delete(const std::string& key) override;
Dfake_prefs.h50 bool Delete(const std::string& key) override;
Dprefs.cc105 bool Prefs::Delete(const string& key) { in Delete() function in chromeos_update_engine::Prefs
Dfake_prefs.cc95 bool FakePrefs::Delete(const string& key) { in Delete() function in chromeos_update_engine::FakePrefs
/system/keymaster/
Doperation_table.h44 bool Delete(keymaster_operation_handle_t);
Dandroid_keymaster.cpp304 operation_table_->Delete(request.op_handle); in UpdateOperation()
314 operation_table_->Delete(request.op_handle); in UpdateOperation()
333 operation_table_->Delete(request.op_handle); in FinishOperation()
340 operation_table_->Delete(request.op_handle); in FinishOperation()
355 operation_table_->Delete(request.op_handle); in AbortOperation()
Doperation_table.cpp75 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { in Delete() function in keymaster::OperationTable
/system/tpm/attestation/server/
Dmock_key_store.cc27 ON_CALL(*this, Delete(_, _)).WillByDefault(Return(true)); in MockKeyStore()
Dkey_store.h49 virtual bool Delete(const std::string& username,
Dmock_key_store.h40 MOCK_METHOD2(Delete, bool(const std::string& username,
Dpkcs11_key_store.h57 bool Delete(const std::string& username,
Dpkcs11_key_store_test.cc345 EXPECT_TRUE(key_store.Delete(kDefaultUser, "test2")); in TEST_F()
370 EXPECT_TRUE(key_store.Delete("", "test2")); in TEST_F()
424 EXPECT_FALSE(key_store.Delete(kDefaultUser, "test")); in TEST_F()
Dpkcs11_key_store.cc140 if (!Delete(username, key_name)) { in Write()
192 bool Pkcs11KeyStore::Delete(const std::string& username, in Delete() function in attestation::Pkcs11KeyStore
Dattestation_service.cc791 key_store_->Delete(username, key_label); in DeleteKey()
/system/update_engine/
Dpayload_state.cc650 prefs_->Delete(kPrefsAttemptInProgress); in ClearPersistedAttemptMetrics()
711 prefs_->Delete(kPrefsUpdateTimestampStart); in CollectAndReportSuccessfulUpdateMetrics()
712 prefs_->Delete(kPrefsUpdateDurationUptime); in CollectAndReportSuccessfulUpdateMetrics()
772 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion); in ResetRollbackVersion()
900 prefs_->Delete(kPrefsWallClockWaitPeriod); in SetScatteringWaitPeriod()
1232 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted()
1277 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded()
1278 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded()
1280 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ReportFailedBootIfNeeded()
1312 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ResetUpdateStatus()
Dupdate_attempter.cc561 prefs_->Delete(kPrefsWallClockWaitPeriod); in CalculateScatteringParams()
562 prefs_->Delete(kPrefsUpdateCheckCount); in CalculateScatteringParams()
956 prefs_->Delete(kPrefsUpdateCheckCount); in ProcessingDone()
958 prefs_->Delete(kPrefsUpdateFirstSeenAt); in ProcessingDone()
1160 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus()
1161 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value; in ResetStatus()
1498 prefs_->Delete(kPrefsUpdateCheckCount); in DecrementUpdateCheckCount()
Dupdate_attempter_android.cc228 bool ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId); in ResetStatus()
Domaha_request_action.cc575 prefs->Delete(kPrefsInstallDateDays); in GetInstallDate()
1375 return system_state_->prefs()->Delete(prefs_key); in PersistCohortData()
/system/connectivity/shill/
Dresolver_unittest.cc64 ASSERT_TRUE(temp_dir_.Delete()); in TearDown()
/system/sepolicy/
Ddrmserver.te35 # Delete old socket file if present.
/system/update_engine/update_manager/
Dreal_updater_provider_unittest.cc394 fake_prefs_.Delete(chromeos_update_engine::kPrefsP2PEnabled); in TEST_F()
/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver_unittest.cc85 ASSERT_TRUE(temp_dir_.Delete()); in TearDown()

12