Searched defs:Delete (Results 1 - 8 of 8) sorted by relevance

/system/keymaster/android_keymaster/
H A Doperation_table.cpp54 bool OperationTable::Delete(keymaster_operation_handle_t op_handle) { function in class:keymaster::OperationTable
/system/bt/tools/mcap_tool/
H A Dmcap_test_mdep.cc40 bool McapMdep::Delete() { function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdep
/system/nvram/hal/
H A Dmemory_storage.cpp50 Status Delete() { function in class:nvram::storage::__anon2564::StorageSlot
114 slot->Delete();
/system/update_engine/common/
H A Dfake_prefs.cc95 bool FakePrefs::Delete(const string& key) { function in class:chromeos_update_engine::FakePrefs
H A Dprefs.cc84 bool PrefsBase::Delete(const string& key) { function in class:chromeos_update_engine::PrefsBase
/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/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
/system/tpm/attestation/server/
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

Completed in 152 milliseconds