Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 69) 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()
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 …]
Dmock_prefs.h42 MOCK_METHOD1(Delete, bool(const std::string& key));
43 MOCK_METHOD2(Delete,
Dprefs_interface.h81 virtual bool Delete(const std::string& key) = 0;
86 virtual bool Delete(const std::string& pref_key,
Dfake_prefs.cc97 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()
Dfake_prefs.h51 bool Delete(const std::string& key) override;
52 bool Delete(const std::string& key,
Dprefs.cc106 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()
Dprefs.h77 bool Delete(const std::string& key) override;
78 bool Delete(const std::string& pref_key,
/system/nvram/hal/
Dmemory_storage.cpp50 Status Delete() { in Delete() function in nvram::storage::__anonbf70ebaf0111::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.h35 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/iorap/src/db/
Dclean_up.cc43 raw_trace.Delete(); in CleanUpFilesForActivity()
54 prefetch_file->Delete(); in CleanUpFilesForActivity()
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dbuild.gradle23 task clean(type: Delete) {
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dbuild.gradle23 task clean(type: Delete) {
/system/update_engine/cros/
Dpayload_state.cc711 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 …]
Dexcluder_chromeos.cc58 if (!(ret &= prefs->Delete(key))) in Reset()
Dupdate_attempter.cc163 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/
Dfake_storage.cpp54 Status Delete() { in Delete() function in nvram::storage::__anonf638f7030111::StorageSlot
155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dbuild.gradle26 task clean(type: Delete) {
/system/iorap/src/maintenance/
Ddb_cleaner.cc58 if (!package.Delete()) { in CleanUpDatabase()
/system/keymaster/android_keymaster/
Doperation_table.cpp48 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { in Delete() function in keymaster::OperationTable
Dandroid_keymaster.cpp597 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/
Dotapreopt_slot.te17 # Delete old content of the dalvik-cache.

123