Searched defs:MarkAsCorrupted (Results 1 – 5 of 5) sorted by relevance
| /system/connectivity/shill/ | ||
| D | stub_storage.h | 37 bool MarkAsCorrupted() override { return false; } in MarkAsCorrupted() function |
| D | fake_store.cc | 78 bool FakeStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::FakeStore |
| D | key_file_store.cc | 135 bool KeyFileStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::KeyFileStore |
| D | json_store.cc | 465 bool JsonStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::JsonStore |
| D | key_file_store_unittest.cc | 125 TEST_F(KeyFileStoreTest, MarkAsCorrupted) { in TEST_F() argument |