/aosp12/system/update_engine/common/ |
H A D | prefs_unittest.cc | 410 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 414 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 434 ASSERT_TRUE(prefs_.Delete(key1)); in TEST_F() 437 ASSERT_TRUE(prefs_.Delete(key2)); in TEST_F() 468 prefs_.Delete(kFpKey, {kPrefsSubDir}); in TEST_F() 525 prefs_.Delete(kKey); in TEST_F() 538 prefs_.Delete(key1); in TEST_F() 552 prefs_.Delete(kKey); in TEST_F() 604 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() 606 EXPECT_TRUE(prefs_.Delete(kKey)); in TEST_F() [all …]
|
H A D | fake_prefs.cc | 97 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()
|
H A D | mock_prefs.h | 42 MOCK_METHOD1(Delete, bool(const std::string& key)); 43 MOCK_METHOD2(Delete,
|
H A D | prefs_interface.h | 81 virtual bool Delete(const std::string& key) = 0; 86 virtual bool Delete(const std::string& pref_key,
|
H A D | prefs.cc | 106 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()
|
H A D | fake_prefs.h | 51 bool Delete(const std::string& key) override; 52 bool Delete(const std::string& key,
|
H A D | prefs.h | 77 bool Delete(const std::string& key) override; 78 bool Delete(const std::string& pref_key,
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
H A D | MockContentProvider.java | 303 public static class Delete { class in MockContentProvider 318 public Delete(Uri uri) { in Delete() method in MockContentProvider.Delete 341 public Delete withAnySelection() { in withAnySelection() 352 public Delete returnRowsAffected(int rowsAffected) { in returnRowsAffected() 363 public Delete anyNumberOfTimes() { in anyNumberOfTimes() 471 private List<Delete> mExpectedDeletes = new ArrayList<>(); 509 public Delete expectDelete(Uri contentUri) { in expectDelete() 510 Delete delete = new Delete(contentUri); in expectDelete() 619 Delete delete = iterator.next(); in delete() 690 List<Delete> missedDeletes = new ArrayList<>(); in verifyDeletes() [all …]
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/ |
H A D | FavoriteNumberDao.java | 21 import androidx.room.Delete; 54 @Delete
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | ImageManager.h | 53 enum class Operation { Delete, Insert }; enumerator 55 Operation op = Operation::Delete;
|
H A D | ImageManager.cpp | 85 QueueEntry entry = {QueueEntry::Operation::Delete, nullptr, bufferId, barrier}; in releaseAsync() 126 case QueueEntry::Operation::Delete: in threadMain()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | ImageManager.h | 53 enum class Operation { Delete, Insert }; enumerator 55 Operation op = Operation::Delete;
|
H A D | ImageManager.cpp | 87 QueueEntry entry = {QueueEntry::Operation::Delete, nullptr, bufferId, barrier}; in releaseAsync() 128 case QueueEntry::Operation::Delete: in threadMain()
|
/aosp12/system/update_engine/cros/ |
H A D | payload_state.cc | 711 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() 1276 prefs_->Delete(kPrefsSystemUpdatedMarker); in UpdateEngineStarted() 1315 prefs_->Delete(kPrefsTargetVersionAttempt); in ReportFailedBootIfNeeded() 1316 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded() 1318 prefs_->Delete(kPrefsTargetVersionInstalledFrom); in ReportFailedBootIfNeeded() [all …]
|
H A D | update_attempter.cc | 163 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() 1700 prefs_->Delete(kPrefsUpdateCheckCount); in DecrementUpdateCheckCount() [all …]
|
/aosp12/packages/modules/Gki/ |
H A D | Android.bp | 123 // TODO(b/186647770): Delete when no devices install it. 134 // TODO(b/186647770): Delete when no devices install it. 162 // TODO(b/186647770): Delete when no devices install it. 171 // TODO(b/186647770): Delete when no devices install it.
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | android_keymaster.cpp | 597 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()
|
/aosp12/system/nvram/hal/ |
H A D | memory_storage.cpp | 50 Status Delete() { in Delete() function in nvram::storage::__anond3d24a940110::StorageSlot 114 slot->Delete(); in DeleteSpace()
|
/aosp12/system/iorap/src/db/ |
H A D | clean_up.cc | 43 raw_trace.Delete(); in CleanUpFilesForActivity() 54 prefetch_file->Delete(); in CleanUpFilesForActivity()
|
H A D | models.h | 318 static bool Delete(DbHandle db, const std::string& sql, Args&&... args) { in Delete() function 657 bool Delete() { in Delete() function 660 return DbQueryBuilder::Delete(db(), sql, id); in Delete() 1035 bool Delete() { in Delete() function 1038 return DbQueryBuilder::Delete(db(), sql, id); in Delete() 1121 bool Delete() { in Delete() function 1124 return DbQueryBuilder::Delete(db(), sql, id); in Delete()
|
/aosp12/system/nvram/core/tests/ |
H A D | fake_storage.cpp | 54 Status Delete() { in Delete() function in nvram::storage::__anon4a526d080110::StorageSlot 155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
|
/aosp12/system/update_engine/aosp/ |
H A D | update_attempter_android.cc | 408 if (!prefs_->Delete(kPrefsUpdateCompletedOnBootId)) in ResetStatus() 724 prefs_->Delete(kPrefsPayloadAttemptNumber); in TerminateUpdateAndNotify() 967 prefs_->Delete(kPrefsCurrentBytesDownloaded); in ClearMetricsPrefs() 968 prefs_->Delete(kPrefsNumReboots); in ClearMetricsPrefs() 969 prefs_->Delete(kPrefsSystemUpdatedMarker); in ClearMetricsPrefs() 970 prefs_->Delete(kPrefsUpdateTimestampStart); in ClearMetricsPrefs() 971 prefs_->Delete(kPrefsUpdateBootTimestampStart); in ClearMetricsPrefs()
|
/aosp12/system/extras/simpleperf/demo/CppApi/ |
H A D | build.gradle | 18 task clean(type: Delete) {
|
/aosp12/system/extras/simpleperf/demo/JavaApi/ |
H A D | build.gradle | 18 task clean(type: Delete) {
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | operation_table.h | 35 bool Delete(keymaster_operation_handle_t);
|