Home
last modified time | relevance | path

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

12

/system/update_engine/common/
Dprefs_unittest.cc272 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()
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;
/system/nvram/hal/
Dmemory_storage.cpp50 Status Delete() { in Delete() function in nvram::storage::__anon126252d10111::StorageSlot
114 slot->Delete(); in DeleteSpace()
/system/extras/simpleperf/demo/JavaApi/
Dbuild.gradle18 task clean(type: Delete) {
/system/extras/simpleperf/demo/CppApi/
Dbuild.gradle18 task clean(type: Delete) {
/system/keymaster/include/keymaster/
Doperation_table.h38 bool Delete(keymaster_operation_handle_t);
/system/update_engine/
Dpayload_state.cc682 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 …]
Dupdate_attempter_android.cc324 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()
Dupdate_attempter.cc557 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/
Dbuild.gradle23 task clean(type: Delete) {
/system/nvram/core/tests/
Dfake_storage.cpp54 Status Delete() { in Delete() function in nvram::storage::__anon5a7223650111::StorageSlot
155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dbuild.gradle23 task clean(type: Delete) {
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dbuild.gradle26 task clean(type: Delete) {
/system/keymaster/android_keymaster/
Doperation_table.cpp54 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { in Delete() function in keymaster::OperationTable
Dandroid_keymaster.cpp317 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/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
Ddrmserver.te34 # Delete old socket file if present.
/system/sepolicy/prebuilts/api/27.0/public/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/28.0/public/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
/system/sepolicy/private/
Dinstalld.te31 # Delete /system/bin/bcc generated artifacts
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/29.0/private/
Dinstalld.te31 # Delete /system/bin/bcc generated artifacts
Dotapreopt_slot.te18 # Delete old content of the dalvik-cache.

12