Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 31) 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()
356 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F()
358 EXPECT_FALSE(prefs_.Delete(kKey)); 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;
Dfake_prefs.h50 bool Delete(const std::string& key) override;
Dprefs.h71 bool Delete(const std::string& key) override;
Dfake_prefs.cc95 bool FakePrefs::Delete(const string& key) { in Delete() function in chromeos_update_engine::FakePrefs
Dprefs.cc84 bool PrefsBase::Delete(const string& key) { in Delete() function in chromeos_update_engine::PrefsBase
/system/nvram/hal/
Dmemory_storage.cpp50 Status Delete() { in Delete() function in nvram::storage::__anond20630280111::StorageSlot
114 slot->Delete(); in DeleteSpace()
/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.h42 MOCK_METHOD2(Delete,
Dpkcs11_key_store.h57 bool Delete(const std::string& username,
Dpkcs11_key_store_test.cc340 EXPECT_TRUE(key_store.Delete(kDefaultUser, "test2")); in TEST_F()
365 EXPECT_TRUE(key_store.Delete("", "test2")); in TEST_F()
419 EXPECT_FALSE(key_store.Delete(kDefaultUser, "test")); in TEST_F()
Dpkcs11_key_store.cc134 if (!Delete(username, key_name)) { in Write()
172 bool Pkcs11KeyStore::Delete(const std::string& username, in Delete() function in attestation::Pkcs11KeyStore
/system/nvram/core/tests/
Dfake_storage.cpp54 Status Delete() { in Delete() function in nvram::storage::__anona6f8ef1c0111::StorageSlot
155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
/system/update_engine/
Dpayload_state.cc652 prefs_->Delete(kPrefsAttemptInProgress); in ClearPersistedAttemptMetrics()
713 prefs_->Delete(kPrefsUpdateTimestampStart); in CollectAndReportSuccessfulUpdateMetrics()
714 prefs_->Delete(kPrefsUpdateDurationUptime); in CollectAndReportSuccessfulUpdateMetrics()
774 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion); in ResetRollbackVersion()
902 prefs_->Delete(kPrefsWallClockWaitPeriod); in SetScatteringWaitPeriod()
1234 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted()
1279 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded()
1280 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded()
1282 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ReportFailedBootIfNeeded()
1314 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ResetUpdateStatus()
Dupdate_attempter.cc560 prefs_->Delete(kPrefsWallClockWaitPeriod); in UpdateAttempter()
561 prefs_->Delete(kPrefsUpdateCheckCount); in UpdateAttempter()
931 prefs_->Delete(kPrefsUpdateCheckCount); in UpdateAttempter()
933 prefs_->Delete(kPrefsUpdateFirstSeenAt); in UpdateAttempter()
1135 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in UpdateAttempter()
1136 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value; in UpdateAttempter()
1480 prefs_->Delete(kPrefsUpdateCheckCount); in UpdateAttempter()
Domaha_request_action.cc597 prefs->Delete(kPrefsInstallDateDays); in GetInstallDate()
1416 return system_state_->prefs()->Delete(prefs_key); in PersistCohortData()
1430 return system_state_->prefs()->Delete(kPrefsOmahaEolStatus); in PersistEolStatus()
/system/sepolicy/public/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
Ddrmserver.te34 # Delete old socket file if present.
Dinstalld.te57 # Delete /data/media files through sdcardfs, instead of going behind its back
/system/nvram/hal/tests/
Dnvram_hal_test.cc116 ~ScopedNvramSpace() { Delete(); } in ~ScopedNvramSpace()
126 void Delete() { in Delete() function in __anonff3011770111::ScopedNvramSpace
357 TEST(NVRAMModuleTest, Delete) { in TEST() argument

12