Home
last modified time | relevance | path

Searched refs:MarkAsCorrupted (Results 1 – 13 of 13) sorted by relevance

/system/connectivity/shill/
Dmock_store.h41 MOCK_METHOD0(MarkAsCorrupted, bool());
Dstub_storage.h37 bool MarkAsCorrupted() override { return false; } in MarkAsCorrupted() function
Dstore_interface.h53 virtual bool MarkAsCorrupted() = 0;
Dpending_activation_store.cc111 storage->MarkAsCorrupted(); in InitStorage()
Dfake_store.h44 bool MarkAsCorrupted() override;
Dkey_file_store.h46 bool MarkAsCorrupted() override;
Djson_store.h45 bool MarkAsCorrupted() override;
Dfake_store.cc78 bool FakeStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::FakeStore
Dkey_file_store_unittest.cc125 TEST_F(KeyFileStoreTest, MarkAsCorrupted) { in TEST_F() argument
126 EXPECT_FALSE(store_->MarkAsCorrupted()); in TEST_F()
131 EXPECT_TRUE(store_->MarkAsCorrupted()); in TEST_F()
Dprofile.cc138 storage->MarkAsCorrupted(); in InitStorage()
Dkey_file_store.cc135 bool KeyFileStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::KeyFileStore
Djson_store_unittest.cc1103 EXPECT_FALSE(store_->MarkAsCorrupted()); in TEST_F()
1111 EXPECT_TRUE(store_->MarkAsCorrupted()); in TEST_F()
Djson_store.cc465 bool JsonStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::JsonStore