/system/update_engine/common/ |
D | prefs_unittest.cc | 272 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 276 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 299 prefs_.Delete(kKey); in TEST_F() 313 prefs_.Delete(kKey); in TEST_F() 339 EXPECT_FALSE(prefs_.Delete(kInvalidKey)); in TEST_F() 359 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 361 EXPECT_FALSE(prefs_.Delete(kKey)); in TEST_F()
|
D | mock_prefs.h | 42 MOCK_METHOD1(Delete, bool(const std::string& key));
|
D | prefs_interface.h | 80 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::__anon126252d10111::StorageSlot 114 slot->Delete(); in DeleteSpace()
|
/system/extras/simpleperf/demo/JavaApi/ |
D | build.gradle | 18 task clean(type: Delete) {
|
/system/extras/simpleperf/demo/CppApi/ |
D | build.gradle | 18 task clean(type: Delete) {
|
/system/keymaster/include/keymaster/ |
D | operation_table.h | 38 bool Delete(keymaster_operation_handle_t);
|
/system/update_engine/ |
D | payload_state.cc | 682 prefs_->Delete(kPrefsAttemptInProgress); in ClearPersistedAttemptMetrics() 745 prefs_->Delete(kPrefsUpdateTimestampStart); in CollectAndReportSuccessfulUpdateMetrics() 746 prefs_->Delete(kPrefsUpdateDurationUptime); in CollectAndReportSuccessfulUpdateMetrics() 806 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion); in ResetRollbackVersion() 935 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in SetScatteringWaitPeriod() 952 prefs_->Delete(kPrefsWallClockStagingWaitPeriod); in SetStagingWaitPeriod() 1114 powerwash_safe_prefs_->Delete(kPrefsRollbackHappened); in SetRollbackHappened() 1268 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted() 1306 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded() 1307 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded() [all …]
|
D | update_attempter_android.cc | 324 bool ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId); in ResetStatus() 601 prefs_->Delete(kPrefsPayloadAttemptNumber); in TerminateUpdateAndNotify() 830 prefs_->Delete(kPrefsCurrentBytesDownloaded); in ClearMetricsPrefs() 831 prefs_->Delete(kPrefsNumReboots); in ClearMetricsPrefs() 832 prefs_->Delete(kPrefsSystemUpdatedMarker); in ClearMetricsPrefs() 833 prefs_->Delete(kPrefsUpdateTimestampStart); in ClearMetricsPrefs() 834 prefs_->Delete(kPrefsUpdateBootTimestampStart); in ClearMetricsPrefs()
|
D | update_attempter.cc | 557 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in CalculateScatteringParams() 558 prefs_->Delete(kPrefsUpdateCheckCount); in CalculateScatteringParams() 595 prefs_->Delete(kPrefsWallClockStagingWaitPeriod); in CalculateStagingParams() 616 prefs_->Delete(kPrefsWallClockScatteringWaitPeriod); in CalculateStagingParams() 1040 prefs_->Delete(kPrefsUpdateCheckCount); in ProcessingDone() 1043 prefs_->Delete(kPrefsUpdateFirstSeenAt); in ProcessingDone() 1273 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus() 1274 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value; in ResetStatus() 1539 prefs_->Delete(kPrefsUpdateCheckCount); in DecrementUpdateCheckCount()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | build.gradle | 23 task clean(type: Delete) {
|
/system/nvram/core/tests/ |
D | fake_storage.cpp | 54 Status Delete() { in Delete() function in nvram::storage::__anon5a7223650111::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 | 317 operation_table_->Delete(request.op_handle); in UpdateOperation() 327 operation_table_->Delete(request.op_handle); in UpdateOperation() 346 operation_table_->Delete(request.op_handle); in FinishOperation() 353 operation_table_->Delete(request.op_handle); in FinishOperation() 368 operation_table_->Delete(request.op_handle); in AbortOperation()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | otapreopt_slot.te | 17 # Delete old content of the dalvik-cache.
|
D | drmserver.te | 34 # Delete old socket file if present.
|
/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/private/ |
D | installd.te | 31 # Delete /system/bin/bcc generated artifacts
|
D | otapreopt_slot.te | 18 # Delete old content of the dalvik-cache.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | installd.te | 31 # Delete /system/bin/bcc generated artifacts
|
D | otapreopt_slot.te | 18 # Delete old content of the dalvik-cache.
|