/system/update_engine/common/ |
D | prefs_unittest.cc | 82 EXPECT_TRUE(common_prefs_->Delete(key)); in MultiNamespaceKeyTest() 94 EXPECT_TRUE(common_prefs_->Delete(key)); in MultiNamespaceKeyTest() 101 EXPECT_TRUE(common_prefs_->Delete(key)); in MultiNamespaceKeyTest() 111 EXPECT_TRUE(common_prefs_->Delete(key)); in MultiNamespaceKeyTest() 119 EXPECT_TRUE(common_prefs_->Delete(key)); in MultiNamespaceKeyTest() 134 EXPECT_TRUE(common_prefs_->Delete(fpKeys[0])); in MultiNamespaceKeyTest() 135 EXPECT_TRUE(common_prefs_->Delete(fpKeys[1])); in MultiNamespaceKeyTest() 136 EXPECT_TRUE(common_prefs_->Delete(fpKeys[2])); in MultiNamespaceKeyTest() 410 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 414 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() [all …]
|
D | mock_prefs.h | 42 MOCK_METHOD1(Delete, bool(const std::string& key)); 43 MOCK_METHOD2(Delete,
|
D | prefs_interface.h | 81 virtual bool Delete(const std::string& key) = 0; 86 virtual bool Delete(const std::string& pref_key,
|
D | fake_prefs.cc | 97 bool FakePrefs::Delete(const string& key) { in Delete() function in chromeos_update_engine::FakePrefs 110 bool FakePrefs::Delete(const string& key, const vector<string>& nss) { in Delete() function in chromeos_update_engine::FakePrefs 111 bool success = Delete(key); in Delete() 119 success = Delete(sub_key) && success; in Delete()
|
D | fake_prefs.h | 51 bool Delete(const std::string& key) override; 52 bool Delete(const std::string& key,
|
D | prefs.cc | 106 bool PrefsBase::Delete(const string& key) { in Delete() function in chromeos_update_engine::PrefsBase 117 bool PrefsBase::Delete(const string& pref_key, const vector<string>& nss) { in Delete() function in chromeos_update_engine::PrefsBase 119 bool success = Delete(pref_key); in Delete() 128 success = Delete(key) && success; in Delete()
|
D | prefs.h | 77 bool Delete(const std::string& key) override; 78 bool Delete(const std::string& pref_key,
|
/system/nvram/hal/ |
D | memory_storage.cpp | 50 Status Delete() { in Delete() function in nvram::storage::__anonbf70ebaf0111::StorageSlot 114 slot->Delete(); in DeleteSpace()
|
/system/extras/simpleperf/demo/CppApi/ |
D | build.gradle | 18 task clean(type: Delete) {
|
/system/extras/simpleperf/demo/JavaApi/ |
D | build.gradle | 18 task clean(type: Delete) {
|
/system/keymaster/include/keymaster/ |
D | operation_table.h | 35 bool Delete(keymaster_operation_handle_t);
|
/system/bt/gd/storage/ |
D | legacy_config_file.h | 35 bool Delete();
|
D | legacy_config_file.cc | 77 bool LegacyConfigFile::Delete() { in Delete() function in bluetooth::storage::LegacyConfigFile
|
/system/iorap/src/db/ |
D | clean_up.cc | 43 raw_trace.Delete(); in CleanUpFilesForActivity() 54 prefetch_file->Delete(); in CleanUpFilesForActivity()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | build.gradle | 23 task clean(type: Delete) {
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | build.gradle | 23 task clean(type: Delete) {
|
/system/update_engine/cros/ |
D | payload_state.cc | 711 prefs_->Delete(kPrefsAttemptInProgress); in ClearPersistedAttemptMetrics() 775 prefs_->Delete(kPrefsUpdateTimestampStart); in CollectAndReportSuccessfulUpdateMetrics() 776 prefs_->Delete(kPrefsUpdateDurationUptime); in CollectAndReportSuccessfulUpdateMetrics() 835 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion); in ResetRollbackVersion() 961 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in SetScatteringWaitPeriod() 977 prefs_->Delete(kPrefsWallClockStagingWaitPeriod); in SetStagingWaitPeriod() 1128 powerwash_safe_prefs_->Delete(kPrefsRollbackHappened); in SetRollbackHappened() 1276 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted() 1315 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded() 1316 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded() [all …]
|
D | excluder_chromeos.cc | 58 if (!(ret &= prefs->Delete(key))) in Reset()
|
D | update_attempter.cc | 163 prefs_->Delete(kPrefsLastFp, {kDlcPrefsSubDir}); in Init() 554 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in CalculateScatteringParams() 555 prefs_->Delete(kPrefsUpdateCheckCount); in CalculateScatteringParams() 592 prefs_->Delete(kPrefsWallClockStagingWaitPeriod); in CalculateStagingParams() 615 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in CalculateStagingParams() 625 if (!prefs_->Delete(key)) in ResetDlcPrefs() 1144 prefs_->Delete(kPrefsUpdateCheckCount); in ProcessingDoneInternal() 1147 prefs_->Delete(kPrefsUpdateFirstSeenAt); in ProcessingDoneInternal() 1416 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus() 1417 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value; in ResetStatus() [all …]
|
/system/nvram/core/tests/ |
D | fake_storage.cpp | 54 Status Delete() { in Delete() function in nvram::storage::__anonf638f7030111::StorageSlot 155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | build.gradle | 26 task clean(type: Delete) {
|
/system/iorap/src/maintenance/ |
D | db_cleaner.cc | 58 if (!package.Delete()) { in CleanUpDatabase()
|
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 48 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { in Delete() function in keymaster::OperationTable
|
D | android_keymaster.cpp | 597 operation_table_->Delete(request.op_handle); in UpdateOperation() 602 operation_table_->Delete(request.op_handle); in UpdateOperation() 613 operation_table_->Delete(request.op_handle); in UpdateOperation() 623 operation_table_->Delete(request.op_handle); in UpdateOperation() 641 operation_table_->Delete(request.op_handle); in FinishOperation() 646 operation_table_->Delete(request.op_handle); in FinishOperation() 657 operation_table_->Delete(request.op_handle); in FinishOperation() 665 operation_table_->Delete(request.op_handle); in FinishOperation() 701 operation_table_->Delete(request.op_handle); in FinishOperation() 715 operation_table_->Delete(request.op_handle); in AbortOperation()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|