/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() 393 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 397 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 417 ASSERT_TRUE(prefs_.Delete(key1)); in TEST_F() 420 ASSERT_TRUE(prefs_.Delete(key2)); in TEST_F() 443 prefs_.Delete(kKey); in TEST_F() [all …]
|
D | mock_prefs.h | 43 MOCK_METHOD1(Delete, bool(const std::string& key));
|
D | prefs_interface.h | 81 virtual bool Delete(const std::string& key) = 0;
|
D | fake_prefs.h | 50 bool Delete(const std::string& key) override;
|
/system/nvram/hal/ |
D | memory_storage.cpp | 50 Status Delete() { in Delete() function in nvram::storage::__anond20630280111::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 | 38 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/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | build.gradle | 23 task clean(type: Delete) {
|
/system/update_engine/ |
D | payload_state.cc | 709 prefs_->Delete(kPrefsAttemptInProgress); in ClearPersistedAttemptMetrics() 772 prefs_->Delete(kPrefsUpdateTimestampStart); in CollectAndReportSuccessfulUpdateMetrics() 773 prefs_->Delete(kPrefsUpdateDurationUptime); in CollectAndReportSuccessfulUpdateMetrics() 833 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion); in ResetRollbackVersion() 963 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in SetScatteringWaitPeriod() 980 prefs_->Delete(kPrefsWallClockStagingWaitPeriod); in SetStagingWaitPeriod() 1142 powerwash_safe_prefs_->Delete(kPrefsRollbackHappened); in SetRollbackHappened() 1296 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted() 1334 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded() 1335 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded() [all …]
|
D | excluder_chromeos.cc | 58 if (!(ret &= prefs_->Delete(key))) in Reset()
|
D | update_attempter_android.cc | 384 if (!prefs_->Delete(kPrefsUpdateCompletedOnBootId)) in ResetStatus() 700 prefs_->Delete(kPrefsPayloadAttemptNumber); in TerminateUpdateAndNotify() 938 prefs_->Delete(kPrefsCurrentBytesDownloaded); in ClearMetricsPrefs() 939 prefs_->Delete(kPrefsNumReboots); in ClearMetricsPrefs() 940 prefs_->Delete(kPrefsSystemUpdatedMarker); in ClearMetricsPrefs() 941 prefs_->Delete(kPrefsUpdateTimestampStart); in ClearMetricsPrefs() 942 prefs_->Delete(kPrefsUpdateBootTimestampStart); in ClearMetricsPrefs()
|
D | update_attempter.cc | 596 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in CalculateScatteringParams() 597 prefs_->Delete(kPrefsUpdateCheckCount); in CalculateScatteringParams() 634 prefs_->Delete(kPrefsWallClockStagingWaitPeriod); in CalculateStagingParams() 657 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in CalculateStagingParams() 668 if (!prefs->Delete(key)) in ResetDlcPrefs() 1197 prefs_->Delete(kPrefsUpdateCheckCount); in ProcessingDoneInternal() 1200 prefs_->Delete(kPrefsUpdateFirstSeenAt); in ProcessingDoneInternal() 1463 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus() 1464 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value; in ResetStatus() 1747 prefs_->Delete(kPrefsUpdateCheckCount); in DecrementUpdateCheckCount()
|
/system/nvram/core/tests/ |
D | fake_storage.cpp | 54 Status Delete() { in Delete() function in nvram::storage::__anona6f8ef1c0111::StorageSlot 155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | build.gradle | 23 task clean(type: Delete) {
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | build.gradle | 26 task clean(type: Delete) {
|
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 54 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { in Delete() function in keymaster::OperationTable
|
D | android_keymaster.cpp | 321 operation_table_->Delete(request.op_handle); in UpdateOperation() 331 operation_table_->Delete(request.op_handle); in UpdateOperation() 350 operation_table_->Delete(request.op_handle); in FinishOperation() 357 operation_table_->Delete(request.op_handle); in FinishOperation() 372 operation_table_->Delete(request.op_handle); in AbortOperation()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | installd.te | 31 # Delete /system/bin/bcc generated artifacts
|
/system/sepolicy/private/ |
D | installd.te | 28 # Delete /system/bin/bcc generated artifacts
|