HomeSort by relevance Sort by last modified time
    Searched defs:FakeStore (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
fake_store.h 35 class FakeStore : public StoreInterface {
37 FakeStore();
100 DISALLOW_COPY_AND_ASSIGN(FakeStore);
fake_store.cc 33 static string ObjectID(const FakeStore* j) {
57 FakeStore::FakeStore() {}
59 bool FakeStore::IsNonEmpty() const {
66 bool FakeStore::Open() {
70 bool FakeStore::Close() {
74 bool FakeStore::Flush() {
78 bool FakeStore::MarkAsCorrupted() {
82 set<string> FakeStore::GetGroups() const {
92 set<string> FakeStore::GetGroupsWithKey(const string& key) const
    [all...]

Completed in 1237 milliseconds