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

  /system/connectivity/shill/
json_store.h 33 class JsonStore : public StoreInterface {
35 explicit JsonStore(const base::FilePath& path);
115 DISALLOW_COPY_AND_ASSIGN(JsonStore);
json_store.cc 54 static string ObjectID(const JsonStore* j) {
332 JsonStore::JsonStore(const base::FilePath& path)
337 bool JsonStore::IsNonEmpty() const {
342 bool JsonStore::Open() {
423 bool JsonStore::Close() {
427 bool JsonStore::Flush() {
465 bool JsonStore::MarkAsCorrupted() {
476 set<string> JsonStore::GetGroups() const {
486 set<string> JsonStore::GetGroupsWithKey(const string& key) const
    [all...]

Completed in 648 milliseconds