Home
last modified time | relevance | path

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

123

/system/update_engine/common/
Dprefs_unittest.cc82 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 …]
Dmock_prefs.h43 MOCK_METHOD1(Delete, bool(const std::string& key));
Dprefs_interface.h81 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::__anond20630280111::StorageSlot
114 slot->Delete(); in DeleteSpace()
/system/extras/simpleperf/demo/CppApi/
Dbuild.gradle18 task clean(type: Delete) {
/system/extras/simpleperf/demo/JavaApi/
Dbuild.gradle18 task clean(type: Delete) {
/system/keymaster/include/keymaster/
Doperation_table.h38 bool Delete(keymaster_operation_handle_t);
/system/bt/gd/storage/
Dlegacy_config_file.h35 bool Delete();
Dlegacy_config_file.cc77 bool LegacyConfigFile::Delete() { in Delete() function in bluetooth::storage::LegacyConfigFile
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dbuild.gradle23 task clean(type: Delete) {
/system/update_engine/
Dpayload_state.cc709 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 …]
Dexcluder_chromeos.cc58 if (!(ret &= prefs_->Delete(key))) in Reset()
Dupdate_attempter_android.cc384 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()
Dupdate_attempter.cc596 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/
Dfake_storage.cpp54 Status Delete() { in Delete() function in nvram::storage::__anona6f8ef1c0111::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.cpp321 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/
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/prebuilts/api/26.0/public/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.
/system/sepolicy/prebuilts/api/29.0/private/
Dinstalld.te31 # Delete /system/bin/bcc generated artifacts
/system/sepolicy/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts

123