Searched refs:Delete (Results 1 - 25 of 31) sorted by relevance

12

/system/bt/tools/mcap_tool/
H A Dmcap_test_mdep.h44 bool Delete();
H A Dmcap_test_mdep.cc40 bool McapMdep::Delete() { function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdep
/system/keymaster/include/keymaster/
H A Doperation_table.h38 bool Delete(keymaster_operation_handle_t);
/system/tpm/attestation/server/
H A Dmock_key_store.cc27 ON_CALL(*this, Delete(_, _)).WillByDefault(Return(true));
H A Dkey_store.h49 virtual bool Delete(const std::string& username,
H A Dmock_key_store.h42 MOCK_METHOD2(Delete,
H A Dpkcs11_key_store.h57 bool Delete(const std::string& username,
H A Dpkcs11_key_store.cc133 // Delete any existing key with the same name.
134 if (!Delete(username, key_name)) {
172 bool Pkcs11KeyStore::Delete(const std::string& username, function in class:attestation::Pkcs11KeyStore
H A Dpkcs11_key_store_test.cc339 // Delete key data.
340 EXPECT_TRUE(key_store.Delete(kDefaultUser, "test2"));
364 // Delete key data.
365 EXPECT_TRUE(key_store.Delete("", "test2"));
419 EXPECT_FALSE(key_store.Delete(kDefaultUser, "test"));
/system/update_engine/common/
H A Dmock_prefs.h42 MOCK_METHOD1(Delete, bool(const std::string& key));
H A Dprefs_interface.h80 virtual bool Delete(const std::string& key) = 0;
84 // Set*() methods or the Delete() method are called on the given key,
90 // anymore for future Set*() and Delete() method calls.
H A Dprefs_unittest.cc269 EXPECT_TRUE(prefs_.Delete(kKey));
273 EXPECT_TRUE(prefs_.Delete(kKey));
296 prefs_.Delete(kKey);
310 prefs_.Delete(kKey);
336 EXPECT_FALSE(prefs_.Delete(kInvalidKey));
356 EXPECT_TRUE(prefs_.Delete(kKey));
358 EXPECT_FALSE(prefs_.Delete(kKey));
H A Dfake_prefs.h50 bool Delete(const std::string& key) override;
H A Dfake_prefs.cc95 bool FakePrefs::Delete(const string& key) { function in class:chromeos_update_engine::FakePrefs
H A Dprefs.h71 bool Delete(const std::string& key) override;
H A Dprefs.cc84 bool PrefsBase::Delete(const string& key) { function in class:chromeos_update_engine::PrefsBase
/system/nvram/hal/
H A Dmemory_storage.cpp50 Status Delete() { function in class:nvram::storage::__anon2564::StorageSlot
114 slot->Delete();
/system/keymaster/android_keymaster/
H A Doperation_table.cpp54 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { function in class:keymaster::OperationTable
H A Dandroid_keymaster.cpp317 operation_table_->Delete(request.op_handle);
327 operation_table_->Delete(request.op_handle);
346 operation_table_->Delete(request.op_handle);
353 operation_table_->Delete(request.op_handle);
368 operation_table_->Delete(request.op_handle);
/system/nvram/core/tests/
H A Dfake_storage.cpp54 Status Delete() { function in class:nvram::storage::__anon2560::StorageSlot
155 return slot ? slot->Delete() : Status::kNotFound;
/system/update_engine/
H A Dpayload_state.cc674 prefs_->Delete(kPrefsAttemptInProgress);
736 prefs_->Delete(kPrefsUpdateTimestampStart);
737 prefs_->Delete(kPrefsUpdateDurationUptime);
795 powerwash_safe_prefs_->Delete(kPrefsRollbackVersion);
924 prefs_->Delete(kPrefsWallClockWaitPeriod);
1223 prefs_->Delete(kPrefsSystemUpdatedMarker);
1261 prefs_->Delete(kPrefsTargetVersionAttempt);
1262 prefs_->Delete(kPrefsTargetVersionUniqueId);
1264 prefs_->Delete(kPrefsTargetVersionInstalledFrom);
1296 prefs_->Delete(kPrefsTargetVersionInstalledFro
[all...]
H A Dupdate_attempter_android.cc303 bool ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId);
832 prefs_->Delete(kPrefsCurrentBytesDownloaded);
833 prefs_->Delete(kPrefsNumReboots);
834 prefs_->Delete(kPrefsPayloadAttemptNumber);
835 prefs_->Delete(kPrefsSystemUpdatedMarker);
836 prefs_->Delete(kPrefsUpdateTimestampStart);
H A Dupdate_attempter.cc545 prefs_->Delete(kPrefsWallClockWaitPeriod);
546 prefs_->Delete(kPrefsUpdateCheckCount);
947 prefs_->Delete(kPrefsUpdateCheckCount);
949 prefs_->Delete(kPrefsUpdateFirstSeenAt);
1134 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value;
1135 ret_value = prefs_->Delete(kPrefsUpdateCompletedBootTime) && ret_value;
1443 prefs_->Delete(kPrefsUpdateCheckCount);
H A Domaha_request_action.cc698 prefs->Delete(kPrefsInstallDateDays);
1592 return system_state_->prefs()->Delete(prefs_key);
1606 return system_state_->prefs()->Delete(kPrefsOmahaEolStatus);
/system/nvram/hal/tests/
H A Dnvram_hal_test.cc116 ~ScopedNvramSpace() { Delete(); }
126 void Delete() { function in class:ScopedNvramSpace
357 TEST(NVRAMModuleTest, Delete) {
364 // ScopedNvramSpace will call Delete when it falls out of scope. Now we can

Completed in 190 milliseconds

12