HomeSort by relevance Sort by last modified time
    Searched refs:MarkAsCorrupted (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/
store_interface.h 53 virtual bool MarkAsCorrupted() = 0;
fake_store.h 44 bool MarkAsCorrupted() override;
mock_store.h 41 MOCK_METHOD0(MarkAsCorrupted, bool());
pending_activation_store.cc 111 storage->MarkAsCorrupted();
stub_storage.h 37 bool MarkAsCorrupted() override { return false; }
json_store.h 45 bool MarkAsCorrupted() override;
key_file_store.h 46 bool MarkAsCorrupted() override;
fake_store.cc 78 bool FakeStore::MarkAsCorrupted() {
key_file_store_unittest.cc 125 TEST_F(KeyFileStoreTest, MarkAsCorrupted) {
126 EXPECT_FALSE(store_->MarkAsCorrupted());
131 EXPECT_TRUE(store_->MarkAsCorrupted());
key_file_store.cc 135 bool KeyFileStore::MarkAsCorrupted() {
profile.cc 138 storage->MarkAsCorrupted();
json_store_unittest.cc     [all...]
json_store.cc 465 bool JsonStore::MarkAsCorrupted() {

Completed in 494 milliseconds