Home
last modified time | relevance | path

Searched defs:MarkAsCorrupted (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dstub_storage.h37 bool MarkAsCorrupted() override { return false; } in MarkAsCorrupted() function
Dfake_store.cc78 bool FakeStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::FakeStore
Dkey_file_store.cc135 bool KeyFileStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::KeyFileStore
Djson_store.cc465 bool JsonStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::JsonStore
Dkey_file_store_unittest.cc125 TEST_F(KeyFileStoreTest, MarkAsCorrupted) { in TEST_F() argument