Searched refs:MarkAsCorrupted (Results 1 – 13 of 13) sorted by relevance
41 MOCK_METHOD0(MarkAsCorrupted, bool());
37 bool MarkAsCorrupted() override { return false; } in MarkAsCorrupted() function
53 virtual bool MarkAsCorrupted() = 0;
111 storage->MarkAsCorrupted(); in InitStorage()
44 bool MarkAsCorrupted() override;
46 bool MarkAsCorrupted() override;
45 bool MarkAsCorrupted() override;
78 bool FakeStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::FakeStore
125 TEST_F(KeyFileStoreTest, MarkAsCorrupted) { in TEST_F() argument126 EXPECT_FALSE(store_->MarkAsCorrupted()); in TEST_F()131 EXPECT_TRUE(store_->MarkAsCorrupted()); in TEST_F()
138 storage->MarkAsCorrupted(); in InitStorage()
135 bool KeyFileStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::KeyFileStore
1103 EXPECT_FALSE(store_->MarkAsCorrupted()); in TEST_F()1111 EXPECT_TRUE(store_->MarkAsCorrupted()); in TEST_F()
465 bool JsonStore::MarkAsCorrupted() { in MarkAsCorrupted() function in shill::JsonStore